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

Re: [Condor-users] [BirdBath] : creating ClassAds



Rajesh,

You are right, createJobTemplate does not give you a way to set the environment or output files. However, you can add those things yourself. It is going to be different for each client library you are using, but for the environment you should add an attribute to the ClassAd returned by createJobTemplate that has a name of Env and a string value that is the environment. For stdout and stderr you should use Out="filename" and Err="filename".


matt


On Apr 6, 2006, at 2:57 PM, Rajesh Kalyanam wrote:

Hi ,

  I just upgraded my system to 6.7.18 and I am trying to run a few
example jobs provided on the BirdBath page. However I am having trouble visualizing the mapping between the job descriptor file that is created for use by condor_submit, where we could specify parameters such as the
environment, output filename etc... and the signature for the
createJobTemplate method. The createJobTemplate api seems to accept only
the executable name, the arguments to the executable and the
requirements. Could someone please provide me with some guidance on how
I could specify the other details such as output filename, the log and
error files etc ? Appreciate any pointers in this regard.

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