mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Got distcheck working, corrected some parallel test logic in cmakelists.
This commit is contained in:
parent
ea2e9959f5
commit
b2b8499f53
@ -986,6 +986,9 @@ ENDIF()
|
||||
OPTION(ENABLE_PARALLEL_TESTS "Enable Parallel IO Tests. Ignored if netCDF4 is not enabled, or if there is no parallel I/O Support." ${USE_PARALLEL})
|
||||
IF(ENABLE_PARALLEL_TESTS AND USE_PARALLEL)
|
||||
SET(TEST_PARALLEL ON CACHE BOOL "")
|
||||
IF(USE_NETCDF4)
|
||||
SET(TEST_PARALLEL4 ON CACHE BOOL "")
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
# Determine whether or not to generate documentation.
|
||||
|
@ -81,7 +81,7 @@ IF(USE_HDF4_FILE_TESTS AND NOT MSVC)
|
||||
ENDIF()
|
||||
|
||||
|
||||
IF(TEST_PARALLEL)
|
||||
IF(TEST_PARALLEL4)
|
||||
build_bin_test(tst_mpi_parallel)
|
||||
build_bin_test(tst_parallel)
|
||||
build_bin_test(tst_parallel3)
|
||||
|
Loading…
Reference in New Issue
Block a user