Yes, sure! Agreed.
Regards,
--
Nadia Derbey
Phone: +33 (0)4 76 29 77 62
devel-boun...@open-mpi.org wrote on 07/08/2011 02:10:22 AM:
> De : Jeff Squyres
> A : Open MPI Developers
> Date : 07/08/2011 02:10 AM
> Objet : Re: [OMPI devel] Fix a hang in carto_base_select() if
> ca
I'd go even slightly simpler than that:
Index: opal/mca/carto/base/carto_base_select.c
===
--- opal/mca/carto/base/carto_base_select.c (revision 24842)
+++ opal/mca/carto/base/carto_base_select.c (working copy)
@@ -64,10 +64,7
Hi,
When using the carto/file module with a syntactically incorrect carto
file, we get stuck into opal_carto_base_select().
The attached trivial patch fixes the issue.
Regards,
Nadia
--
nadia.derbey
Fix a hang in carto_base_select if carto_module_init fails
diff -r 94299d729b95 opal/mca/car