-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add QDP-JIT support for JURECA Booster #3
Comments
The above happened with Then I have tried it with
|
I think you would need to use clang throughout... |
Tom and Jan-Lukas got some bundle of installation scripts for this, Bálint wrote something about using Intel 2016 because he had trouble with the newer releases, but did not specify what. The illegal instruction in CMake can come from JURECA or the code, hard to tell. I will see whether this can be done with Clang. But given our experience with GCC and ICC on Hazel Hen with QPhiX (40 vs. 60 GFLOP/S), I would fear that the QPhiX performance would be sub-par when we do a Clang-only build. But I can just try to see whether that at least works. |
I see. Then it should be done using Intel 16... The earlierst I will find some time to play around with this is after Easter, I'm afraid... |
Compiling LLVM with GCC 5.4 has worked, now I can start to work on QDP-JIT. There it seems that CUDA is a hard requirement, hopefully I get an answer to the issue I raised there. |
There is some problem while compiling LLVM with the Intel compiler:
Without LLVM, no QDP-JIT. So this needs to be fixed.
The text was updated successfully, but these errors were encountered: