You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mikael Simberg edited this page Feb 5, 2024
·
2 revisions
LUMI
When building DLA-Future for the GPU partition of LUMI (https://www.lumi-supercomputer.eu/) you may need to specify which GCC toolchain that HIP will use with the CMake variable CMAKE_HIP_FLAGS=--gcc-toolchain=/opt/cray/pe/gcc/11.2.0/snos. Otherwise you may end up using the default system installation of GCC which doesn't have e.g. <filesystem> support.