(Moving to ompi-users so that others might benefit from the answer)
Currently you cannot pass the --prefix option to ompi-restart. In
fact, most of the mpirun options are not exposed by the ompi-restart
tool (it becomes difficult to maintain). To assist users that want to
set additional opt
Currently ompi-restart does not know how to deal with an absolute or
relative path in the command line argument for the global snapshot
handle. It will always prepend the value of the MCA parameter:
snapc_base_global_snapshot_dir
Which defaults to $HOME.
So what you are seeing is (currently)
Hello,
I think that there is a problem with the /ompi-restar/t from the
release r-21197.
in fact ompi-restart can restart only if the checkpoint directory is $HOME.
For example the checkpoint folder is $HOME.
if i try *ompi-restart -i $HOME/ompi_global_snapshot_7056.ckpt/ *it
doesn't work