Last active
June 21, 2019 22:44
-
-
Save pwolfram/fe408392c44bb261c92263bae6545ba4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#SBATCH --nodes=1 | |
#SBATCH --time=4:00:00 | |
#SBATCH --job-name=hurricane_test | |
#SBATCH --output=hurricane_test.o%j | |
#SBATCH --error=hurricane_test.e%j | |
#SBATCH --qos=interactive | |
#SBATCH -A w19_mpascoastal | |
#SBATCH [email protected] | |
#SBATCH --mail-type=ALL | |
module purge | |
source ~/module_source_gr.sh | |
python run_test.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment