Closed lgarrison closed 2 years ago
Thanks for the catch, @lgarrison ! Can you check again? Both issues should be resolved now.
Hmm, I'm on main (5a5e367d54d8f75e4afad27cd0ea7941cd2200d1) but I'm still getting the Kokkos warning. Or to simplify it further, without Kokkos I get:
CMake Warning at ports-of-call/CMakeLists.txt:74 (message):
The portability strategy ["None"] is
not valid, defaulting to "None", valid options are
None;Kokkos;Cuda
Can you try updating your port-of-call
submodule with git submodule update --init --recursive
? That error was actually a bug in ports of call, which is a separate repository.
Ah, it's always submodules, isn't it? Thanks, all looks good now!
I get a few warnings that are somewhat confusing during the installation:
The clang one makes sense because I'm not using clang. But the Kokkos one makes less sense:
Likewise, the Python one says I'm missing Python, numpy, or matplotlib, but it's finding the right Python executable and I can import all those packages. That is,
/cm/shared/sw/nix/store/mmjyg0figxiv63a170dvx7xjvr6jh21h-python-3.8.12-view/bin/python3.8 -c 'import numpy, matplotlib'
works fine.