[mpich-discuss] How to get checkpoint-file
    Darius Buntinas 
    buntinas at mcs.anl.gov
       
    Fri May 21 09:31:32 CDT 2010
    
    
  
You should reconfigure mpich2 1.3a2 with those options, then do
   make clean
   make
   make install
Then recompile your applications.
To run your app with checkpointing do (all on one line)
   mpiexec -n 11 -ckpoint-interval 5 -ckpoint-prefix /tmp/app.ckpoint ./cg
Let us know how that works.
-d
On 05/21/2010 01:50 AM, Bagus Jati Santoso wrote:
> Dear Mr.Darius,
>
> Do you mean that I must reconfigure with these additional options ?
> /--with-hydra-ckpointlib=blcr  --enable-checkpointing
> --with-blcr=/mirror/blcr/
>
>  From MPICH2 website, it's said that MPICH 2-1.3a2 has hydra already
> embbeded in mpiexec, so we don't need to add hydra option. I use this
> version of MPICH2.
> When I try to execute : mpiexec -n 11 /--with-hydra-ckpointlib=blcr
>   --enable-checkpointing --with-blcr=/mirror/blcr ./cg ....
> /I got this error function :
> [mpiexec at ndsl1] match_arg (./utils/args/args.c:122): unrecognized
> argument with-hydra-ckpointlib
> [mpiexec at ndsl1] HYDU_parse_array (./utils/args/args.c:140): argument
> matching returned error
> [mpiexec at ndsl1] HYD_uii_mpx_get_parameters (./ui/mpich/utils.c:943):
> error parsing input array
>
> So, do you mean that I must return my MPICH2 to MPICH2-1.2.1p1 version,
> that have hydra option?
> And do the configuration as you suggest?
>
> Please, I need to solve this problem.
> Thank you very much for your answers.
>
> Best regards,
>
> Bagus
>
>
>
> _______________________________________________
> mpich-discuss mailing list
> mpich-discuss at mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
    
    
More information about the mpich-discuss
mailing list