-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test compilation with Intel 21 #1202
Comments
This is likely just the container not running with enough memory to get through the compilation. Run with less parallelism, and give the container more breathing room. |
I also get some warnings, which probably don't matter too much:
|
Building sequentially it works. Needs the option One test is failing:
|
Looks like Kokkos has builds targeting "github-Linux / CI (fedora:intel-oneapi, icpx," - it may be possible to use their configuration, or even see if the images they use are published. |
Random info from Intel's presentation - Introducing the Next Gen of Intel® Parallel Studio: Transitioning to the Latest HPC Software Development Suite: |
- use icx / icpx for compilation - revert to using environmental variables directly (skip setvars.sh) - build mpich from sources
- use icx / icpx for compilation - revert to using environmental variables directly (skip setvars.sh) - build mpich from sources
- use icx / icpx for compilation - revert to using environmental variables directly (skip setvars.sh) - build mpich from sources
Describe the bug
I have an image set up. Here's the error I get near the end:
The text was updated successfully, but these errors were encountered: