From 1b33602fa6fdb2812b3bc2603bde188ba739b908 Mon Sep 17 00:00:00 2001 From: Easy Build <easybuild@cn1.dgx> Date: Wed, 18 Sep 2019 07:54:44 +0200 Subject: [PATCH] Wed, 18 Sep 2019 07:54:44 +0200 --- dgx.csv | 68 +++++++++++++++++++++++++------------------------- get_modules.sh | 2 +- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/dgx.csv b/dgx.csv index 97a9702e..c3c90b1d 100644 --- a/dgx.csv +++ b/dgx.csv @@ -1,34 +1,34 @@ -Autoconf/2.69,2 -Automake/1.16.1,2 -Autotools/20180311,2 -binutils/2.27,2 -binutils/2.27-GCCcore-6.3.0,2 -Bison/3.0.4,2 -CMake/3.14.1,2 -EasyBuild/3.9.4,2 -flex/2.6.3,2 -GCC/6.3.0-2.27,2 -GCCcore/6.3.0,2 -Go/1.12.7,2 -help2man/1.47.4,2 -hwloc/1.11.7-GCC-6.3.0-2.27,2 -hwloc/2.0.3-GCC-6.3.0-2.27,2 -icc/2017.7.259-GCC-6.3.0-2.27,2 -iccifort/2017.7.259-GCC-6.3.0-2.27,2 -ifort/2017.7.259-GCC-6.3.0-2.27,2 -iimpi/2017c,2 -imkl/2017.4.239-iimpi-2017c,2 -impi/2017.4.239-iccifort-2017.7.259-GCC-6.3.0-2.27,2 -intel/2017c,2 -libtool/2.4.6,2 -libxml2/2.9.4,2 -M4/1.4.18,2 -ncurses/6.1,2 -numactl/2.0.11-GCCcore-6.3.0,2 -numactl/2.0.12-GCC-6.3.0-2.27,2 -OpenMPI/2.1.5-GCC-6.3.0-2.27,2 -OpenMPI/3.1.4-GCC-6.3.0-2.27,2 -OpenMPI/4.0.0-GCC-6.3.0-2.27,2 -Singularity/3.3.0,2 -squashfs-tools/4.3,2 -zlib/1.2.11,2 +Autoconf/2.69,5 +Automake/1.16.1,5 +Autotools/20180311,5 +binutils/2.27,5 +binutils/2.27-GCCcore-6.3.0,5 +Bison/3.0.4,5 +CMake/3.14.1,5 +EasyBuild/3.9.4,5 +flex/2.6.3,5 +GCC/6.3.0-2.27,5 +GCCcore/6.3.0,5 +Go/1.12.7,5 +help2man/1.47.4,5 +hwloc/1.11.7-GCC-6.3.0-2.27,5 +hwloc/2.0.3-GCC-6.3.0-2.27,5 +icc/2017.7.259-GCC-6.3.0-2.27,5 +iccifort/2017.7.259-GCC-6.3.0-2.27,5 +ifort/2017.7.259-GCC-6.3.0-2.27,5 +iimpi/2017c,5 +imkl/2017.4.239-iimpi-2017c,5 +impi/2017.4.239-iccifort-2017.7.259-GCC-6.3.0-2.27,5 +intel/2017c,5 +libtool/2.4.6,5 +libxml2/2.9.4,5 +M4/1.4.18,5 +ncurses/6.1,5 +numactl/2.0.11-GCCcore-6.3.0,5 +numactl/2.0.12-GCC-6.3.0-2.27,5 +OpenMPI/2.1.5-GCC-6.3.0-2.27,5 +OpenMPI/3.1.4-GCC-6.3.0-2.27,5 +OpenMPI/4.0.0-GCC-6.3.0-2.27,5 +Singularity/3.3.0,5 +squashfs-tools/4.3,5 +zlib/1.2.11,5 diff --git a/get_modules.sh b/get_modules.sh index 3bd9d5be..1a13bd51 100755 --- a/get_modules.sh +++ b/get_modules.sh @@ -53,7 +53,7 @@ elif [ "$CLUSTER" == "SALOMON" ]; then done elif [ "$CLUSTER" == "DGX" ]; then - ml --show-hidden -t av 2>&1 | awk '{print $1 ",2"}' | grep -v -e '/,\|:' | sort -u > dgx.csv + ml --show-hidden -t av 2>&1 | awk '{print $1 ",5"}' | grep -v -e '/,\|:' | sort -u > dgx.csv ./modules.py > dgx.md fi -- GitLab