WIPACrepo / pyglidein

Some python scripts to launch HTCondor glideins
MIT License
6 stars 20 forks source link

Adding support for startd checks #119

Closed hskarlupka closed 6 years ago

hskarlupka commented 6 years ago

Pyglidein now sets scripts for checking GPUs, CVMFS, and GridFTP services on each node. The scripts are hooked into condor startd cron service and produce classads based on the success or failure of the check script. The GPU scrip also outputs a metrics classad for measuring the performance of GPUs. Resolve #104