@@ -5,8 +5,9 @@ with HTCondor workers. This is a fork of the ingenious original idea by Maria
55Acosta at Fermilab as part of their Elastic Analysis Facility project.
66
77## ICRN Quick Start
8- As a user of the Illinois Computes Research Notebooks environment, you will use
9- conda to set up the Condor tools and install this library. Create the following
8+
9+ As a user of the Illinois Computes Research Notebooks environment, you will use
10+ conda to set up the Condor tools and install this library. Create the following
1011conda.yaml file:
1112
1213``` yaml
@@ -19,7 +20,7 @@ dependencies:
1920 - htcondor
2021 - pip
2122 - pip :
22- - ncsa-htcdaskgateway>=1.0.2
23+ - ncsa-htcdaskgateway>=1.0.2
2324` ` `
2425
2526From a Jupyter terminal window create the conda environment with:
@@ -29,14 +30,18 @@ conda env create -f conda.yaml
2930conda activate dask-gateway
3031```
3132
32- Now you can use the ` setup_condor ` script to set up the HTCondor tools. This will request your
33- Illinois password and attempt to log into the HTCondor login node and execute a command that
34- generates a token file. This token file is used by the HTCondor tools to authenticate
35- with the HTCondor cluster. The script will put the token in your ` ~/.condor/tokens.d ` directory.
33+ Now you can use the ` setup_condor ` script to set up the HTCondor tools. This
34+ will request your Illinois password and attempt to log into the HTCondor login
35+ node and execute a command that generates a token file. This token file is used
36+ by the HTCondor tools to authenticate with the HTCondor cluster. The script will
37+ put the token in your ` ~/.condor/tokens.d ` directory.
38+
39+ It will also write appropriate condor_config settings to the conda environment's
40+ condor directory.
3641
37- It will also write appropriate condor_config settings to the conda environment's condor directory.
42+ When complete, you should be able to view the condor queue from an ICRN terminal
43+ with
3844
39- When complete, you should be able to view the condor queue from an ICRN terminal with
4045``` bash
4146condor_q
4247```
0 commit comments