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

reloading of modules in screen.conf is not compatible with Lmod #160

Open
boegel opened this issue Jun 9, 2016 · 0 comments
Open

reloading of modules in screen.conf is not compatible with Lmod #160

boegel opened this issue Jun 9, 2016 · 0 comments

Comments

@boegel
Copy link
Member

boegel commented Jun 9, 2016

the screen.conf in the available HOD distributions contains this:

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

An alternative is to use $LOADEDMODULES instead.

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