Parallel computing laboratory work implemented with MPJ Express library.
- Download and install JDK.
- Download and unpack MPJ Express in any folder.
- Add MPJ_HOME system variable that points to folder with MPJ express (see detail users guides in docs on MPJ Express website).
- Add folder with MPJ express to PATH (see detail users guides in docs on MPJ Express website)
- Open terminal in project folder and run command
gradlew lab1:run
(./gradlew lab1:run
on mac)