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

[Condor-users] Transfer Files mechanism



Hi,

Using a submit file like this one:

Executable = 1D.x
Universe = Vanilla
Output = results/1D/1D.out.$(CLUSTER).$(PROCESS)
Error = results/1D/1D.err.$(CLUSTER).$(PROCESS)
Log = results/1D/1D.log.$(CLUSTER)
Nice_User = True

Arguments = 1D.in.$(PROCESS) $(CLUSTER).$(PROCESS)
Transfer_Input_files = 1D.in.$(PROCESS)
Queue 10

and with a shared file system, will the input files be tranfered to the spool directory? And if so, when? At queue time? or at run time? The manual ( http://www.cs.wisc.edu/condor/manual/v6.7/2_5Submitting_Job.html ) isn't very clear on this aspect.
Should I be able to submit a cluster of jobs, modify the input files, resubmit another cluster, etc... and have each cluster have a different version of the input files? Is this the way to do it? Or should I just create several copies of the input files and have each cluster read a different set of files?
Thank you!

Bruno Goncalves

--
*******************************************
Bruno Miguel Tavares Goncalves, MS
PhD Candiate
Emory University
Department of Physics
Office No. N117-C
400 Dowman Drive
Atlanta, Georgia 30322
Homepage: www.bgoncalves.com
Email: bgoncalves@xxxxxxxxx
Phone: (404) 712-2441
Fax:   (404) 727-0873
*******************************************