Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPC Writeups

OpenMPI - Compilation and Execution

For more information, please consult the official documentation OpenMPI

# Install OpenMPI in operating systems based on ArchLinux
$ sudo pacman -S openmpi
# compile
$ mpicc -lm yourfile.c -o yourapp
# running
$ mpirun -np <numberproccess> yourapp

CUDA - Compilation and Execution

You can read more in CUDA, Installation guide

# Install CUDA in operating systems based on ArchLinux
$ sudo pacman -S cuda
# compile
$ nvcc  yourfile.c -o yourapp
# running
$ ./yourapp

About

Parallelisation of some algorithms using openMPI & CUDA

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages