Unfortunately, this is a known problem at the moment. BLCR checkpointing hasn't worked for a few versions now. It's something we're working to fix in a future version.
Hi,Can you help me to solve this problem?
cat /etc/issueCentOS release 6.5 (Final)Kernel \r on an \m
uname -aLinux server 2.6.32-431.11.2.el6.x86_64 #1 SMP Tue Mar 25 19:59:55 UTC 2014 x86_64 x86_64 x86_64 GNU/LinuxINSTALL: blcr-0.8.5
tar xzvf blcr-0.8.5.tar.gzcd blcr-0.8.5mkdir builddircd builddir../configure --prefix=/opt/blcrmakemake install/sbin/insmod /opt/blcr/lib/blcr/2.6.32-431.11.2.el6.x86_64/blcr_imports.ko/sbin/insmod /opt/blcr/lib/blcr/2.6.32-431.11.2.el6.x86_64/blcr.kouname -r2.6.32-431.11.2.el6.x86_64lsmod | grep blcrblcr 115465 0blcr_imports 10715 1 blcrldconfig -p | grep blcrlibcr_run.so.0 (libc6,x86-64) => /opt/blcr/lib/libcr_run.so.0libcr_run.so (libc6,x86-64) => /opt/blcr/lib/libcr_run.solibcr_omit.so.0 (libc6,x86-64) => /opt/blcr/lib/libcr_omit.so.0libcr_omit.so (libc6,x86-64) => /opt/blcr/lib/libcr_omit.solibcr.so.0 (libc6,x86-64) => /opt/blcr/lib/libcr.so.0libcr.so (libc6,x86-64) => /opt/blcr/lib/libcr.so
chkconfig --list | grep blcr
blcr 0:off 1:off 2:on 3:on 4:on 5:on 6:off
INSTALL: mpich-3.1tar xzvf mpich-3.1.tar.gzcd mpich-3.1./configure --disable-fast CFLAGS=-O2 FFLAGS=-O2 CXXFLAGS=-O2 FCFLAGS=-O2 --prefix=/opt/mpich2/ CC=/opt/intel/bin/icc FC=/opt/intel/bin/ifort F77=/opt/intel/bin/ifort --enable-checkpointing --with-hydra-ckpointlib=blcr --with-blcr=/opt/blcr --with-blcr-include=/opt/blcr/include --with-blcr-lib=/opt/blcr/libmakemake install
.bashrcexport PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/blcr/bin:/opt/mpich2/binexport LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:/opt/intel/lib/intel64:/opt/blcr/lib:/opt/mpich2/lib
mpiexec -infoHYDRA build details:Version: 3.1Release Date: Thu Feb 20 11:41:13 CST 2014CC: /opt/intel/bin/icc -O2CXX: g++ -O2F77: /opt/intel/bin/ifort -O2F90: /opt/intel/bin/ifort -O2Configure options: '--disable-option-checking' '--prefix=/opt/mpich2' '--disable-fast' 'CFLAGS=-O2 -O0' 'FFLAGS=-O2 -O0' 'CXXFLAGS=-O2 ' 'FCFLAGS=-O2 ' 'CC=/opt/intel/bin/icc' 'FC=/opt/intel/bin/ifort' 'F77=/opt/intel/bin/ifort' '--enable-checkpointing' '--with-hydra-ckpointlib=blcr' '--with-blcr=/opt/blcr' '--with-blcr-include=/opt/blcr/include' '--with-blcr-lib=/opt/blcr/lib' '--cache-file=/dev/null' '--srcdir=.' 'LDFLAGS= -L/opt/blcr/lib' 'LIBS=-lrt -lcr -lpthread ' 'CPPFLAGS= -I/root/mpich-3.1/src/mpl/include -I/root/mpich-3.1/src/mpl/include -I/root/mpich-3.1/src/openpa/src -I/root/mpich-3.1/src/openpa/src -I/root/mpich-3.1/src/mpi/romio/include -I/opt/blcr/include'Process Manager: pmiLaunchers available: ssh rsh fork slurm ll lsf sge pbs manual persistTopology libraries available: hwlocResource management kernels available: user slurm ll lsf sge pbs cobaltCheckpointing libraries available: blcrDemux engines available: poll select
ERRORmpiexec -n 1 -ckpointlib blcr -ckpoint-interval 20 -ckpoint-prefix /home/marcelo/TESTE/ ./teste[proxy:0:0@server] requesting checkpoint[proxy:0:0@server] checkpoint completed[proxy:0:0@server] HYDT_ckpoint_blcr_checkpoint (tools/ckpoint/blcr/ckpoint_blcr.c:241): Checkpointing failed. Make sure BLCR kernel module is loaded. Unknown error 2356[proxy:0:0@server] ckpoint_thread (tools/ckpoint/ckpoint.c:76): blcr checkpoint returned error[proxy:0:0@server] requesting checkpoint[proxy:0:0@server] checkpoint completed[proxy:0:0@server] HYDT_ckpoint_blcr_checkpoint (tools/ckpoint/blcr/ckpoint_blcr.c:241): Checkpointing failed. Make sure BLCR kernel module is loaded. Unknown error 2356[proxy:0:0@server] ckpoint_thread (tools/ckpoint/ckpoint.c:76): blcr checkpoint returned error
Best regards,
Marcelo.