Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Programs

Jacobi Method
Compile: mpicc mpi_jacobi.c -lm -o jacobi
Run: srun -n 4 ./jacobi

Trapezoidal Rule
Compile: gcc -g -o trap pth_trap.c -lpthread
Run: ./trap 4 2 4 6

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages