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

Re: [Condor-users] how can i congigure two machines



There are many ways u can do that,
 
Eg: for vanialla universe from machine m1 to run on machine m2
 
universe = vanilla
requirements = (FileSystemDomain != "dummy") && (Arch != "dummy") && (OpSys != "dummy") && (Machine == "m2")
executable = test.sh
log = test.log
output = test.out
transfer_input_files = test.sh
should_transfer_files = YES
when_to_transfer_output = ON_EXIT_OR_EVICT
queue
 
 
ALternately if both are configured to be running on diff pool
 
you can submit a job with -r or -n
 
Rangam

 
On 7/15/05, lavanya alapati <alapatilavanya@xxxxxxxxxxx> wrote:
Hi,
i installed condor in two machines and how can assign job from this machine to other and respectively.How can i run jobs from one machine to other.
Thanks
 
 


Free antispam, antivirus and 1GB to save all your messages
Only in Yahoo! Mail: http://in.mail.yahoo.com


_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/condor-users