-
Notifications
You must be signed in to change notification settings - Fork 703
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable another test for netCDF 4.9.0 because it runs excessive long …
…on some types of filesystems
- Loading branch information
Showing
2 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
easybuild/easyconfigs/n/netCDF/netCDF-4.9.0_skip-timeout-tests.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
skip tests that take an excessive amount of time on some types of filesystems, | ||
triggering a timeout for nc_test4_run_par_test | ||
author: Kenneth Hoste (HPC-UGent) | ||
diff -ru netcdf-c-4.9.0.orig/nc_test4/run_par_test.sh.in netcdf-c-4.9.0/nc_test4/run_par_test.sh.in | ||
--- netcdf-c-4.9.0.orig/nc_test4/run_par_test.sh.in 2022-06-10 23:04:15.000000000 +0200 | ||
+++ netcdf-c-4.9.0/nc_test4/run_par_test.sh.in 2022-12-21 09:21:33.329871966 +0100 | ||
@@ -33,13 +33,14 @@ | ||
#@MPIEXEC@ -n 16 ./tst_parallel4 | ||
#@MPIEXEC@ -n 32 ./tst_parallel4 | ||
#@MPIEXEC@ -n 64 ./tst_parallel4 | ||
-echo | ||
-echo "Testing collective writes with some 0 element writes..." | ||
-@MPIEXEC@ -n 4 ./tst_parallel5 | ||
|
||
-echo | ||
-echo "Parallel Performance Test for NASA" | ||
-@MPIEXEC@ -n 4 ./tst_nc4perf | ||
+# disable tests that take a very long time on some types of filesystems | ||
+#echo | ||
+#echo "Testing collective writes with some 0 element writes..." | ||
+#@MPIEXEC@ -n 4 ./tst_parallel5 | ||
+#echo | ||
+#echo "Parallel Performance Test for NASA" | ||
+#@MPIEXEC@ -n 4 ./tst_nc4perf | ||
|
||
echo | ||
echo "Parallel I/O test for Collective I/O, contributed by HDF Group." |