Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPC-NBody

Parallelizing sequential algorithms for solving the N-Body problem using MPI and CUDA

How to compile and run

module load gcc
make -C ./src all
src/nbody data/very-small.txt -bh
# srun -N 1 -n 1 --account=math-454 --reservation=Course-math-454-final ./nbody-code examples/very-small.txt

About

Parallelizing sequential algorithms for solving the N-Body problem using MPI and CUDA

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages