Compare commits

..

2 Commits

Author SHA1 Message Date
84b7e316a5 Add missing slurm package to overlay
All checks were successful
CI / build:cross (pull_request) Successful in 1m4s
CI / build:all (pull_request) Successful in 13m13s
2025-10-27 11:39:16 +01:00
9c622bb6b7 Run a shell in the allocated node with salloc
All checks were successful
CI / build:cross (pull_request) Successful in 6s
CI / build:all (pull_request) Successful in 15s
By default, salloc will open a new shell in the *current* node instead
of in the allocated node. This often causes users to leave the extra
shell running once the allocation ends. Repeating this process several
times causes chains of shells.

By running the shell in the remote node, once the allocation ends the
shell finishes as well.

Fixes: #174
See: https://slurm.schedmd.com/faq.html#prompt
2025-10-24 15:55:58 +02:00

Diff Content Not Available