$subject_val = "Re: [OMPI users] Checkpointing automatically at regular intervals"; include("../../include/msg-header.inc"); ?>
Subject: Re: [OMPI users] Checkpointing automatically at regular intervals
From: Josh Hursey (jjhursey_at_[hidden])
Date: 2009-06-30 10:00:37
Currently, there is no mechanism to checkpoint every X minutes in Open
MPI.
As mentioned below you can use a script to initiate the checkpoint
every X minutes. Alternatively it should not be too difficult to add
such a feature to Open MPI. If enough people would be interested I can
file a feature bug to add such a feature in a future release.
Josh
On Jun 30, 2009, at 9:34 AM, Mohamed Slim bouguerra wrote:
> Hi,
> I think that you can write a simple script such as:
>
> wihle `pgrep mpirun` != ""
> ompi-checkpoint `pidof mpirun`
> sleep 5
> done
>
> Le 30 juin 09 à 14:29, Kritiraj Sajadah a écrit :
>
>>
>> Dear All,
>> I can manually checkpoint an MPI application using OPEN MPI
>> and BLCR. However, I now want to checkpointing my application
>> automatically at every 5 minutes. Is there a way in OPEN MPI to
>> ensure automatic checkpointing without the user intervention while
>> the application is running?
>>
>> Thank you
>>
>> Regards,
>> Kritiraj
>>
>>
>>
>> _______________________________________________
>> users mailing list
>> users_at_[hidden]
>> http://www.open-mpi.org/mailman/listinfo.cgi/users
>>
>
>
> _______________________________________________
> users mailing list
> users_at_[hidden]
> http://www.open-mpi.org/mailman/listinfo.cgi/users