There may be other requirements that are dictating the choice of node07 aside from its memory. Do the larger-memory machines also have at least one GPU card with
CUDACapability of 3.5 or higher? This will show you: condor_status -constraint âCUDACapability>3.0â Also, if you submit the job on hold with a âhold=trueâ statement in the submit or on the condor_submit command line, then you can use condor_q -better-analyze
to take a look at what machines the job is able to run on, or use -reverse -machine node07 (or others) to see why or why not one of them is or is not matching to the job. Michael V Pelletier Principal Engineer Digital Technology HPC Support Team From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx>
On Behalf Of Myunggi Yi Dear users, I have installed HTCondor 9.0.1 I want the jobs to run on more memory machines. I submitted a job with the following script, but the job always goes to node07, which has less memory. How can I achieve my goal? Thank you for your help. ========================== Executable = train.sh ================================= The following is my condor_status node01.synapse LINUX X86_64 Unclaimed Idle 0.000 80222 0+22:49:4 Best regards, |