Skip to content

Instantly share code, notes, and snippets.

@annawoodard
Last active September 25, 2019 15:41
Show Gist options
  • Save annawoodard/b6f35eb579223cc88a051a83d0d352a2 to your computer and use it in GitHub Desktop.
Save annawoodard/b6f35eb579223cc88a051a83d0d352a2 to your computer and use it in GitHub Desktop.
# only the first time:
git clone git@github.com:annawoodard/coffeandbacon.git
source coffeandbacon/setup_lcg.sh
pip install https://github.com/Parsl/parsl/zipball/master --user
mkdir coffeandbacon/analysis/runinfo
fs sa coffeandbacon/analysis/runinfo nd_campus rlidwk # this is necessary because condor logs will be written here-- otherwise jobs fail for me with a permission denied error
cd coffeandbacon/analysis/
./compile_corrections.py # this step could be automated, I'm just following what's already implemented
./boostedHbbProcessor.py # this step could be automated, I'm just following what's already implemented
# all following times:
# if on campus:
# go to: https://earth.crc.nd.edu:49000
# if off campus:
ssh -L 9222:earth.crc.nd.edu:49000 yourusername@crcfe02.crc.nd.edu -N
# go to: https://localhost:9222
# from both on and off campus:
# 1. in jupyter, navigate to `coffeandbacon/analysis/baconbits-parsl.ipynb`
# 2. execute the notebook (either shift-return each cell, or go to Kernel-> restart and run all)
# 3. in jupyter, navigate to `coffeandbacon/analysis/baconbits-plot.ipynb`
# 4. execute the notebook (either shift-return each cell, or go to Kernel-> restart and run all)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment