We've been using cron for about as long as I can remember to handle all of our job scheduling needs. Everything from storage clones/snapshots to reports against databases to daily system reports to monitoring checks are scheduled across a few…
I couldn't find any info on this short of spinning up a Nomad cluster and experimenting so maybe someone here may be able to help.
Saying you want to run 100 iterations of a batch java job, each with a different set of parameters and get the…
Background
I have a Windows 7 VM with two user accounts (condor_usr1 and condor_usr2) that is used for source code compiling. The condor_usr[1|2] accounts are members of the administrators group. I have an HTCondor master VM that periodically…
I am currently trying to make the job queue and submission mechanism of a local, isolated HTCondor cluster highly available. The cluster consists of 2 master servers (previously 1) and several compute nodes and a central storage system. DNS, LDAP…
I have a service (HTCondor batch system), which is started as service unit within cpu,cpuacct and memory cgroup slices (CentOS 7 @ 3.10.0-*).
The service starts sub-processes (~~> batch jobs) for which it creates sub-slices, i.e., subdividing its…
If you guys have never heard of the idea behind Condor Cluster: http://www.cs.wisc.edu/condor/
It's developed by the University of Wisconsin but used by many other universities since its birth.
I was just wondering, in general though, how Cluster…
I've been researching this question all day and neither the HTCondor docs nor Google could help me:
Where do I edit the MachineAd of a node in a HTCondor cluster? The /etc/condor folder on the node and on the master/schedd server do not contain any…
I am trying to install condor on RHEL7. I did this:
cd /etc/yum.repos.d
sudo wget http://htcondor.org/yum/repo.d/condor-stable-rhel7.repo
sudo wget http://research.cs.wisc.edu/htcondor//yum/repo.d/htcondor-stable-rhel7.repo
sudo wget…