Replies: 1 comment 1 reply
-
I would try setting |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to build the simplest MPI+Kokkos application with AMPI.
I'm also using a simple CMakeFile
This setup works correctly when using the system MPI (MPICH), however I haven't been able to compile this program correctly when using AMPI.
I've tried to pass the AMPI compiler as an environment variable (
export CC=ampicxx
), as a CMake variable (-DCMAKE_CXX_COMPILER=ampicxx
).I've also tried deleting the MPI related lines from the CMakeLists in case they're not necessary for AMPI.
It's worth noting that I've compile both AMPI and Kokkos with CUDA support.
I'm wondering if I'm missing something or if I should modify my CMakeLists somehow?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions