Skip to content
Snippets Groups Projects
Commit e6b15363 authored by Ruben Haag's avatar Ruben Haag
Browse files

Submit file for qsub

parent fb8e8231
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#$ -S /bin/bash
#$ -cwd
#$ -q titan.q
#$ -j yes
#$ -N earliest_pickup
#$ -t 1-200
N=20
SAVE_PATH="/scratch01.local/rhaag/earliest_pickup/results/"
INDEX=1
DATA_PATH="${SAVE_PATH}data/"
MODEL_PATH="${SAVE_PATH}model/"
/usr/ds/bin/julia sim.jl $N $SAVE_PATH $SGE_TASK_ID
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment