netcdf-c/nc_test
Dennis Heimbigner ea9d685a7b Modify nc_test/tst_parallel2.c to remove a failure.
The failure comes at the end when each processor tries to
remove() the created file. The second one appears to fail
-- possibly because of a race condition. In any case, if I
move the remove() call past MPI_Finalize(), the error goes away.

It is not clear of the exact circumstances that cause the
failure, but I encountered it with the following env.
- automake on centos7 64-bit.
- compiling with -O1 for gcc.
- The pnetcdf version is 1.8.1
- The command "mpiexec --version" gives:
  Version: 3.0.4
  Release Date: Wed Apr 24 10:08:10CDT2013
2017-10-24 19:12:07 -06:00
..
CMakeLists.txt Wiring in a large test to check against a regression for the issue described in https://github.com/Unidata/netcdf-c/pull/457 2017-08-11 18:18:11 -06:00
error.c match type of a subroutine argument 2016-10-25 13:28:38 -05:00
error.h match type of a subroutine argument 2016-10-25 13:28:38 -05:00
large_files.c Fixed issue on 32-bit systems. 2017-07-05 14:57:12 -06:00
Make0 Resolves Github issue https://github.com/Unidata/netcdf-c/issues/349. 2017-02-16 14:27:54 -07:00
make_test_file.sh
Makefile.am Wiring in a large test to check against a regression for the issue described in https://github.com/Unidata/netcdf-c/pull/457 2017-08-11 18:18:11 -06:00
nc_enddef.c
nc_enddef.cdl
nc_sync_child.c
nc_sync.c
nc_sync.cdl
nc_sync.h
nc_test.c Updated nc_test to respect USE_CDF5 2017-09-18 13:24:11 -06:00
nc_test.html
quick_large_files.c Housekeeping on large file tests. 2016-11-18 15:48:58 -07:00
ref_tst_diskless2.cdl
run_diskless2.sh Corrected an issue where run_diskless2.sh was not properly configured. 2017-05-10 16:55:47 -06:00
run_diskless5.sh typo 2017-05-03 10:19:35 -06:00
run_diskless.sh Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
run_mmap.sh Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
run_pnetcdf_test.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
run_valgrind_tests.sh
t_nc_p5.c merge-squash 2015-10-09 10:12:11 -06:00
t_nc.c Modified t_nc.c to only test cdf5 if it has been enabled. 2017-10-16 11:19:24 -06:00
test_get_p5.c merge-squash 2015-10-09 10:12:11 -06:00
test_get_p5.m4 add CDF format checking in hash4 to exclude the NC_BYTE-to-uchar exception fro CDF-5 format 2016-10-08 13:48:22 -05:00
test_get.m4 silence warnings from Travis CI 2017-03-11 12:51:04 -06:00
test_put.m4 silence warnings from Travis CI 2017-03-11 12:51:04 -06:00
test_read.m4 Corrected an issue on *nix systems 2017-03-16 15:13:38 -06:00
test_write.m4 Working on getting cdf5 tests running. 2017-09-15 18:00:28 -06:00
testnc3perf.c Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
tests.h Corrected an issue on *nix systems 2017-03-16 15:13:38 -06:00
tst_addvar.c [NCF-344] Modified addvar test to return 0 when called without an argument. Test doesn't run unless passed a file, but it isn't a failure. The test is run properly through a shell script already. 2015-10-30 17:11:27 +00:00
tst_atts3.c sync with master branch 2016-10-28 11:54:25 -05:00
tst_atts.c More refactoring, pushing to avoid accidental loss. 2016-10-21 19:24:40 +00:00
tst_big_rvar.c Housekeeping on large file tests. 2016-11-18 15:48:58 -07:00
tst_big_var2.c Housekeeping on large file tests. 2016-11-18 15:48:58 -07:00
tst_big_var6.c Housekeeping on large file tests. 2016-11-18 15:48:58 -07:00
tst_big_var.c Housekeeping on large file tests. 2016-11-18 15:48:58 -07:00
tst_cdf5format.c merge-squash 2015-10-09 10:12:11 -06:00
tst_diskless2.c
tst_diskless3.c More refactoring, pushing to avoid accidental loss. 2016-10-21 19:24:40 +00:00
tst_diskless4.c More refactoring, pushing to avoid accidental loss. 2016-10-21 19:24:40 +00:00
tst_diskless5.c Corrected a build issue on windows for tst_diskless5, and updated release notes. 2017-05-04 10:58:18 -06:00
tst_diskless5.cdl Add testcase 2017-05-03 09:58:49 -06:00
tst_diskless.c More refactoring, pushing to avoid accidental loss. 2016-10-21 19:24:40 +00:00
tst_elatefill.c rename macro ERR to ERR_CHK, as ERR is already defined in err_macros.h 2017-04-03 22:17:36 -05:00
tst_formatx_pnetcdf.c Call nc_close, which calls MPI_File_close, to avoid MPI wraning messages on MPI objects are still allocated. 2017-08-08 16:54:38 -05:00
tst_global_fillval.c reverted test. 2017-10-06 12:58:49 -06:00
tst_inq_type.c More refactoring, pushing to avoid accidental loss. 2016-10-21 19:24:40 +00:00
tst_large_cdf5.c Fixed a simple mistake in test organization. 2017-08-11 18:36:44 -06:00
tst_large.c Housekeeping on large file tests. 2016-11-18 15:48:58 -07:00
tst_meta.c merge-squash 2015-10-09 10:12:11 -06:00
tst_misc.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_names.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_nofill2.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_nofill3.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_nofill.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_norm.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_parallel2.c Modify nc_test/tst_parallel2.c to remove a failure. 2017-10-24 19:12:07 -06:00
tst_pnetcdf.c Corrected parallel tests in support of https://github.com/Unidata/netcdf-c/issues.321 2016-10-24 22:45:15 +00:00
tst_put_vars.c
tst_small.c Updated tst_small 2017-09-18 15:08:49 -06:00
tst_utf8_phrases.c Corrected an issue in support of https://github.com/Unidata/netcdf-c/issues/420 2017-06-09 12:46:37 -06:00
tst_utf8_validate.c Corrected an issue in support of https://github.com/Unidata/netcdf-c/issues/420 2017-06-09 12:46:37 -06:00
util.c Fix dap4 related warnings in https://github.com/Unidata/netcdf-c/issues/501. 2017-10-20 21:17:12 -06:00