https://github.com/enteee/parallel-computing
Parallel computing project for school
https://github.com/enteee/parallel-computing
Last synced: 5 months ago
JSON representation
Parallel computing project for school
- Host: GitHub
- URL: https://github.com/enteee/parallel-computing
- Owner: Enteee
- License: gpl-2.0
- Created: 2014-10-16T15:44:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T17:08:38.000Z (over 11 years ago)
- Last Synced: 2024-11-24T19:53:31.104Z (over 1 year ago)
- Language: C++
- Size: 355 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
parallel-computing
==================
Parallel computing project for school
## Requirments
* a compatible terminal emulator installed:
* urxvt
* konsole
* xterm
* g++
* gdb
* mpi library installed
* boost installed
## Compile
### Normal
```bash
$ make
```
### Debug
```bash
$ make debug
```
## Run
### Normal
```bash
$ make run
```
### Debug
```bash
$ make rundebug
```
## Run Configuration
Change the options under '#Run configuration' in the Makefile.
```make
#Run configuration
RUN_COPIES=12
MODE=MST
SCENARIO=1
[...]
```
Use:
```bash
$ make help
```
to get an overview of possible options.
## BUGS