We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the cce module is loaded rather than the whole cpe, the Cray 16.0.1 Fortran compiler does not work well, generating the following error:
cce
cpe
/opt/cray/pe/cce/16.0.1/binutils/x86_64/x86_64-pc-linux-gnu/bin/ld: cannot find -ltcmalloc_minimal: No such file or directory
There was a change from tcmalloc so a guess may be that the older cpe module is providing different options for the compilation.
tcmalloc
The text was updated successfully, but these errors were encountered:
aturner-epcc
No branches or pull requests
If the
cce
module is loaded rather than the wholecpe
, the Cray 16.0.1 Fortran compiler does not work well, generating the following error:There was a change from
tcmalloc
so a guess may be that the oldercpe
module is providing different options for the compilation.The text was updated successfully, but these errors were encountered: