From b6929efe53da97f6ee9d151ca8c18bb8381788ee Mon Sep 17 00:00:00 2001 From: Xin Li <lixin.reco@gmail.com> Date: Mon, 15 Aug 2022 19:17:03 +0200 Subject: [PATCH] minor update in module load command --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 40481e8..72a1fb2 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,7 @@ To use the Dardel compute nodes you have to use the resource manager as describe By default you are provided with the compilers that come with the OS and are not the most recent versions of the compilers. To use a recent version of the GNU compiler suite use ``` -ml gcc -ml cpe/21.11 +ml PDC/21.11 ml PrgEnv-gnu ``` -- GitLab