https://github.com/viska97/mpi-labs
Parallel computing laboratory work implemented with MPJ Express library
https://github.com/viska97/mpi-labs
kotlin mpi mpj mpj-express
Last synced: 8 months ago
JSON representation
Parallel computing laboratory work implemented with MPJ Express library
- Host: GitHub
- URL: https://github.com/viska97/mpi-labs
- Owner: Viska97
- Created: 2020-09-23T18:25:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T17:47:13.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T08:44:30.835Z (9 months ago)
- Topics: kotlin, mpi, mpj, mpj-express
- Language: Kotlin
- Homepage:
- Size: 400 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mpi-labs
Parallel computing laboratory work implemented with [MPJ Express library](http://mpj-express.org/).
### How to run:
1. Download and install [JDK](https://www.oracle.com/ru/java/technologies/javase-downloads.html).
2. Download and unpack [MPJ Express](https://sourceforge.net/projects/mpjexpress/files/releases/) in any folder.
3. Add MPJ_HOME system variable that points to folder with MPJ express (see detail users guides in [docs](http://mpj-express.org/guides.html) on MPJ Express website).
4. Add folder with MPJ express to PATH (see detail users guides in [docs](http://mpj-express.org/guides.html) on MPJ Express website)
5. Open terminal in project folder and run command `gradlew lab1:run` (`./gradlew lab1:run` on mac)