Skip to content

Commit

Permalink
Add DASK_LOCAL_DIR environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
samcmill committed Jan 25, 2019
1 parent d8aefed commit 1cdb989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/dask-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MASTER_IPADDR=$7
WHOAMI=$8
LOG=$9

DASK_LOCAL_DIR=./.dask
DASK_LOCAL_DIR=${DASK_LOCAL_DIR:-./.dask}
NUM_GPUS=$(nvidia-smi --list-gpus | wc --lines)
MY_IPADDR=($(hostname --all-ip-addresses))

Expand Down

0 comments on commit 1cdb989

Please sign in to comment.