Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

need python3-condor RPM or use pip install.  It doesn't get installed by default with yum.  I pointed this out to CHTC and they submitted a ticket. Should try installing locally with pip in a user's account

pip3 install htcondor



/dev/shm

/dev/shm is now job-private like /tmp and /var/tmp in version 8.9.  It was already restricted by cgroups but now in 8.9 jobs can't see other job's /dev/shm and it gets cleaned when a job exits.  (tested krowe May 28, 2020)

...