[netcdf] Disable make check of the mpi code, it is hanging for some reason

Orion Poplawski orion at fedoraproject.org
Tue Dec 4 18:02:07 UTC 2012


commit 1fe8d174894116589a34713b28c2f6e715b35431
Author: Orion Poplawski <orion at nwra.com>
Date:   Tue Dec 4 11:02:04 2012 -0700

    Disable make check of the mpi code, it is hanging for some reason

 netcdf.spec |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/netcdf.spec b/netcdf.spec
index 7a4d1fe..79ced83 100644
--- a/netcdf.spec
+++ b/netcdf.spec
@@ -235,12 +235,15 @@ done
 %check
 %ifnarch s390
 make -C build check
-for mpi in %{mpi_list}
-do
-  module load mpi/$mpi-%{_arch}
-  make -C $mpi check
-  module purge
-done
+# This is hanging here:
+# Testing very simple parallel I/O with 4 processors...
+# *** tst_parallel testing very basic parallel access.
+#for mpi in %{mpi_list}
+#do
+#  module load mpi/$mpi-%{_arch}
+#  make -C $mpi check
+#  module purge
+#done
 %endif
 
 
@@ -319,6 +322,7 @@ rm -rf ${RPM_BUILD_ROOT}
 %changelog
 * Mon Dec 03 2012 Orion Poplawski <orion at cora.nwra.com> - 4.2.1.1-3
 - Rebuild for hdf5 1.8.10
+- Disable make check of the mpi code, it is hanging for some reason
 
 * Thu Nov 1 2012 Orion Poplawski <orion at cora.nwra.com> - 4.2.1.1-2
 - Rebuild for openmpi and mpich2 soname bumps


More information about the scm-commits mailing list