From b25cb2eaed52f9432530af65818f205747bb1ffc Mon Sep 17 00:00:00 2001 From: Anshuman Raina Date: Sun, 3 Nov 2024 22:10:21 -0500 Subject: [PATCH] Changes for slurm spec #3 --- benchmark/config.slurm | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/config.slurm b/benchmark/config.slurm index 19b486e5..07bb8ed6 100644 --- a/benchmark/config.slurm +++ b/benchmark/config.slurm @@ -8,6 +8,7 @@ #SBATCH --mem=128G # Request 256GB of memory #SBATCH --partition=short # Use the 'short' partition (or change as needed) +module load gcc/11.1.0 module load cmake/3.23.2 export LC_ALL=C