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
As a equivalent to --hostname singularity's command line option.
--hostname
Currently hostname is not supported in config section:
hostname
#011* Invalid label: No argument or block type is named "hostname"
Thanks.
The text was updated successfully, but these errors were encountered:
Currently can be set using environment variable inside task block:
task
env { SINGULARITY_HOSTNAME = "singhost" }
See Singularity’s environment variables reference: https://sylabs.io/guides/3.4/user-guide/appendix.html
Sorry, something went wrong.
No branches or pull requests
As a equivalent to
--hostname
singularity's command line option.Currently
hostname
is not supported in config section:Thanks.
The text was updated successfully, but these errors were encountered: