slurm: add .log

This commit is contained in:
Starbeamrainbowlabs 2022-11-01 18:59:15 +00:00
parent fecc63b6a2
commit f8341e7d89
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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