Skip to content

Commit

Permalink
Fix issues with pure-partitioning option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Oct 31, 2024
1 parent 8fc6eb7 commit cd1ac64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/testing/pmmg_tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ IF( BUILD_TESTING )
${CI_DIR}/LevelSet/1p_cubegeom/3D-cube.mesh
-ls
-pure-partitioning
-distributed-output
-sol ${CI_DIR}/LevelSet/1p_cubegeom/3D-cube-ls.sol
-met ${CI_DIR}/LevelSet/1p_cubegeom/3D-cube-metric.sol
-out ${CI_DIR_RESULTS}/PurePartitioning-CenIn-DisOut-withMetAndLs-2.o.mesh)
Expand All @@ -447,6 +448,7 @@ IF( BUILD_TESTING )
${CI_DIR}/LevelSet/1p_cubegeom/3D-cube.mesh
-ls
-pure-partitioning
-distributed-output
-sol ${CI_DIR}/LevelSet/1p_cubegeom/3D-cube-ls.sol
-out ${CI_DIR_RESULTS}/PurePartitioning-CenIn-DisOut-withLs-2.o.mesh)

Expand Down
3 changes: 3 additions & 0 deletions src/libparmmg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,9 @@ int PMMG_parmmg_centralized(PMMG_pParMesh parmesh) {
return ierlib;
}
}
else {
ierlib = 0;
}

ier = PMMG_parmmglib_post(parmesh);
ierlib = MG_MAX ( ier, ierlib );
Expand Down

0 comments on commit cd1ac64

Please sign in to comment.