-
Notifications
You must be signed in to change notification settings - Fork 124
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
Python Modules Error with Intel 19 Compiler on Cray #1645
Comments
That looks like the ELI isn’t loading correctly. Do we ever get the ELI static loading working with the Intel compiler?
|
Can confirm GCC 9.3.0 ( |
This was mostly addressed in commit: 66a3e5953fa216fe8ffc8b44b5b2df767f521740 There is a comment in that commit that there is a problem with classes defined entirely in a source file. The Intel compiler decides that because a symbol can't be accessed outside the translation unit it just won't instantiate it at all - leading to no registration of the type. The pymerlin stuff is entirely contained within a source file. You need to add a |
Okay, I can add that to both merlin and ember. |
Not to insinuate that you should have noticed a brief offhand comment in the commit : ) |
Error when compiling SST on Cray environment (Cray-MPI). Using devel branch on core and elements.
Compiler version:
SST Output:
The text was updated successfully, but these errors were encountered: