Skip to content
Snippets Groups Projects
Commit 3b7fa67d authored by Julien  GUGLIELMINI's avatar Julien GUGLIELMINI
Browse files

Removed Maestro fast qos for now

parent 474706a7
No related branches found
No related tags found
No related merge requests found
......@@ -324,7 +324,7 @@ else
else
JOBARRAY="1-${NJOBS}"
fi
JID=$(sbatch --parsable --wait -p "$FAST_PART" -q fast --array="$JOBARRAY" -c 1 -J "wGRR_worker" --mem=$REQMEM --wrap="./wGRR_worker.zsh $ARRAYSIZE $OUT $NJOBS 1 $PRT $tmp")
JID=$(sbatch --parsable --wait -p "$FAST_PART" --array="$JOBARRAY" -c 1 -J "wGRR_worker" --mem=$REQMEM --wrap="./wGRR_worker.zsh $ARRAYSIZE $OUT $NJOBS 1 $PRT $tmp")
PQT=$(sacct -X -j $JID -o Reserved -n | awk 'NR==1{prevt=0}{t=0;n=split($1,a,"-");if(n>1){t=t+a[1]*86400};split(a[n],b,":");t=t+b[1]*3600+b[2]*60+b[3];if(t<prevt){tt=tt+prevt}prevt=t}END{print tt+t}')
echo "[INFO] -- The job $JID has been "$(textifyDuration $PQT) "in queue"
QT=$((QT+PQT))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment