Skip to content

Instantly share code, notes, and snippets.

@pwolfram
Last active June 21, 2019 22:44
Show Gist options
  • Save pwolfram/fe408392c44bb261c92263bae6545ba4 to your computer and use it in GitHub Desktop.
Save pwolfram/fe408392c44bb261c92263bae6545ba4 to your computer and use it in GitHub Desktop.
#!/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 --mail-user=pwolfram@lanl.gov
#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