Skip to content

Commit

Permalink
fixup: deprecated partitioner
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Jan 9, 2024
1 parent 7d267f6 commit 5c3309c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class SystemCommon
std::array<double, 3> high_corner )
{
// Create the MPI partitions.
Cajita::UniformDimPartitioner partitioner;
Cajita::DimBlockPartitioner<3> partitioner;
ranks_per_dim = partitioner.ranksPerDimension( MPI_COMM_WORLD, {} );

// Create global mesh of MPI partitions.
Expand Down

0 comments on commit 5c3309c

Please sign in to comment.