We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f19a61 commit fb34823Copy full SHA for fb34823
modulefiles/fv3gfs/global_cycle.orion.lua
@@ -10,7 +10,7 @@ load(pathJoin("hpc", hpc_ver))
10
hpc_intel_ver=os.getenv("hpc_intel_ver") or "2018.4"
11
load(pathJoin("hpc-intel", hpc_intel_ver))
12
13
-hpc_intel_ver=os.getenv("hpc_impi_ver") or "2018.4"
+hpc_impi_ver=os.getenv("hpc_impi_ver") or "2018.4"
14
load(pathJoin("hpc-impi", hpc_impi_ver))
15
16
w3nco_ver=os.getenv("w3nco_ver") or "2.4.1"
0 commit comments