IAS-Astrophysics / athenak

Performance-portable version of the Athena++ astrophysical AMR-MHD code using Kokkos.
BSD 3-Clause "New" or "Revised" License
36 stars 26 forks source link

Add libomp when linking with elliptica #590

Closed dradice closed 2 months ago

dradice commented 2 months ago

The Elliptica initial data reader is internally parallelized with OpenMP. This patch adds libomp at the linking stage when linking against the Elliptica initial data reader. Note that this does not set Athena_ENABLE_OPENMP nor Kokkos_ENABLE_OPENMP.