I have a linux cluster which has submit and execute capabilities. The
nead node is also the manager. All nodes in the cluster share a common
NFS partition. My intent is to send jobs to the cluster from submit
only hosts, and have them run to completion on the cluster. This
works fine in Condor, execept when I want to shutdown the pc which
submitted the job. Whenever I shutdown the submitting pc, the jobs are
evicted and remain in the queue until the submitting pc is back online.
Is there a way to have the job run without depending on the submitting
pc after it has been queued?