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
netcdfgroup
archives: