Skip to content

Commit

Permalink
added NETCDF_MPIEXEC option to CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 6, 2024
1 parent ff86989 commit 82f214d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ include(cmake/dependencies.cmake)
set(STATUS_PARALLEL "OFF")
set(IMPORT_MPI "")
option(NETCDF_ENABLE_PARALLEL4 "Build netCDF-4 with parallel IO" "${HDF5_PARALLEL}")
option(NETCDF_MPIEXEC "Command to use to launch parallel I/O tests" OFF)
option(NETCDF_MPIEXEC "Command to use instead of mpiexec to launch parallel I/O tests" OFF)
if(NETCDF_ENABLE_PARALLEL4 AND NETCDF_ENABLE_HDF5)
if(NOT HDF5_PARALLEL)
set(USE_PARALLEL OFF CACHE BOOL "")
Expand Down

0 comments on commit 82f214d

Please sign in to comment.