Skip to content

Commit

Permalink
Rebase master and fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
squarefk committed Jul 21, 2022
1 parent 562d560 commit 3b38dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cajita/unit_test/tstSparseLocalGrid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
****************************************************************************/
#include <Cajita_GlobalGrid.hpp>
#include <Cajita_GlobalMesh.hpp>
#include <Cajita_SparseDimPartitioner.hpp>
#include <Cajita_DynamicPartitioner.hpp>
#include <Cajita_SparseLocalGrid.hpp>
#include <Cajita_Types.hpp>

Expand Down Expand Up @@ -46,7 +46,7 @@ void sparseLocalGridTest( EntityType t2 )

// Create and initialize sparse partitioner
std::array<bool, 3> periodic = { false, false, false };
SparseDimPartitioner<TEST_DEVICE, 4> partitioner(
DynamicPartitioner<TEST_DEVICE, 4> partitioner(
MPI_COMM_WORLD, 1.5, 16 * 32, 100, global_num_cell, 10 );
auto ranks_per_dim =
partitioner.ranksPerDimension( MPI_COMM_WORLD, global_num_cell );
Expand Down

0 comments on commit 3b38dd3

Please sign in to comment.