Skip to content

Commit

Permalink
Get rid of FIXME_OPENMP
Browse files Browse the repository at this point in the history
OpenMP::impl_thread_pool_rank() is used in UniqueToken::acquire()
  • Loading branch information
dalg24 committed Oct 18, 2023
1 parent ca49c65 commit fb0bd52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/OpenMP/Kokkos_OpenMP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ class OpenMP {
};

inline int OpenMP::impl_thread_pool_rank() noexcept {
// FIXME_OPENMP Can we remove this when removing partition_master? It's only
// used in one partition_master test
KOKKOS_IF_ON_HOST((return omp_get_thread_num();))

KOKKOS_IF_ON_DEVICE((return -1;))
Expand Down

0 comments on commit fb0bd52

Please sign in to comment.