We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4233c4 commit 3ee2d6cCopy full SHA for 3ee2d6c
machines/cmake_macros/intel.cmake
@@ -35,6 +35,3 @@ else()
35
string(APPEND SLIBS " -mkl=cluster")
36
endif()
37
set(SUPPORTS_CXX "TRUE")
38
-if(DEFINED ENV{RTTOV})
39
- string(APPEND LDFLAGS " -L$(NCAR_LDFLAGS_HDF5) -lhdf5_fortran -lhdf5_hl_fortran -lhdf5")
40
-endif()
machines/derecho/derecho.cmake
@@ -20,3 +20,6 @@ if (MPILIB STREQUAL openmpi)
20
set(SCXX "$ENV{CXX}")
21
set(SFC "$ENV{FC}")
22
23
+if(DEFINED ENV{RTTOV})
24
+ string(APPEND LDFLAGS " -L$(NCAR_LDFLAGS_HDF5) -lhdf5_fortran -lhdf5_hl_fortran -lhdf5")
25
+endif()
0 commit comments