Skip to content

Commit

Permalink
Update wcoss2.intel.lua (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA authored Jun 4, 2024
1 parent fbdd131 commit 3e50a8f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions modulefiles/GDAS/wcoss2.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,13 @@ load("nccmp")
load("nco/5.0.6")
load("gsl/2.7")
load("prod_util/2.0.14")

-- Remove HPC_OPT and prepend_patht once prod bufr/12.0.1 is installed
setenv("HPC_OPT", "/apps/ops/para/libs")
prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304")
load("bufr/12.0.1")

-- 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")

-- hack for wxflow
--prepend_path("PYTHONPATH", "/scratch1/NCEPDEV/da/python/gdasapp/wxflow/20240307/src")
-- hack for git-lfs
prepend_path("PATH", "/apps/spack/git-lfs/2.11.0/gcc/11.2.0/m6b6nl5kfqngfteqbggydc7kflxere3s/bin")

local mpiexec = '/pe/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/bin/mpirun'
local mpinproc = '-n'
Expand Down

0 comments on commit 3e50a8f

Please sign in to comment.