Advertisement
Guest User

Compilation script

a guest
Mar 28th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1.  #!/bin/sh
  2.      cd
  3.      cd Desktop/MPIs
  4.      mpd &
  5.      mpicc name.c
  6.      mpirun  -np 5 ./a.out
  7.      mpdallexit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement