################################################################################ # # Sample startup script file # # File name: .ckptrc # # Location: current working directory or home directory # # Note: comment lines begins with # (pound sign). # # Copyright: Princeton University, 1996 # ################################################################################ ################################################################################ # # libNXckpt Basic attributes # ################################################################################ checkpointing on # turn on checkpointing by default verbose on # prints some checkpointing messages directory /pfs/checkpoint # where to save the checkpoint files maxfiles 1 # number of checkpoints to save exclude on # enable memory exclusion incremental on # use incremental checkpointing maxincfiles 2 # do one full checkpoint followed # by two incremental checkpoints ################################################################################ # # Periodic checkpointing # ################################################################################ mintime 0 # no periodic checkpointing ################################################################################ # # I/O Optimization # ################################################################################ singlefile off maxiobuf 1048576 maxhdrbuf 65536 ################################################################################ # # Miscellaneous # ################################################################################ cleanup on abortonerror on