From ab56af0b379920f0cf997957da3751d268bc1486 Mon Sep 17 00:00:00 2001 From: Hauke Kirchner <hauke.kirchner@gwdg.de> Date: Thu, 15 Aug 2024 14:59:16 +0200 Subject: [PATCH] removed mail definition in sbtach script to send mail to default mailadress --- code/submit_test.sh | 1 - code/submit_train.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/code/submit_test.sh b/code/submit_test.sh index a8a587e..174613b 100644 --- a/code/submit_test.sh +++ b/code/submit_test.sh @@ -7,7 +7,6 @@ #SBATCH --ntasks=1 # total number of tasks #SBATCH --cpus-per-task 4 # number of CPU cores per task #SBATCH --mail-type=all # send mail when job begins and ends -#SBATCH --mail-user=username@gwdg.de # TODO: change this to your mailaddress! #SBATCH --output=./slurm_files/slurm-%x-%j.out # where to write output, %x give job name, %j names job id #SBATCH --error=./slurm_files/slurm-%x-%j.err # where to write slurm error diff --git a/code/submit_train.sh b/code/submit_train.sh index a3ffc45..998efdf 100644 --- a/code/submit_train.sh +++ b/code/submit_train.sh @@ -7,7 +7,6 @@ #SBATCH --ntasks=1 # total number of tasks #SBATCH --cpus-per-task 4 # number of CPU cores per task #SBATCH --mail-type=all # send mail when job begins and ends -#SBATCH --mail-user=username@gwdg.de # TODO: change this to your mailaddress! #SBATCH --output=./slurm_files/slurm-%x-%j.out # where to write output, %x give job name, %j names job id #SBATCH --error=./slurm_files/slurm-%x-%j.err # where to write slurm error -- GitLab