[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] How to specify no of machines for a Globus/condor-G job



Hi List

I have a condor job submission file
as following


executable = test
arguments=
Transfer_Executable = true
globusscheduler = protos.xx.xxx.xxx/jobmanager-pbs
machine_count = 3
universe = globus
output = test.out
error=test.error
log = date.log
queue



WARNING: the line `machine_count = 3' was unused by condor_submit. Is it a typo?

This works fairly well and prints 1 hostname.

I want this to run on multiple nodes, 
How do i specify machine count in a globus environment?

Thanks
Samir