E-CAM / jobqueue_features

This library provides some useful decorators for dask_jobqueue. It also expands it's scope to include MPI workloads, including extending configuration options for such workloads and heterogeneous resources.
6 stars 3 forks source link

Update README tutorial instructions #95

Closed dwhswenson closed 3 years ago

dwhswenson commented 3 years ago

Looks like you need to source from within the tutorial directory.

The actual offending line is here:

https://github.com/E-CAM/jobqueue_features/blob/3b705475ca3faddca43e337d4c2b5ce14cd8016a/tutorial/jupyter.sh#L3

Explanation:

#!/bin/bash
# file: tutorial/dirname_bash_source0.sh
echo $(dirname "${BASH_SOURCE[0]}")
$ source tutorial/dirname_bash_source0.sh
.
$ bash tutorial/dirname_bash_source0.sh
tutorial

(If it was working for you, then this could be a zsh thing.)