run_indiana.sh 240 B

1234567891011121314
  1. #!/bin/sh
  2. #PBS -V
  3. #PBS -N indiana
  4. #PBS -l nodes=20
  5. #PBS -l walltime=10:00:00
  6. #PBS -m bea
  7. #PBS -M michele.orru Ⓐ studenti.unitn.it
  8. cd /home/michele.orru/bachelor-master/
  9. unset http_proxy
  10. unset https_proxy
  11. mpirun -n 400 ./src/indiana
  12. exit