Forums » User questions »
Globus adaptor: TotalCPUCount missing from job description
Added by Krause Amy almost 12 years ago
Hi,
I'm submitting a job to a Globus gatekeeper and the JSDL property TotalCPUCount doesn't seem to be transferred. We checked and confirmed that the value isn't included in the job description when the job arrives at the service (Globus 5.2), and therefore the job runs on only one node. NumberOfProcesses does not seem to have an effect either. Have you seen this problem before?
Thank you
Amy
Replies (2)
RE: Globus adaptor: TotalCPUCount missing from job description
-
Added by Schwarz Lionel almost 12 years ago
Hi Amy,
After checking the code, I see that:
- TotalCPUCount is not supported
- NumberOfProcesses is supported and should give something like:
(count = X)
in the job description
What happens if you use "NumberOfProcesses" = 2 AND "ProcessesPerHost" = 1 for example?
It should give something like:
(count = 2)
(hostCount = 2)
Lionel
RE: Globus adaptor: TotalCPUCount missing from job description
-
Added by Krause Amy almost 12 years ago
Thanks very much for checking this. We confirmed that NumberOfProcesses works so we're going to use that. Thank you!
Amy