From b7af61e3f63a81733f36031c4f022776c846c7b7 Mon Sep 17 00:00:00 2001 From: cory martin Date: Fri, 12 Jul 2024 18:40:18 +0000 Subject: [PATCH] update wcoss2 modulefile --- modulefiles/GDAS/wcoss2.intel.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modulefiles/GDAS/wcoss2.intel.lua b/modulefiles/GDAS/wcoss2.intel.lua index 00181a6d..23a734bd 100644 --- a/modulefiles/GDAS/wcoss2.intel.lua +++ b/modulefiles/GDAS/wcoss2.intel.lua @@ -33,6 +33,7 @@ load("nco/5.0.6") load("gsl/2.7") load("prod_util/2.0.14") load("bufr/12.0.1") +load("fms-C/2023.04") -- hack for pybind11 setenv("pybind11_ROOT", "/apps/spack/python/3.8.6/intel/19.1.3.304/pjn2nzkjvqgmjw4hmyz43v5x4jbxjzpk/lib/python3.8/site-packages/pybind11/share/cmake/pybind11") @@ -40,6 +41,9 @@ setenv("pybind11_ROOT", "/apps/spack/python/3.8.6/intel/19.1.3.304/pjn2nzkjvqgmj -- hack for git-lfs prepend_path("PATH", "/apps/spack/git-lfs/2.11.0/gcc/11.2.0/m6b6nl5kfqngfteqbggydc7kflxere3s/bin") +-- hack for FMS +setenv('fms_DIR', '/apps/prod/hpc-stack/i-19.1.3.304__m-8.1.12__h-1.14.0__n-4.9.2__p-2.5.10__e-8.6.0pnetcdf/intel-19.1.3.304/cray-mpich-8.1.12/fms/2023.04/lib/cmake/fms/') + local mpiexec = '/pe/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/bin/mpirun' local mpinproc = '-n' setenv('MPIEXEC_EXEC', mpiexec)