Skip to content

Paralleling Particle Swarm Optimization using OpenMp, MPI and CUDA frameworks and comparing the performance

Notifications You must be signed in to change notification settings

abhi4578/Parallelization-of-PSO

Repository files navigation

Parallelization-of-PSO

Paralleling Particle Swarm Optimization using OpenMp, MPI and CUDA frameworks and comparing the performance Serial PSO: https://github.com/m-ahsen/pso/blob/master/pso_serial.c

command to compile omp.c    : gcc -fopenmp omp.c -lm -lgsl -lgslcblas
command to compile mpiomp.c : mpicc -fopenmp mpiomp.c -lm -lgsl -lgslcblas
command to compile mpipso.c : mpicc mpipso.c -lm -lgsl -lgslcblas

About

Paralleling Particle Swarm Optimization using OpenMp, MPI and CUDA frameworks and comparing the performance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published