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

Afterburner target: curl not found #80

Closed
NGoetz opened this issue Dec 12, 2023 · 3 comments
Closed

Afterburner target: curl not found #80

NGoetz opened this issue Dec 12, 2023 · 3 comments
Assignees

Comments

@NGoetz
Copy link
Member

NGoetz commented Dec 12, 2023

The afterburner target uses curl to download exernal input (https://github.com/smash-transport/smash-analysis/blob/main/test/afterburner/CMakeLists.txt line 19). Inside the latest rc container, this fails because the of the error:

bash: curl: command not found

outside the container, this works fine.

@AxelKrypton
Copy link
Member

I will add it and replace the container. wget is available and I thought it was enough as we work in GNU environment. 🙈 I will let you know as soon as I am done.

@AxelKrypton
Copy link
Member

The new container is on the Virgo cluster.

asciarra@lxbk1131:/lustre/hyihp/AG-Elfner$ ls -1
smash-devel-3.1rc-max.sif
smash-devel-3.1rc-max_with_curl.sif
asciarra@lxbk1131:/lustre/hyihp/AG-Elfner$ singularity exec smash-devel-3.1rc-max.sif smash --version
SMASH-3.1rc-3-gc02aec6e6
Branch   : release-3.1
System   : Linux-5.10.0-26-amd64
Compiler : GNU 11.4.0
Build    : Release
Date     : 2023-12-11T14:44:44
asciarra@lxbk1131:/lustre/hyihp/AG-Elfner$ singularity exec smash-devel-3.1rc-max_with_curl.sif smash --version
SMASH-3.1rc-4-gb60a221a5
Branch   : release-3.1
System   : Linux-5.10.0-26-amd64
Compiler : GNU 11.4.0
Build    : Release
Date     : 2023-12-12T14:53:11
asciarra@lxbk1131:/lustre/hyihp/AG-Elfner$ singularity exec smash-devel-3.1rc-max_with_curl.sif which curl
/usr/bin/curl
asciarra@lxbk1131:/lustre/hyihp/AG-Elfner$ singularity exec smash-devel-3.1rc-max.sif which curl
asciarra@lxbk1131:/lustre/hyihp/AG-Elfner$

@NGoetz Close this issue if the problem is solved.

@NGoetz
Copy link
Member Author

NGoetz commented Dec 13, 2023

Thank you, the problem is solved!

@NGoetz NGoetz closed this as completed Dec 13, 2023
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

2 participants