mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
log file naming update
This commit is contained in:
parent
37f196a785
commit
ff65393e78
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
#SBATCH -N 1
|
#SBATCH -N 1
|
||||||
#SBATCH -n 14
|
#SBATCH -n 14
|
||||||
#SBATCH --gres=gpu:1
|
#SBATCH --gres=gpu:1
|
||||||
#SBATCH -o %j.%N.%a.segment.out.log
|
#SBATCH -o %j.%N.%a.segment-mono.out.log
|
||||||
#SBATCH -e %j.%N.%a.segment.err.log
|
#SBATCH -e %j.%N.%a.segment-mono.err.log
|
||||||
#SBATCH -p gpu05,gpu
|
#SBATCH -p gpu05,gpu
|
||||||
#SBATCH --time=5-00:00:00
|
#SBATCH --time=5-00:00:00
|
||||||
#SBATCH --mem=61440
|
#SBATCH --mem=61440
|
||||||
|
|
Loading…
Reference in a new issue