Skip to content

Commit

Permalink
Merge pull request ESMCI#1587 from NCAR/ejh_fix
Browse files Browse the repository at this point in the history
last minute fixes
  • Loading branch information
edhartnett authored Aug 16, 2019
2 parents 076231d + fc4cdc3 commit cd0b55f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ncint/ncint_pio.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ nc_def_iosystemm(MPI_Comm comp_comm, int num_iotasks, int stride, int base,
* numbers for each computation component. If NULL then the
* computation components are assigned processors sequentially
* starting with processor num_io_procs.
* @param user_io_comm pointer to an MPI_Comm. If not NULL, it will
* @param io_comm pointer to an MPI_Comm. If not NULL, it will
* get an MPI duplicate of the IO communicator. (It is a full
* duplicate and later must be freed with MPI_Free() by the caller.)
* @param user_comp_comm pointer to an array of pointers to MPI_Comm;
* @param comp_comm pointer to an array of pointers to MPI_Comm;
* the array is of length component_count. If not NULL, it will get an
* MPI duplicate of each computation communicator. (These are full
* duplicates and each must later be freed with MPI_Free() by the
Expand Down
2 changes: 1 addition & 1 deletion tests/fncint/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LDADD += -lnetcdff
AM_FCFLAGS = -I${top_builddir}/src/flib ${CPPFLAGS}

# Find the pio.h and pio_tests.h file for the C test.
AM_CPPFLAGS = -I${top_srcdir}/src/clib -I${top_srcdir}/tests/cunit
AM_CPPFLAGS += -I${top_srcdir}/src/clib -I${top_srcdir}/tests/cunit

# Build the test for make check.
check_PROGRAMS = ftst_pio ftst_pio_orig tst_c_pio
Expand Down

0 comments on commit cd0b55f

Please sign in to comment.