NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

[netcdfgroup] parallel tests not activated for CMake?

The CMake configurations have the option ENABLE_PARALLEL_TESTS.
However, it doesn't seem to be used anywhere:

$ find ../source/ -name "CMakeLists.txt" | xargs grep ENABLE_PARALLEL
../source/CMakeLists.txt:OPTION (ENABLE_PARALLEL_TESTS "Enable
Parallel IO Tests. Ignored if NetCDF4 is not enabled, or if there is
no parallel I/O Support." OFF)
$

In particular, in ../source/nc_test4/CMakeLists.txt, none of the
parallel tests present in the directory are ever added.

--Nico