Re: [OMPI devel] [OMPI commits] Git: open-mpi/ompi branch master updated. dev-1488-g40b7643

2015-04-13 Thread Nathan Hjelm
That is going to be unreachable code. The outstanding lock can only take on the value lock_nocheck, lock_exclusive, lock_shared, or lock_none. All of which are checked. The correct fix would be to change it to an switch so a warning will be printed if any other valid lock values are added. -Natha

[OMPI devel] Restart a mpi application previously checkpointed

2015-04-13 Thread Cyrille DIBAMOU MBEUYO
Goodmorning, Excuze me for my question, But, for my research, i want to know if it is possible to restart a mpi application (previously checkpointed with BLCR), on different nodes from where the application was turning. If it is possible, how can i proceed. Thank you. In hope to read you. Bes

Re: [OMPI devel] Info about ORTE structure

2015-04-13 Thread Federico Reghenzani
Thank you. And, to workaround, is it possible to temporary suspend processes on a node and later resume it (requested by RM)? I saw in the code that orted can receive SIGTSTP and SIGCONT to suspend/resume processes. Cheers, Federico Reghenzani 2015-04-10 16:58 GMT+02:00 Ralph Castain : > I’m

Re: [OMPI devel] Info about ORTE structure

2015-04-13 Thread Ralph Castain
Yes - but the processes must stay in the same location > On Apr 13, 2015, at 12:02 PM, Federico Reghenzani > wrote: > > Thank you. > > And, to workaround, is it possible to temporary suspend processes on a node > and later resume it (requested by RM)? I saw in the code that orted can > rece