Skip to content

Commit

Permalink
Merge pull request #6 from thomas-robinson/esm2021.02
Browse files Browse the repository at this point in the history
Esm2021.02 update1
  • Loading branch information
thomas-robinson authored May 26, 2021
2 parents 6713f5c + 5f15b73 commit eeede76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion containers/Dockerfile.intel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ENV LIBRARY_PATH=${LD_LIBRARY_PATH}
RUN mkdir -p /opt/ESM4
RUN git clone --recursive https://github.com/NOAA-GFDL/ESM4.git -b 2021.02 \
&& cd ESM4/exec \
&& make HDF_INCLUDE=-I/opt/hdf5/include \
&& make HDF_INCLUDE=-I/opt/hdf5/include HDF_LIBS="-L/opt/hdf5/lib -lhdf5 -lhdf5_fortran -lhdf5_hl -lhdf5hl_fortran" SH=sh \
&& cp esm4.1.x /opt/ESM4 \
&& make clean_all

Expand Down
2 changes: 1 addition & 1 deletion exec/templates/gnu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ LDFLAGS += $(LIBS)
# The macro TMPFILES is provided to slate files like the above for removal.

RM = rm -f
SHELL = /bin/sh
SH = /bin/sh
TMPFILES = .*.m *.B *.L *.i *.i90 *.l *.s *.mod *.opt

.SUFFIXES: .F .F90 .H .L .T .f .f90 .h .i .i90 .l .o .s .opt .x
Expand Down
2 changes: 1 addition & 1 deletion exec/templates/intel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ LDFLAGS += $(LIBS)
# The macro TMPFILES is provided to slate files like the above for removal.

RM = rm -f
SHELL = /bin/csh -f
SH = /bin/csh -f
TMPFILES = .*.m *.B *.L *.i *.i90 *.l *.s *.mod *.opt

.SUFFIXES: .F .F90 .H .L .T .f .f90 .h .i .i90 .l .o .s .opt .x
Expand Down

0 comments on commit eeede76

Please sign in to comment.