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

[condor-users] How to specify the code from third machine?



Dear Condor-users,

Assume my executable code and some input files are
located on machine A. I issue my job desciption file 
on machine B, the jobmanager is on machine C. How can
I specify executables in the desciption file?

currently, I use the gridftp to transfer all the 
needed files (including the codes) to machine C, 
all the files are transfered to /tmp/. 
then use the following descriptions files:

executable = /bin/sh
transfer_executable = false
globusscheduler = surya/jobmanager-condor
Universe = globus
GlobusRSL = (condor_submit=(Universe vanilla))
arguments = /tmp/run.sh print \"/tmp/print.in\"
environment = CLASSPATH=/tmp
output = MCCF_A.$(cluster).$(process).out
error = MCCF_A.$(cluster).$(process).error
log = MCCF_A.$(cluster).$(process).log
when_to_transfer_output = on_exit
queue 1

I wonder whether there exists ways for me to specify 
the files on differnent machines in the description 
files. Would you pls help me figure out this? Your
kind help and patience are highly appreciated. 

Best regards,
sincerely
yuhong

__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>