Skip to content
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

Problems with building Intel compilers with the container. #112

Open
terjekv opened this issue May 25, 2023 · 0 comments
Open

Problems with building Intel compilers with the container. #112

terjekv opened this issue May 25, 2023 · 0 comments

Comments

@terjekv
Copy link

terjekv commented May 25, 2023

From Dan @ Slack:

As you might know we have had problems to rebuild some software on Saga (Rocky Linux 9). I have tried to build several of those using eessi_container.sh and have for the most part been successful. But, all of the intel compiler builds fail at the sanity check step. Digging at bit deeper it seems that which (used by the intel compiler easyblock for the sanity check) is not working as expected in the build container.

Apptainer> which gcc
Illegal option --
Usage: /usr/bin/which [-a] args
Apptainer> which
Illegal option --
Usage: /usr/bin/which [-a] args
Apptainer> /usr/bin/which gcc
/usr/bin/gcc

And after sourcing the EESSI environment.

[EESSI pilot 2021.12] $ which
Illegal option --
Usage: /usr/bin/which [-a] args
[EESSI pilot 2021.12] $ which gcc
Illegal option --
Usage: /usr/bin/which [-a] args
[EESSI pilot 2021.12] $ /usr/bin/which gcc
/cvmfs/pilot.eessi-hpc.org/versions/2021.12/compat/linux/x86_64/usr/bin/gcc

This could be a busybox issue, but it needs investigating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant