Re: [OMPI devel] PMIX deadlock

2015-11-08 Thread Nysal Jan K A
In listen_thread(): 194 while (pmix_server_globals.listen_thread_active) { 195 FD_ZERO(&readfds); 196 FD_SET(pmix_server_globals.listen_socket, &readfds); 197 max = pmix_server_globals.listen_socket; Is it possible that pmix_server_globals.listen_thread_active can be fa

Re: [OMPI devel] PMIX deadlock

2015-11-08 Thread George Bosilca
We had a power outage last week and the local disks on our cluster were wiped out. My tester was in there. But, I can rewrite it after SC. George. On Sat, Nov 7, 2015 at 12:04 PM, Ralph Castain wrote: > Could you send me your stress test? I’m wondering if it is just something > about how we s

Re: [OMPI devel] Master won't build

2015-11-08 Thread gabriel
agh. My guess is that the IU cluster has an old lustre installation/header files that does not define the correct structure but would require what we had before the fix in july. We will probably need configure logic for lustre version, at the minimum to disable the component if we cannot find the r