Skip to content

Commit

Permalink
proper initialization of BTIS3 flag in smpi test (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoys authored Nov 10, 2023
1 parent df2bb7a commit 324b7e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SmileiMPI/SmileiMPI_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ void SmileiMPI_test::init( Params &params, DomainDecomposition *domain_decomposi
// Initialize patch environment
patch_count.resize( smilei_sz, 0 );
Tcapabilities = smilei_sz;
use_BTIS3 = params.use_BTIS3;

remove( "patch_load.txt" );

Expand Down

0 comments on commit 324b7e2

Please sign in to comment.