2007-03-17 02:11:45 +03:00
|
|
|
#
|
|
|
|
# An Aggregate MCA Parameter Set to enable checkpoint/restart capabilities
|
|
|
|
# for a job.
|
|
|
|
#
|
|
|
|
# Usage:
|
|
|
|
# shell$ mpirun -am ft-enable-cr ./app
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# OPAL Parameters
|
2007-10-09 00:53:02 +04:00
|
|
|
# - Turn off OPAL only checkpointing
|
2007-03-17 02:11:45 +03:00
|
|
|
# - Select only checkpoint ready components
|
|
|
|
# - Enable Additional FT infrastructure
|
|
|
|
# - Auto-select OPAL CRS component
|
2008-02-20 01:15:52 +03:00
|
|
|
# - If available, use the FT Thread (Default)
|
2007-03-17 02:11:45 +03:00
|
|
|
#
|
2007-10-09 00:53:02 +04:00
|
|
|
opal_cr_allow_opal_only=0
|
2007-03-17 02:11:45 +03:00
|
|
|
mca_base_component_distill_checkpoint_ready=1
|
|
|
|
ft_cr_enabled=1
|
|
|
|
crs=
|
2008-02-20 01:15:52 +03:00
|
|
|
opal_cr_use_thread=1
|
2007-03-17 02:11:45 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# ORTE Parameters
|
|
|
|
# - Wrap the RML
|
|
|
|
# - Use the 'full' Snapshot Coordinator
|
|
|
|
#
|
|
|
|
rml_wrapper=ftrm
|
|
|
|
snapc=full
|
|
|
|
#filem=rsh
|
|
|
|
|
|
|
|
#
|
|
|
|
# OMPI Parameters
|
|
|
|
# - Wrap the PML
|
2008-09-10 22:29:17 +04:00
|
|
|
# - Use a Bookmark Exchange Fully Coordinated Checkpoint/Restart Coordination Protocol
|
2007-03-17 02:11:45 +03:00
|
|
|
#
|
|
|
|
pml_wrapper=crcpw
|
2008-09-10 22:29:17 +04:00
|
|
|
crcp=bkmrk
|
2008-03-23 15:33:04 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# Temporary fix to force the event engine to use poll to behave well with BLCR
|
|
|
|
#
|
|
|
|
opal_event_include=poll
|