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
I don't see the oneDPL include directories listed in the compile line. I assume that is why it cannot find that file. It looks like you do not have the environment variable DPLROOT set, which is why that -I/include appears.
I will also warn that there have been issues with many versions of oneDPL, and it may be necessary for you to install a specific version to get hypre to run. By the way, what system are you on?
This build is on a regular linux box [with oneapi compilers installed]
And its a sapck build - so perhaps its shouldn't rely on DPLROOT env variable? [or the spack spec needs appropriate dependencies to support hypre+sycl build?]
I'm not a spack user, nor do I know about the status of building hypre with the sycl backend via spack... so I'll let others comment on that end. It's definitely not something I've tested, so I can't say whether it's expected to work or not.
As for using the sycl build on a linux box, I don't think hypre will run if configured with sycl here. The sycl support is really only intended for use with Intel GPUs, and if no GPU is available, hypre will abort on initialization.
ref:
./bin/spack install -j12 [email protected]+sycl~trilinos~dealii %[email protected]
spack-build-out.txt
cc: @victorapm
The text was updated successfully, but these errors were encountered: