Skip to content

Instantly share code, notes, and snippets.

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 starhopp3r/b18d63f4474bc65f2728128532a3d497 to your computer and use it in GitHub Desktop.
Save starhopp3r/b18d63f4474bc65f2728128532a3d497 to your computer and use it in GitHub Desktop.
pbs_test_submit.pbs
#!/bin/bash
#PBS -q normal
#PBS -l select=1:ncpus=1:mem=100M
#PBS -l walltime=00:10:00
#PBS -P 21170158
cd ${PBS_O_WORKDIR}
module load composerxe/2018.0.128
./helloworld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment