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
the screen.conf in the available HOD distributions contains this:
screen.conf
ExecStart=screen -dmS HODclient bash -c 'module load -f $$(module list -t 2>&1 | sed 1,2d ); exec bash'
this approach of relying on the output format of module list -t to reload a list of loaded modules does not work with Lmod
module list -t
An alternative is to use $LOADEDMODULES instead.
$LOADEDMODULES
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the
screen.conf
in the available HOD distributions contains this:this approach of relying on the output format of
module list -t
to reload a list of loaded modules does not work with LmodAn alternative is to use
$LOADEDMODULES
instead.The text was updated successfully, but these errors were encountered: