HTCFirstSubmissionGuide: Difference between revisions

From T2B Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
<br>
<br>
=== Status of Machine Migration to the New Cluster ===
=== Status of Machine Migration to the New Cluster ===
* '''User Interfaces (UI)''': m2, m3
* '''User Interfaces (UI)''': m2, m3, m6, m7
* '''Worker nodes''': ~7000 slots
* '''Worker nodes''': ~10700 slots
 
<br>
 
=== File Transfers ===
Please note that contrary to what is usually shown in documentation and examples, we recommend not using HTCondor file transfer mechanisms ('''should_transfer_files = NO''') and copy files yourself within your script.


<br>
<br>
Line 15: Line 20:
Every 6 months, there is an HTCondor workshop. Presentations are usually very helpfull, especially if you want to go into details of HTCondor (API, DAGMan, ...). You can find the agenda of the latest one [https://indico.cern.ch/event/936993/timetable/#20200921.detailed here]
Every 6 months, there is an HTCondor workshop. Presentations are usually very helpfull, especially if you want to go into details of HTCondor (API, DAGMan, ...). You can find the agenda of the latest one [https://indico.cern.ch/event/936993/timetable/#20200921.detailed here]


For users, we recommend following [https://indico.cern.ch/event/936993/contributions/4022073/attachments/2105538/3540926/2020-Koch-User-Tutorial.pdf this presentation], that should give you an idea of how to submit jobs.
For new users, we recommend following [https://indico.cern.ch/event/936993/contributions/4022073/attachments/2105538/3540926/2020-Koch-User-Tutorial.pdf this presentation], that should give you an idea of how to submit jobs.
 
<br>
=== Self-learning material ===
For real beginners that want to learn the basics of job submission on a HTCondor cluster, some exercises are proposed on this [https://en.wikitolearn.org/Course:HTCondor Wiki].

Revision as of 08:48, 8 December 2021

This is only a quick first draft for you to learn more on how to use HTCondor.


Status of Machine Migration to the New Cluster

  • User Interfaces (UI): m2, m3, m6, m7
  • Worker nodes: ~10700 slots


File Transfers

Please note that contrary to what is usually shown in documentation and examples, we recommend not using HTCondor file transfer mechanisms (should_transfer_files = NO) and copy files yourself within your script.


HTCondor Official Documentation

Have a look at the official User Manual on the HTCondor website.
It is very well done and explains all available features.


HTCondor Workshop Presentation

Every 6 months, there is an HTCondor workshop. Presentations are usually very helpfull, especially if you want to go into details of HTCondor (API, DAGMan, ...). You can find the agenda of the latest one here

For new users, we recommend following this presentation, that should give you an idea of how to submit jobs.


Self-learning material

For real beginners that want to learn the basics of job submission on a HTCondor cluster, some exercises are proposed on this Wiki.