"delta-mod" has a single 4-core CPU. It is also a file server on our LAN (everything is Win7x64), and serves as the HTCondor Master, so I was trying to use only 2 of its 4 cores to run HTCondor jobs.
Is there a better way to tell HTCondor that is has fewer cores than actual?
Why would the above throw an odd error as previously shown in the log file?
Right you both are. Commented out all the changed lines in our condor_config and it recognized all 32 cores. So now I'll attempt to find the problematic lines by uncommenting a few at a time. Thanks for the tip!!