Skip to content
Snippets Groups Projects
Commit c2ea7f7c authored by Carolin Penke's avatar Carolin Penke
Browse files

actually calling sbatch

parent 46caa39b
Branches
Tags
1 merge request!1changed paths to opengptx-elm and added StartLongRun.bash to start multiple...
......@@ -30,7 +30,7 @@ if [[ $NUM_JOBS =~ $re ]] ; then
do
CMD_SBATCH="sbatch ./tr1-13B-round1_juwels_pipe.sbatch --wait"
[ "x$RUNTIME_PER_JOB" != x ] && CMD_SBATCH="$CMD_SBATCH --time $RUNTIME_PER_JOB"
echo $CMD_SBATCH
"$CMD_SBATCH"
done
else
echo infinite $NUM_JOBS
......@@ -38,7 +38,6 @@ else
do
CMD_SBATCH="sbatch ./tr1-13B-round1_juwels_pipe.sbatch --wait"
[ "x$RUNTIME_PER_JOB" != x ] && CMD_SBATCH="$CMD_SBATCH --time $RUNTIME_PER_JOB"
echo $CMD_SBATCH
sleep 5
"$CMD_SBATCH"
done
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment