Re: [OMPI users] Open MPI Checkpoint Restart

2013-06-04 Thread Neel Sunil Desai
apshot_dir=/tmp/ndesai/local sstore_base_global_snapshot_dir=/tmp/ndesai/global I created the local and global folders myself. I am running all the processes on a single machine. What am I doing wrong? Please guide me. Thanks, Neel. On Mon, Jun 3, 2013 at 9:34 AM, Neel Sunil Desai wrote: > Hi

Re: [OMPI users] Open MPI Checkpoint Restart

2013-06-03 Thread Neel Sunil Desai
n > ompi-checkpoint, but the error means that one of those conditions isn't > being met. > > > On May 31, 2013, at 4:54 PM, Neel Sunil Desai > wrote: > > Hi Ralph, > > Thanks for the help. The path and ld_path were not set to the correct > location. I was able to e

Re: [OMPI users] Open MPI Checkpoint Restart

2013-05-31 Thread Neel Sunil Desai
1_0 Thanks, Neel. On Fri, May 31, 2013 at 4:34 PM, Ralph Castain wrote: > Check that your path and ld_library_path are set to point to the directory > where you installed the version you built (the --prefix=<> you provided). > > On May 31, 2013, at 4:31 PM, Neel Sunil Desai &

Re: [OMPI users] Open MPI Checkpoint Restart

2013-05-31 Thread Neel Sunil Desai
re -h" > for the ft-related options and ensure you build what you need. C/R support > is not built by default. > > > On May 31, 2013, at 3:59 PM, Neel Sunil Desai > wrote: > > Open MPI 1.5.4 > > On Fri, May 31, 2013 at 3:31 PM, Ralph Castain wrote: > >>

Re: [OMPI users] Open MPI Checkpoint Restart

2013-05-31 Thread Neel Sunil Desai
Open MPI 1.5.4 On Fri, May 31, 2013 at 3:31 PM, Ralph Castain wrote: > What OMPI version? > > On May 31, 2013, at 3:17 PM, Neel Sunil Desai > wrote: > > > Hi, > > > > I forgot to add. I watched the video of Joshua Hursey and when I type > ompi_info | grep

Re: [OMPI users] Open MPI Checkpoint Restart

2013-05-31 Thread Neel Sunil Desai
Hi, I forgot to add. I watched the video of Joshua Hursey and when I type ompi_info | grep FT, I get FT Checkpoint Support: no ( checkpoint thread : no). I do not get anything when I type ompi_info | grep crs. Thanks, Neel.

[OMPI users] Open MPI Checkpoint Restart

2013-05-31 Thread Neel Sunil Desai
Hi, I installed BLCR 0.8.5 in my red hat linux system. I can run the mpi program with the ft-enable-cr option. But, when I try to get a checkpoint, I get an error : bash: ompi-checkpoint: command not found. What should I do? Please help. Thanks , Neel.