mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-12-30 19:39:09 +00:00
split sbatch commands
This commit is contained in:
parent
def2fc9b73
commit
143218dda3
@ -9,8 +9,5 @@
|
|||||||
#SBATCH -p cpu-long
|
#SBATCH -p cpu-long
|
||||||
|
|
||||||
unset XDG_RUNTIME_DIR
|
unset XDG_RUNTIME_DIR
|
||||||
/home/tools/anaconda3/bin/conda init
|
|
||||||
source ~/.bashrc
|
|
||||||
source activate base
|
|
||||||
cd competition
|
cd competition
|
||||||
python superscript.py debug
|
python superscript.py debug
|
13
submit-prod.sh
Normal file
13
submit-prod.sh
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
#SBATCH --job-name=tra-superscript
|
||||||
|
#SBATCH --output=slurm-tra-superscript.out
|
||||||
|
#SBATCH --ntasks=8
|
||||||
|
#SBATCH --time=24:00:00
|
||||||
|
#SBATCH --mem-per-cpu=256
|
||||||
|
#SBATCH --mail-user=dsingh@imsa.edu
|
||||||
|
#SBATCH -p cpu-long
|
||||||
|
|
||||||
|
unset XDG_RUNTIME_DIR
|
||||||
|
cd competition
|
||||||
|
python superscript.py verbose
|
Loading…
Reference in New Issue
Block a user