Skip to content

Commit

Permalink
test:test_main only depends on KokkosComm_version.hpp
Browse files Browse the repository at this point in the history
Don't recompile test_main whenever any KokkosComm header changes
  • Loading branch information
cedricchevalier19 authored Jun 24, 2024
2 parents fbaf029 + abf489a commit 693642c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/test_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <gtest/gtest.h>

#include <KokkosComm.hpp>
#include <KokkosComm_version.hpp>
#include <Kokkos_Core.hpp>

#include "KokkosComm_include_mpi.hpp"
Expand Down

0 comments on commit 693642c

Please sign in to comment.