[OMPI users] MPI_Barrier in Self-checkpointing call

2012-02-15 Thread Faisal Shahzad
nks in advance. Kind regards,Faisal

Re: [OMPI users] Question regarding mpirun options with ompi-restart

2011-10-18 Thread Faisal Shahzad
I am using openmpi v1.5.3regards,Faisal > Date: Tue, 18 Oct 2011 11:17:33 -0400 > From: jjhur...@open-mpi.org > To: us...@open-mpi.org > Subject: Re: [OMPI users] Question regarding mpirun options with ompi-restart > > That command line option may be only available on the tru

Re: [OMPI users] Question regarding mpirun options with ompi-restart

2011-10-18 Thread Faisal Shahzad
Hi, Thank you for your reply.I actually do not see option flag '--mpirun_opts' with 'ompi-restart --help'.Besides, I could only find 'mpirun_opts' in /ompi-trunk/orte/tools/orte-restart/https://svn.open-mpi.org/source/search?q=mpirun_opts+&defs=&refs=&am

[OMPI users] Question regarding mpirun options with ompi-restart

2011-10-18 Thread Faisal Shahzad
, binding options etc. ) for ompi-restart?I will be thankful for your reply. Kind regards,Faisal

Re: [OMPI users] Question regarding SELF-checkpointing

2011-09-01 Thread Faisal Shahzad
code, problem is not too severe, so i used 48 or even 96 processes and many checkpoints to make problem appear. But i my actual code, perhaps due to more MPI calls, sometimes problem occur even within one node with only few (2-5) processes as well. Hope to hear from you.Kind regards,Faisal Shahza

[OMPI users] Question regarding SELF-checkpointing

2011-08-31 Thread Faisal Shahzad
severe.With just 1 process (no communication), SEFL-checkpointing works normally with no problem.I have tried different '--mca btl' parameters (openib,tcp,sm,self), but problem persists.I would very much appreciate your support regarding it. Kind regards,Faisal

Re: [OMPI users] help regarding SELF checkpointing, c or c++

2011-08-01 Thread Faisal Shahzad
Hi,I found my mistake. I was using same callback functions in C++ as in C but without using extern "C". Now it works.Thanks for your reply.Kind regards,Faisal > Date: Mon, 1 Aug 2011 09:58:13 -0400 > From: jjhur...@open-mpi.org > To: us...@open-mpi.org > Subject: Re: [OMPI

[OMPI users] help regarding SELF checkpointing, c or c++

2011-08-01 Thread Faisal Shahzad
i convert same program to .cpp, compile with mpiCC and do checkpointing again, it makes BLCR checkpoint and not self-checkpoint.Thanks in advance. Regards,Faisal

Re: [OMPI users] openmpi self checkpointing - error while running example

2011-05-24 Thread Faisal
is the produced checkpoint. please let me know if more outputs are needed. > > cheers > roman > Hi Roman, Try putting name of your executable at end of the path. char restart_path[128] = "/full/path/to/personal-cr"; Here 'personal-cr' is executable. I hope it helps. Kind regards, Faisal