Skip to content

Instantly share code, notes, and snippets.

@enewe101
Created August 24, 2016 19:09
Show Gist options
  • Save enewe101/0e9ad3b852fbf1e2667a152c84222579 to your computer and use it in GitHub Desktop.
Save enewe101/0e9ad3b852fbf1e2667a152c84222579 to your computer and use it in GitHub Desktop.
#!/bin/bash
#PBS -l nodes=1:ppn=12
#PBS -l walltime=8:00:00
#PBS -l pmem=4999m
#PBS -o /gs/project/eeg-641-aa/enewel3/jobs/worldviews-demographics/64-ABA.output
#PBS -e /gs/project/eeg-641-aa/enewel3/jobs/worldviews-demographics/64-ABA.error
#PBS -N 64-ABA
module load Python/2.7.10
module load Java/1.8.0_45
cd /gs/project/eeg-641-aa/enewel3/worldviews-demographics/src
./run.py -n 12 -b 357
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment