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
Trying to build StarPU 1.4.6 on Frontier fails because TCMalloc is missing:
/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
config.log
Note that there seem to be tests for tcmalloc but they all fail, as far as I can see.
StarPU 1.4.6 release tarball.
The text was updated successfully, but these errors were encountered:
The configuration went fine, what actual build failure log do you get?
Concerning tcmalloc, it seems it's mpifort itself which has troubles: configure merely ran
/opt/cray/pe/mpich/8.1.23/ofi/crayclang/10.0/bin/mpifort -o conftest -gdwarf-2 conftest.f -lrt -lm -lpthread
on an empty fortran program
program main end
it's mpifort itself which for its own reasons introduced -ltcmalloc_minimal which apparently is bogus.
-ltcmalloc_minimal
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Trying to build StarPU 1.4.6 on Frontier fails because TCMalloc is missing:
Configuration
config.log
Note that there seem to be tests for tcmalloc but they all fail, as far as I can see.
Distribution
StarPU 1.4.6 release tarball.
The text was updated successfully, but these errors were encountered: