Skip to content

Commit

Permalink
Merge pull request #1379 from DLR-AMR/remove_error_statement
Browse files Browse the repository at this point in the history
Remove partition warning
  • Loading branch information
sandro-elsweijer authored Feb 6, 2025
2 parents 341c083 + acf5d8b commit 704fda3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/t8_cmesh/t8_cmesh_examples.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -680,12 +680,6 @@ t8_cmesh_new_hypercube (t8_eclass_t eclass, sc_MPI_Comm comm, int do_bcast, int

SC_CHECK_ABORT (eclass != T8_ECLASS_PYRAMID || !periodic, "The pyramid cube mesh cannot be periodic.\n");

if (do_partition) {
t8_global_errorf (
"WARNING: Partitioning the hypercube cmesh is currently not supported.\n"
"Using this cmesh will crash when vertices are used. See also https://github.com/DLR-AMR/t8code/issues/79\n");
}

mpiret = sc_MPI_Comm_rank (comm, &mpirank);
SC_CHECK_MPI (mpiret);
if (!do_bcast || mpirank == 0) {
Expand Down

0 comments on commit 704fda3

Please sign in to comment.