From 65f1393b7560c5ebf976298063d8b6f83a6f8ad0 Mon Sep 17 00:00:00 2001 From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch> Date: Mon, 22 Feb 2021 14:31:57 +0100 Subject: [PATCH] module specification for PPB110 --- INSTALLATION.txt | 4 ++++ wk/ppb110_run.m | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALLATION.txt b/INSTALLATION.txt index 96d1e93e..3b06f82f 100644 --- a/INSTALLATION.txt +++ b/INSTALLATION.txt @@ -54,3 +54,7 @@ Compilation of HeLaZ 2. make install 3. (TODO: test script for installation check) 4. next times, for compilation, make is sufficient + +Remark for PPB110 +- The module list should be at least + 1) intel_comp/17.0 2) impi/17.0 3) hdf5/1.8.12_intel13.1 diff --git a/wk/ppb110_run.m b/wk/ppb110_run.m index 02fd8978..170e11e8 100644 --- a/wk/ppb110_run.m +++ b/wk/ppb110_run.m @@ -92,9 +92,7 @@ fprintf(fid,[... '#SBATCH --mem-per-cpu=', CLUSTER.MEM,'\n',... '#SBATCH --error=err.txt\n',... '#SBATCH --output=out.txt\n',... -'module load intel_comp\n',... -'module load impi\n',... -'module load hdf5\n',... +'module load intel_comp/17.0 impi/17.0 hdf5/1.8.12_intel13.1\n',... 'srun ./../../../bin/helaz']); fclose(fid); -- GitLab