Skip to content

Commit

Permalink
Merge pull request #990 from dalg24/dont_bother_printing_versions_in_…
Browse files Browse the repository at this point in the history
…md_example

Do not bother with printing ArborX and Kokkos versions in the examples
  • Loading branch information
aprokop committed Dec 22, 2023
2 parents b5ed25f + ebf96be commit 5374e84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/molecular_dynamics/example_molecular_dynamics.cpp
Expand Up @@ -10,7 +10,6 @@
****************************************************************************/

#include <ArborX.hpp>
#include <ArborX_Version.hpp>

#include <Kokkos_Random.hpp>

Expand Down Expand Up @@ -57,10 +56,6 @@ int main(int argc, char *argv[])
{
Kokkos::ScopeGuard guard(argc, argv);

std::cout << "ArborX version : " << ArborX::version() << std::endl;
std::cout << "ArborX hash : " << ArborX::gitCommitHash() << std::endl;
std::cout << "Kokkos version : " << KokkosExt::version() << std::endl;

using ExecutionSpace = Kokkos::DefaultExecutionSpace;
using MemorySpace = ExecutionSpace::memory_space;

Expand Down

0 comments on commit 5374e84

Please sign in to comment.