Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antidigest/parallel

MPI programs shared here !
https://github.com/antidigest/parallel

Last synced: about 1 month ago
JSON representation

MPI programs shared here !

Awesome Lists containing this project

README

        

# parallel
MPI and OPENMP programs shared here !

## To install MPI :

sudo apt-get install lam4-dev

## To run MPI :

1. lamboot
2. mpicc program.c -o program
3. mpirun -np ./program

## To run OpenMP :

1. gcc -fopenmp program.c -o program
2. ./program
3. To change the number of processors : export OMP_NUM_THREADS=