Skip to content

battle0450/PP-Group25

Repository files navigation

PP-Group25

Parallel Programming Final Project - Group25.

How to Compile: make

Exeucting PSO_serial:

./PSO_serial N D ITER
// N = Num of particles
// D = Dimensions
// ITER = Num of Iterations

Executing PSO_pthread:

./PSO_pthread N D ITER THREADS
// N = Num of particles
// D = Dimensions
// ITER = Num of Iterations
// THREADS = Num of threads

Executing PSO_mpi:

mpirun -np P --npernode 1 --hostfile hosts ./mpi N D ITER
// P = Num of processes
// N = Num of particles
// D = Dimensions
// ITER = Num of Iterations

Executing PSO_CUDA:

./PSO
//Modify N D ITER in kernel.h

About

Parallel Programming Final Project - Group25

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors