mpiexec checkpointing error (RPi)

后端 未结 2 1810
夕颜
夕颜 2021-01-22 00:39

When I try to run an application (just a simple hello_world.c doesn\'t work) I receive this error every time:

mpiexec -ckpointlib blcr -ckpoint-prefix /tmp/ -ckp         


        
相关标签:
2条回答
  • 2021-01-22 01:03

    Unfortunately, the checkpoint/restart code in MPICH 3.0.4 is known to be buggy at the moment. That will hopefully get fixed in a future release. It looks like you're probably using it correctly. It's possible that if you go back to a previous version, you might have better luck.

    0 讨论(0)
  • 2021-01-22 01:04

    Here the problem was with the too small interval for checkpointing. Setting it to 20s or more has solved this (but not the other :( ) problem.

    0 讨论(0)
提交回复
热议问题