mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-24 10:13:00 +00:00
slurm dlr: log exit code
This commit is contained in:
parent
40a550f155
commit
835b376c72
1 changed files with 1 additions and 1 deletions
|
@ -72,5 +72,5 @@ echo ">>> Installing requirements";
|
|||
conda run -n py38 pip install -q -r requirements.txt;
|
||||
echo ">>> Training model";
|
||||
#shellcheck disable=SC2016
|
||||
/usr/bin/env time -v conda run -n py38 bash -c 'src/deeplabv3_plus_test_rainfall.py >>"${DIR_OUTPUT}/experiment.${SLURM_JOB_ID}.out.log" 2>>"${DIR_OUTPUT}/experiment.${SLURM_JOB_ID}.err.log"';
|
||||
/usr/bin/env time -v conda run -n py38 bash -c 'src/deeplabv3_plus_test_rainfall.py >>"${DIR_OUTPUT}/experiment.${SLURM_JOB_ID}.out.log" 2>>"${DIR_OUTPUT}/experiment.${SLURM_JOB_ID}.err.log"; echo "[slurm_runner] EXIT_CODE: $?" >>"${DIR_OUTPUT}/experiment.${SLURM_JOB_ID}.out.log";';
|
||||
echo ">>> exited with code $?";
|
||||
|
|
Loading…
Reference in a new issue