HTCondor: Difference between revisions

From T2B Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
* '''Batch System''': HTCondor v8.9.8
* '''Batch System''': HTCondor v8.9.8
* '''Computing Element''': HTCondor-ce
* '''Computing Element''': HTCondor-ce
* '''Mass Storage''': /pnfs is now accessible using posix nfs in read/write mode <---- NOT IN EFFECT YET
* '''Mass Storage''': /pnfs is now accessible using posix nfs in read/write mode
 


HTCondor features Documentation:
HTCondor features Documentation:
* [[HTCFirstSubmissionGuide|First guide to job submission]]
* [[HTCFirstSubmissionGuide|First guide to job submission]]
* [https://htcondor.readthedocs.io/en/latest/apis/python-bindings/tutorials/index.html Using the python API]
* [https://htcondor.readthedocs.io/en/latest/apis/python-bindings/tutorials/index.html Using the python API]
<br>
'''! Important !'''<br>
'''/user''' and '''/pnfs''' are both accessible everywhere on the cluster.<br>
So there is no need to use HTCondor transfer features when submitting jobs to transfer files to/from any of those 2 directories. Just call/copy them directly from within your jobs.

Revision as of 10:23, 17 November 2020

! Please note that those pages are not intended to be what our Official Documentation will look like, but a rather a quick response to all your enthusiasm in using the new HTCondor cluster !


Changes in the cluster:

  • OS: EL7 flavor (CentOS7)
  • Batch System: HTCondor v8.9.8
  • Computing Element: HTCondor-ce
  • Mass Storage: /pnfs is now accessible using posix nfs in read/write mode

HTCondor features Documentation:


! Important !
/user and /pnfs are both accessible everywhere on the cluster.
So there is no need to use HTCondor transfer features when submitting jobs to transfer files to/from any of those 2 directories. Just call/copy them directly from within your jobs.