mpiexec checkpointing error (RPi)

后端 未结 2 1840
夕颜
夕颜 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: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.

提交回复
热议问题