File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,10 @@ else ifeq ($(UNAME),Linux)
3131 ifeq ($(SYSTEM),)
3232 SYSTEM = AGRI
3333 SYSTEM_MAKEFILE = agri.make
34- endif
34+ endif
3535endif
3636
37+
3738include $(TEMPESTREMAPDIR ) /mk/system/$(SYSTEM_MAKEFILE )
3839
3940# Build identifier
Original file line number Diff line number Diff line change 66
77# NERSC Babbage Testbed
88
9+
910CXX = CC
1011F90 = ftn
1112MPICXX = CC
1213MPIF90 = ftn
13- CXXFLAGS += -MT -MD -MP -MF
14+
1415
1516# NetCDF
1617NETCDF_ROOT = $(NETCDF_DIR )
1718NETCDF_CXXFLAGS = -I$(NETCDF_ROOT ) /include
1819NETCDF_LIBRARIES = -lnetcdf
1920NETCDF_LDFLAGS = -L$(NETCDF_ROOT ) /lib
2021
22+
23+ # HDF5
24+ HDF5_ROOT = $(HDF5_DIR )
25+ CPPFLAGS += -I$(HDF5_ROOT ) /include
26+ LDFLAGS += -L$(HDF5_ROOT ) /lib
27+ LDLIBS += -lhdf5_hl -lhdf5
28+
2129# LAPACK (Intel MKL)
2230LAPACK_INTERFACE = FORTRAN
2331LAPACK_CXXFLAGS =
2432LAPACK_LIBRARIES =
2533LAPACK_LDFLAGS =
2634
35+
2736# DO NOT DELETE
You can’t perform that action at this time.
0 commit comments