Skip to content

Commit

Permalink
"HTCondor QuickStart guide" link broken (#9)
Browse files Browse the repository at this point in the history
The link of the HTCondor QuickStart guide was broken so, I am replacing it with the correct link!
  • Loading branch information
atharvjairath authored Mar 28, 2021
1 parent 9820de2 commit 2f23d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ As stated above everybody should attempt to complete this task

## Submission handling

1) Using docker, set up (a) virtual server(s) that can host an `HTCondor` batch sytem. Be inspired by the [HTCondor QuickStart guide](https://htcondor.readthedocs.io/en/latest/admin-manual/quick-start-condor-pool.html).
1) Using docker, set up (a) virtual server(s) that can host an `HTCondor` batch sytem. Be inspired by the [HTCondor QuickStart guide](https://htcondor.readthedocs.io/en/latest/getting-htcondor/admin-quick-start.html).
2) Demonstrate that you can submit jobs from the command line of the host machine to this batch system.
3) Show that you can submit jobs from Ganga to this batch system using the `Condor` backend.
4) Develop a way to measure the average time it takes for Ganga to submit the job to Condor, the time it takes for Condor to start the job if the batch queue is empty and the time it takes before Ganga discover that the job has finished. The `time` attribute of completed jobs might be useful for this.
Expand Down

0 comments on commit 2f23d29

Please sign in to comment.