Skip to content

Commit 3b38dd3

Browse files
committed
Rebase master and fix compile
1 parent 562d560 commit 3b38dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cajita/unit_test/tstSparseLocalGrid.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
****************************************************************************/
1111
#include <Cajita_GlobalGrid.hpp>
1212
#include <Cajita_GlobalMesh.hpp>
13-
#include <Cajita_SparseDimPartitioner.hpp>
13+
#include <Cajita_DynamicPartitioner.hpp>
1414
#include <Cajita_SparseLocalGrid.hpp>
1515
#include <Cajita_Types.hpp>
1616

@@ -46,7 +46,7 @@ void sparseLocalGridTest( EntityType t2 )
4646

4747
// Create and initialize sparse partitioner
4848
std::array<bool, 3> periodic = { false, false, false };
49-
SparseDimPartitioner<TEST_DEVICE, 4> partitioner(
49+
DynamicPartitioner<TEST_DEVICE, 4> partitioner(
5050
MPI_COMM_WORLD, 1.5, 16 * 32, 100, global_num_cell, 10 );
5151
auto ranks_per_dim =
5252
partitioner.ranksPerDimension( MPI_COMM_WORLD, global_num_cell );

0 commit comments

Comments
 (0)