Skip to content
Snippets Groups Projects

Consolidation with CDI-PIO (develop)

Merged Sergey Kosukhin requested to merge m300488/develop-rebase into develop
1 file
+ 4
5
Compare changes
  • Side-by-side
  • Inline
+ 4
5
@@ -219,7 +219,6 @@ libcdi_f2003_la_LIBADD = libcdi.la
libcdipio_la_SOURCES = \
cdipio.h \
cfortran.h \
pio.c \
pio.h \
pio_cdf_int.h \
@@ -261,16 +260,16 @@ libcdipio_la_SOURCES = \
resource_unpack.c \
resource_unpack.h
if HAVE_PARALLEL_NC4
libcdipio_la_SOURCES += pio_cdf_int.c
endif
if USE_FC
libcdipio_la_SOURCES += \
cdipioFortran.c \
cfortran.h
endif
if HAVE_PARALLEL_NC4
libcdipio_la_SOURCES += pio_cdf_int.c
endif
libcdipio_la_LIBADD = libcdi.la $(LIBRT) $(PPM_CORE_C_LIB) $(YAXT_C_LIB) $(MPI_C_LIB)
if MAINTAINER_MODE
Loading