mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
got par tests working in cmake build
This commit is contained in:
parent
99c758c649
commit
33a47710b8
@ -988,7 +988,11 @@ IF(ENABLE_PARALLEL4 AND ENABLE_NETCDF_4)
|
||||
SET(USE_PARALLEL4 ON CACHE BOOL "")
|
||||
SET(STATUS_PARALLEL "ON")
|
||||
configure_file("${netCDF_SOURCE_DIR}/nc_test4/run_par_test.sh.in"
|
||||
"${netCDF_BINARY_DIR}/nc_test4/run_par_test.sh")
|
||||
"${netCDF_BINARY_DIR}/tmp/run_par_test.sh" @ONLY NEWLINE_STYLE LF)
|
||||
FILE(COPY "${netCDF_BINARY_DIR}/tmp/run_par_test.sh"
|
||||
DESTINATION ${netCDF_BINARY_DIR}/nc_test4
|
||||
FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|
||||
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include "netcdf_mem.h"
|
||||
#include "ncbytes.h"
|
||||
#include "nc_tests.h"
|
||||
#include "err_macros.h"
|
||||
|
||||
#ifdef USE_NETCDF4
|
||||
#include <hdf5.h>
|
||||
|
Loading…
Reference in New Issue
Block a user