* Must re-add SLURM if it is not loaded.
This commit is contained in:
@@ -36,6 +36,8 @@ process_args() {
|
|||||||
# - python/3.x
|
# - python/3.x
|
||||||
|
|
||||||
enable_lmod
|
enable_lmod
|
||||||
|
if ! module is-loaded slurm; then module load slurm; fi
|
||||||
|
|
||||||
if [ -n "$ANACONDA3_VER" ]; then
|
if [ -n "$ANACONDA3_VER" ]; then
|
||||||
echo "Launching Jupyter for anaconda3 module version $ANACONDA3_VER"
|
echo "Launching Jupyter for anaconda3 module version $ANACONDA3_VER"
|
||||||
elif [ -n "$ANACONDA2_VER" ]; then
|
elif [ -n "$ANACONDA2_VER" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user