From 89ebfd0df1191a8bdd9b946eec2bf7cb34f3f5d5 Mon Sep 17 00:00:00 2001 From: Walter Kolczynski Date: Thu, 25 Feb 2021 04:54:52 +0000 Subject: [PATCH] Fixed reg2grb2 build on WCOSS The build of reg2grb2 was not linking the MPI libraries on WCOSS-Dell, causing the build to fail (I don't know why this wasn't an issue before). Modified the modulefile to now set the fortran compiler to the $MPI_FC set by the impi module (which should be mpiifort) instead of ifort. Refs: #273 --- modulefiles/modulefile.reg2grb2.wcoss_dell_p3 | 1 + 1 file changed, 1 insertion(+) diff --git a/modulefiles/modulefile.reg2grb2.wcoss_dell_p3 b/modulefiles/modulefile.reg2grb2.wcoss_dell_p3 index 2900ec0b4f..302b7726a9 100644 --- a/modulefiles/modulefile.reg2grb2.wcoss_dell_p3 +++ b/modulefiles/modulefile.reg2grb2.wcoss_dell_p3 @@ -4,6 +4,7 @@ module use /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/modulefiles/stack module load hpc/1.1.0 module load hpc-ips/18.0.1.163 module load hpc-impi/18.0.1 +export FCMP=$MPI_FC module load jasper/2.0.25 module load zlib/1.2.11