Dear users,
I just installed htcondor ver. 9.0.1 on a linux cluster
with five nodes.
The following is my submit script.
The job always goes to a certain machine (node03), not to
the one I choose (node01).
How can I fix this problem?
Many thanks in advance.
Executable = sleep.sh
Log = test.log
Error = test.err
Output = test.out
Requirements = machine == "node01.synapse"
# NFS
+IwdFlusNFSCache = False
Should_transfer_files = no
Requirements = TARGET.UidDomain == "synapse" &&
TARGET.FileSystemDomain == "synapse"
GetEnv = True
#Request_GPUs = 1
# Prevent re-run
requirements = NumJobStarts == 0
periodic_remove = JobStatus == 1 && NumJobStarts
> 0
# Email
Notification = Always
Notify_user =
myunggi@xxxxxxxxxxxxx
Queue