manac68974

Untitled

Dec 6th, 2019
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. #!/bin/bash
  2. set -e
  3.  
  4. module load SpectrumMPI
  5.  
  6. mpirun -n $(($2*$3)) ./bin/mpieval $1 $2 $3
Add Comment
Please, Sign In to add comment