Skip to content
Snippets Groups Projects
Commit ed791994 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Merge branch 'jusuf_login_fix' into 'master'

New fix for jusuf login nodes

See merge request kesselheim1/sc_venv_template!5
parents bf31d530 cf92fabf
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ source "'"${ABSOLUTE_PATH}"'"/activate.sh
hostname=$(hostname)
if [[ $hostname == *"l"* ]]; then
if [[ $hostname == *"login"* || $hostname == *"jsfl"* ]]; then
exec python -m ipykernel "$@"
else
srun python -m ipykernel "$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment