manac68974

Untitled

Dec 6th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/bin/bash
  2. set -e
  3. module load SpectrumMPI
  4.  
  5. bsub -n $(($2*$3)) -o "logs/test.log" -e "logs/test.err" ./task.sh $1 $2 $3
Add Comment
Please, Sign In to add comment