mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 17:23:01 +00:00
slurm-process: change log file names
This commit is contained in:
parent
0353072d15
commit
0166b4d09e
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#SBATCH -J RW2jsonl
|
#SBATCH -J RWrangle
|
||||||
#SBATCH -N 1
|
#SBATCH -N 1
|
||||||
#SBATCH -n 1
|
#SBATCH -n 1
|
||||||
#SBATCH -o %j.%N.%a.out.log
|
#SBATCH -o %j.%N.%a.rainwrangle.out.log
|
||||||
#SBATCH -e %j.%N.%a.err.log
|
#SBATCH -e %j.%N.%a.rainwrangle.err.log
|
||||||
#SBATCH -p compute
|
#SBATCH -p compute
|
||||||
#SBATCH --time=3-00:00:00
|
#SBATCH --time=3-00:00:00
|
||||||
#SBATCH --mem=8096
|
#SBATCH --mem=8096
|
||||||
|
|
Loading…
Reference in a new issue