parallel computation simulate the particle motion
cs267 hw2
Nuochen Lyu Xiaoyun Zhao
Login to cori or any super computer center. For CUDA part you need CMU PSC bridge computer.
For CUDA part you need module load cuda
Compile: make
Request Node from Cori: salloc -N 1 -A mp309 -t 60:00 -q debug --qos=interactive -C haswell
Run: See Job-block
Part1: Openmp, multi-thread for particle interaction Report Link
Part2: MPI, multi-processor for particle interaction Report Link
Part3: Cuda, Gpu for particle interaction Report Link
