Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions 1_preinstall_nanshe_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,4 @@ if [[ -f /misc/lsf/conf/profile.lsf ]]; then
export LSF_DRMAA_LIBRARY_PATH="/misc/sc/lsf-glibc2.3/lib/libdrmaa.so.0.1.1"
export DRMAA_LIBRARY_PATH="$LSF_DRMAA_LIBRARY_PATH"
fi

# Set the Jupyter runtime directory in the user's home.
# This simply follows the recommendation of our cluster admins
# to redirect this to a different location than XDG_RUNTIME_DIR.
# This is just what Jupyter picks when XDG_RUNTIME_DIR is disabled.
export JUPYTER_RUNTIME_DIR="$HOME/.local/share/jupyter/runtime"
EOF