Open dmentock opened 3 years ago
Any ideas how to move past this?
@rscohn2 Do you have time to take a brief look at this?
I was able to sidestep the issue with --reuse:
spack install z3%gcc
spack install --reuse relion~cuda%intel ^z3%gcc
Still interested in a cleaner solution though.
I looked at the log files. I don't think it is a problem in spack or the spack packages. It is possible that the problem is in the intel compiler, but more often this kind of bug is a compiler-dependent bug in the application.
If you are able to move to the new oneapi compilers, it will build ok:
spack install z3%oneapi
Interesting. My use of %intel is from Intel-oneapi-compilers. I’ll have to check whether %oneapi could cover my whole usecase. This seems to be narrow in scope.
Cheers, -E
On Tue, Nov 16, 2021 at 2:19 PM Robert Cohn @.***> wrote:
If you are able to move to the new oneapi compilers, it will build ok:
spack install z3%oneapi
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/spack/spack/issues/26891#issuecomment-970646201, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABNWQXV476WVQWKVQHRSYLUMK4GBANCNFSM5GQCFEYQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
-- -Evan Bollig @. @.
Yes, switching compilers on a complex application can be difficult. Intel releases icc (%intel) and icx (%oneapi) in the same package. Most improvements go into icx and eventually intel will stop releasing icc updates.
Steps to reproduce
Error message
Information on your system
General information
spack debug report
and reported the version of Spack/Python/Platform