Last active
September 25, 2019 15:41
-
-
Save annawoodard/b6f35eb579223cc88a051a83d0d352a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# only the first time: | |
git clone [email protected]: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 [email protected] -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