mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-12-27 18:19:09 +00:00
fix prod issues
This commit is contained in:
parent
143218dda3
commit
8908f05cbe
@ -8,6 +8,5 @@
|
||||
#SBATCH --mail-user=dsingh@imsa.edu
|
||||
#SBATCH -p cpu-long
|
||||
|
||||
unset XDG_RUNTIME_DIR
|
||||
cd competition
|
||||
python superscript.py debug
|
||||
|
@ -1,13 +1,12 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
#SBATCH --job-name=tra-superscript
|
||||
#SBATCH --output=slurm-tra-superscript.out
|
||||
#SBATCH --output=PROD_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