Skip to content

Conversation

@msimberg
Copy link
Collaborator

@msimberg msimberg commented Dec 3, 2025

This fixes parsing of environment variables that are quoted in activate.sh, such as

export NCCL_NET='AWS Libfabric'

Before this PR the above would be parsed to the value 'AWS Libfabric', literally, including the quotes. The quotes would be removed by bash, but when uenv sets environment variables the quotes are retained. In the particular case of NCCL_NET the quoted value is not a valid name for a plugin name, so NCCL fails to find the plugin.

@bcumming bcumming merged commit b30a3fa into eth-cscs:main Dec 3, 2025
2 checks passed
@msimberg msimberg deleted the envvars-quoted branch December 3, 2025 08:56
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

Successfully merging this pull request may close these issues.

2 participants