mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Merge pull request #2273 from edwardhartnett/ejh_par
turning on parallel I/O tests in CI
This commit is contained in:
commit
e6853c24f0
2
.github/workflows/run_tests_ubuntu.yml
vendored
2
.github/workflows/run_tests_ubuntu.yml
vendored
@ -233,7 +233,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
shell: bash -l {0}
|
shell: bash -l {0}
|
||||||
run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} CC=mpicc ./configure --enable-hdf4 --enable-hdf5 --enable-dap --disable-dap-remote-tests
|
run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} CC=mpicc ./configure --enable-hdf4 --enable-hdf5 --enable-dap --disable-dap-remote-tests --enable-parallel-tests
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
|
||||||
- name: Look at config.log if error
|
- name: Look at config.log if error
|
||||||
|
@ -12,9 +12,8 @@
|
|||||||
# Put together AM_CPPFLAGS and AM_LDFLAGS.
|
# Put together AM_CPPFLAGS and AM_LDFLAGS.
|
||||||
include $(top_srcdir)/lib_flags.am
|
include $(top_srcdir)/lib_flags.am
|
||||||
|
|
||||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
# Link to our assembled library.
|
||||||
AM_CPPFLAGS += -I$(top_builddir)/liblib
|
LDADD = ${top_builddir}/liblib/libnetcdf.la
|
||||||
AM_LDFLAGS += ${top_builddir}/liblib/libnetcdf.la -lm
|
|
||||||
|
|
||||||
# These are the netCDF-3 examples.
|
# These are the netCDF-3 examples.
|
||||||
check_PROGRAMS = simple_xy_wr simple_xy_rd sfc_pres_temp_wr \
|
check_PROGRAMS = simple_xy_wr simple_xy_rd sfc_pres_temp_wr \
|
||||||
|
Loading…
Reference in New Issue
Block a user