Open
Description
Building GPU capable parthenon on nodes on selene fails because it can't find the Kokkos files.
[ 94%] Building CXX object src/CMakeFiles/parthenon.dir/parameter_input.cpp.o
[ 94%] Building CXX object src/CMakeFiles/parthenon.dir/parthenon_manager.cpp.o
In file included from /usr/projects/hpctest/dmagee/pav2/working_dir/builds/12028f9d4aedcca4/src/basic_types.hpp:21,
from /usr/projects/hpctest/dmagee/pav2/working_dir/builds/12028f9d4aedcca4/src/defs.hpp:26,
from /usr/projects/hpctest/dmagee/pav2/working_dir/builds/12028f9d4aedcca4/src/amr_criteria/amr_criteria.hpp:19,
from /usr/projects/hpctest/dmagee/pav2/working_dir/builds/12028f9d4aedcca4/src/amr_criteria/amr_criteria.cpp:13:
/usr/projects/hpctest/dmagee/pav2/working_dir/builds/12028f9d4aedcca4/external/Kokkos/core/src/Kokkos_Core.hpp:58:10: fatal error: /usr/projects/hpctest/dmagee/pav2/working_dir/builds/12028f9d4aedcca4/external/Kokkos/core/src/Kokkos_View.hpp: No such file or directory
compilation terminated.
It basically can't find any of the kokkos files. So this is just a sample, there are many errors.
Attached here is the parthenon tarball I'm running off of. You can see the file external/Kokkos/core/src/Kokkos_View.hpp does exist where it's supposed to exist there.