Skip to content

Instantly share code, notes, and snippets.

@ridlo
Created November 30, 2016 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ridlo/d0bea875ad1eed8fa202e0fe90e038da to your computer and use it in GitHub Desktop.
Save ridlo/d0bea875ad1eed8fa202e0fe90e038da to your computer and use it in GitHub Desktop.
#!/bin/bash
#$ -N cosmo_gadget2
#$ -cwd
#$ -j y
#$ -m ea
#$ -M email@host.com
#$ -pe mpifill 16
#$ -V
#$ -o gadget-log
#$ -e gadget-error
mpirun -n $NSLOTS ./Gadget2 ./cosmo.param
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment