mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
slurm: add .log
This commit is contained in:
parent
fecc63b6a2
commit
f8341e7d89
3 changed files with 6 additions and 6 deletions
|
@ -2,8 +2,8 @@
|
|||
#SBATCH -J Json2TfR
|
||||
#SBATCH -N 1
|
||||
#SBATCH -n 28
|
||||
#SBATCH -o %j.%N.%a.out
|
||||
#SBATCH -e %j.%N.%a.err
|
||||
#SBATCH -o %j.%N.%a.out.log
|
||||
#SBATCH -e %j.%N.%a.err.log
|
||||
#SBATCH -p compute
|
||||
#SBATCH --time=3-00:00:00
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
#SBATCH -J RW2jsonl
|
||||
#SBATCH -N 1
|
||||
#SBATCH -n 1
|
||||
#SBATCH -o %j.%N.%a.out
|
||||
#SBATCH -e %j.%N.%a.err
|
||||
#SBATCH -o %j.%N.%a.out.log
|
||||
#SBATCH -e %j.%N.%a.err.log
|
||||
#SBATCH -p compute
|
||||
#SBATCH --time=3-00:00:00
|
||||
#SBATCH --mem=8096
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
#SBATCH -J RainUniq
|
||||
#SBATCH -N 1
|
||||
#SBATCH -n 28
|
||||
#SBATCH -o %j.%N.%a.out
|
||||
#SBATCH -e %j.%N.%a.err
|
||||
#SBATCH -o %j.%N.%a.out.log
|
||||
#SBATCH -e %j.%N.%a.err.log
|
||||
#SBATCH -p compute
|
||||
#SBATCH --time=3-00:00:00
|
||||
|
||||
|
|
Loading…
Reference in a new issue