Skip to content

Commit

Permalink
removes non-para safe avm part test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Jul 20, 2021
1 parent f3faed2 commit 8d1bcc3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/ref_part_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,19 +224,6 @@ int main(int argc, char *argv[]) {
REIS(63, ref_part_implicit(800, 64, 799), "part");
}

{ /* part tet brick avm */
REF_GRID export_grid, import_grid;
char grid_file[] = "ref_part_test.avm";
if (ref_mpi_once(ref_mpi)) {
RSS(ref_fixture_tet_brick_grid(&export_grid, ref_mpi), "set up tet");
RSS(ref_export_by_extension(export_grid, grid_file), "export");
RSS(ref_grid_free(export_grid), "free");
}
RSS(ref_part_by_extension(&import_grid, ref_mpi, grid_file), "import");
RSS(ref_grid_free(import_grid), "free");
if (ref_mpi_once(ref_mpi)) REIS(0, remove(grid_file), "test clean up");
}

{ /* part tet brick lb8.ugrid */
REF_GRID export_grid, import_grid;
char grid_file[] = "ref_part_test.lb8.ugrid";
Expand Down

0 comments on commit 8d1bcc3

Please sign in to comment.