...
Reaper: Clean nodes of unwanted files, dirs and procs. Condor seems to handle /tmp and , /var/tmp, and /dev/shm (as of 8.9.7) properly because it uses fake versions of these dirs for each job. But /dev/shm is handled as well in newer versions of HTCondor. What about errant processes?
Slurm
There is the pam_slurm_adopt.so that supposedly tracks and kills errant processes but it conflicts with systemd and therefore requires some special tweaking.
- HTCondor
- Seems to handle /tmp and /var/tmp properly because it uses fake versions of these dirs for each job./dev/shm is now handled as of HTCondor-8.9.7
- What about errant processes?
- Seems to handle /tmp and /var/tmp properly because it uses fake versions of these dirs for each job./dev/shm is now handled as of HTCondor-8.9.7
...