scripts and such for running dask on the lpc condor cluster
ssh -l <username> cmslpc-sl7.fnal.gov
# set directory to where you want to setup your work area
git clone https://github.com/lgray/lpc_dask.git
${PWD}/lpc_dask/create_dask_environment.sh
source ${PWD}/lpc_dask/env.sh
Make sure to add the export statement to your login profile!!!!
# From within the environment setup above...
python -i /path/to/lpc_dask/simple_example.py
source /path/to/lpc_dask/env.sh
deactivate