-
- Downloads
Fix checkpointing tests
Test failed since mesh id is now incremented in sequential when mesh dispatching is called. This change is done to force a consistent behavior when load_balance is called in sequential or in parallel: - a "new" mesh is returned in sequential (a shallow copy is performed and id is incremented) - this allows to check that discrete functions are defined on the same "balanced" mesh even for sequential calculations (when preparing a calculation for instance)
parent
3409f456
Branches
No related tags found
This commit is part of merge request !204. Comments created here will be created in the context of that merge request.
Showing
- tests/test_checkpointing_Checkpoint.cpp 4 additions, 4 deletionstests/test_checkpointing_Checkpoint.cpp
- tests/test_checkpointing_Checkpoint_sequential.cpp 12 additions, 12 deletionstests/test_checkpointing_Checkpoint_sequential.cpp
- tests/test_checkpointing_Connectivity.cpp 3 additions, 3 deletionstests/test_checkpointing_Connectivity.cpp
- tests/test_checkpointing_Resume.cpp 30 additions, 33 deletionstests/test_checkpointing_Resume.cpp
- tests/test_checkpointing_Resume_sequential.cpp 74 additions, 74 deletionstests/test_checkpointing_Resume_sequential.cpp
Loading
Please register or sign in to comment