Skip to content

Commit

Permalink
fixup: Kokkos print_config
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Jan 9, 2024
1 parent 8181f79 commit 7d267f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cabanamd_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void CbnMD<t_System, t_Neighbor>::init( InputCL commandline )

using exe_space = typename t_System::execution_space;
if ( print_rank() )
exe_space::print_configuration( out );
exe_space().print_configuration( out );

#ifndef CabanaMD_ENABLE_NNP
// Check that the requested pair_style was compiled
Expand Down

0 comments on commit 7d267f6

Please sign in to comment.