From 634690d47953fb5ceae696d3507f73c43e0a483f Mon Sep 17 00:00:00 2001 From: Pedro Ojeda-May Date: Wed, 21 Aug 2024 12:52:18 +0200 Subject: [PATCH] R: folders of exercises --- exercises/R/SERIAL/job.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/R/SERIAL/job.sh b/exercises/R/SERIAL/job.sh index 192c32e0..6c9adbce 100644 --- a/exercises/R/SERIAL/job.sh +++ b/exercises/R/SERIAL/job.sh @@ -3,6 +3,7 @@ #Asking for 3 min. #SBATCH -t 00:03:00 #SBATCH -n 1 +#SBATCH -C 'skylake' #Writing output and error files #SBATCH --output=output%J.out #SBATCH --error=error%J.error