TotalChest / DistributedSystems

Practice for the distributed systems course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DistributedSystems

Practice for the distributed systems course

CircleAlgorithm

$ mpicc circle_algorithm.c -o circle_algorithm
$ mpirun -oversubscribe -n 36 circle_algorithm <INITIATOR NUMBER>

Seidel-2d (ULFM)

$ mkdir CP
$ mpicc seidel-2d.c -o seidel-2d # MPI with ULFM
$ mpirun -oversubscribe -n 11 seidel-2d # MPI with ULFM

About

Practice for the distributed systems course


Languages

Language:C 100.0%