You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to report that the "restart from checkpoint file" feature seems to be broken for the master branch. I tested it on two different HPCs (Perlmutter and CADES) and both gave different error messages. However, when I use a checkpoint file for setting initial conditions, I do not get any error (of course we do not get fluxes for the first observation in this case).
Error on Perlmutter:
terminate called after throwing an instance of 'Errors::Message'
what(): HDF5_MPI: error opening file "checkpoint_final.h5" with READ_WRITE access.
Error on CADES:
*** An error occurred in MPI_Allreduce
*** reported by process [216662016,1]
*** on communicator MPI_COMM_WORLD
*** MPI_ERR_TRUNCATE: message truncated
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
]*** and potentially your MPI job)
The text was updated successfully, but these errors were encountered:
This is to report that the "restart from checkpoint file" feature seems to be broken for the master branch. I tested it on two different HPCs (Perlmutter and CADES) and both gave different error messages. However, when I use a checkpoint file for setting initial conditions, I do not get any error (of course we do not get fluxes for the first observation in this case).
Error on Perlmutter:
Error on CADES:
The text was updated successfully, but these errors were encountered: