Skip to content

Commit

Permalink
Removed pnetcdf from make files
Browse files Browse the repository at this point in the history
  • Loading branch information
vonw committed Jan 11, 2024
1 parent e831ac4 commit 5653d3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev/apptainer/scripts/Makefile.m3tools
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ LDFLAGS = -I$(IODIR) $(DEFINEFLAGS) $(ARCHFLAGS)
#
# Cygwin libraries need "-lnetcdff.dll -lnetcdf.dll" below
#
# LIBS = -L${OBJDIR} -lioapi -lnetcdff -lnetcdf $(OMPLIBS) $(ARCHLIB) $(ARCHLIBS)
LIBS = -L${OBJDIR} -lioapi -lnetcdff -lnetcdf -lpnetcdf $(OMPLIBS) $(ARCHLIB) $(ARCHLIBS)
LIBS = -L${OBJDIR} -lioapi -lnetcdff -lnetcdf $(OMPLIBS) $(ARCHLIB) $(ARCHLIBS)
# LIBS = -L${OBJDIR} -lioapi -lnetcdff -lnetcdf -lpnetcdf $(OMPLIBS) $(ARCHLIB) $(ARCHLIBS)
#LIBS = -L${OBJDIR} -lioapi -lnetcdf $(OMPLIBS) $(ARCHLIB) $(ARCHLIBS)
#LIBS = -L${OBJDIR} -lioapi `nf-config --libs` `nc-config --libs` $(OMPLIBS) $(ARCHLIB) $(ARCHLIBS)

Expand Down
4 changes: 2 additions & 2 deletions dev/apptainer/scripts/Makefile.mcip
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ FC = mpifort
NETCDF = /usr/local
IOAPI_ROOT = /opt/share/ioapi-3.2
FFLAGS = -O3 -fallow-argument-mismatch -I$(NETCDF)/include -I$(IOAPI_ROOT)/Linux2_x86_64gfortmpi
#LIBS = -L$(IOAPI_ROOT)/Linux2_x86_64gfortmpi -lioapi -L$(NETCDF)/lib -lnetcdff -lnetcdf -fopenmp
LIBS = -L$(IOAPI_ROOT)/Linux2_x86_64gfortmpi -lioapi -L$(NETCDF)/lib -lnetcdff -lnetcdf -lpnetcdf -fopenmp
LIBS = -L$(IOAPI_ROOT)/Linux2_x86_64gfortmpi -lioapi -L$(NETCDF)/lib -lnetcdff -lnetcdf -fopenmp
#LIBS = -L$(IOAPI_ROOT)/Linux2_x86_64gfortmpi -lioapi -L$(NETCDF)/lib -lnetcdff -lnetcdf -lpnetcdf -fopenmp

#...Intel Fortran
#FC = ifort
Expand Down

0 comments on commit 5653d3a

Please sign in to comment.