Re: [OMPI devel] ibm abort test hangs on one node

2014-08-11 Thread Ralph Castain
Good catch! Glad it is now fixed - we can move r32498 across to 1.8.2 as well On Aug 10, 2014, at 10:56 PM, Gilles Gouaillardet wrote: > Thanks Ralph ! > > this was necessary but not sufficient : > > orte_errmgr_base_abort calls orte_session_dir_finalize at > errmgr_base_fns.c:219 > that wil

Re: [OMPI devel] ibm abort test hangs on one node

2014-08-11 Thread Gilles Gouaillardet
Thanks Ralph ! this was necessary but not sufficient : orte_errmgr_base_abort calls orte_session_dir_finalize at errmgr_base_fns.c:219 that will remove the proc session dir then, orte_errmgr_base_abort (indirectly) calls orte_ess_base_app_abort at line 227 first, the proc session dir is removed

Re: [OMPI devel] ibm abort test hangs on one node

2014-08-08 Thread Ralph Castain
Committed a fix for this in r32460 - see if I got it! On Aug 8, 2014, at 4:02 AM, Gilles Gouaillardet wrote: > Folks, > > here is the description of a hang i briefly mentionned a few days ago. > > with the trunk (i did not check 1.8 ...) simply run on one node : > mpirun -np 2 --mca btl sm,se