use NETCDF_ENABLE_DAP_REMOTE_TESTS instead of ENABLE_DAP_REMOTE_TESTS and prevent use of srun in netCDF 4.9.3 easyconfigs#25490
Conversation
|
@boegelbot please test @ jsc-zen3 |
|
@bedroge: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 3991109520 processed Message to humans: this is just bookkeeping information for me, |
|
Posting the comment seems to have failed, but the build succeeded. |
|
Test report by @bedroge |
|
Okay, that's an interesting test failure: This was running as a Slurm job in a container. The test calls mpiexec, and it assumes it has Slurm support, so it tries to use srun, which is not available in the container. It should not be a big deal, the test still works, and other tests using MPI print the same error. However, for this particular (and new) test, they redirect stderr and stdout to a file, and do a diff with a reference file. That causes the real failure here, because that srun error ends up in the output file... (see https://github.com/Unidata/netcdf-c/blob/v4.9.3/nc_test4/run_par_warn_test.sh.in#L17) So I guess we should either:
|
|
@bedroge I would go with unset the SLURM env vars... |
|
@boegelbot please test @ jsc-zen3 |
NETCDF_ENABLE_DAP_REMOTE_TESTS instead of ENABLE_DAP_REMOTE_TESTS in netCDF 4.9.3 easyconfigsNETCDF_ENABLE_DAP_REMOTE_TESTS instead of ENABLE_DAP_REMOTE_TESTS and prevent use of srun in netCDF 4.9.3 easyconfigs
|
@bedroge: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 4034801926 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @bedroge |
|
Test report by @boegelbot |
|
Test report by @boegel |
|
Going in, thanks @bedroge! |
While debugging some weird netCDF test failures, I found that
ENABLE_DAP_REMOTE_TESTSwas renamed toNETCDF_ENABLE_DAP_REMOTE_TESTSin 4.9.3. See https://github.com/Unidata/netcdf-c/blob/v4.9.2/CMakeLists.txt#L1098 andhttps://github.com/Unidata/netcdf-c/blob/v4.9.3/CMakeLists.txt#L603.