Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] GetEnv issue when submitting a Job throughwebservices
- Date: Tue, 19 Jun 2007 10:38:38 +0200
- From: "Francois Bachmann" <f.bachmann@xxxxxxxxx>
- Subject: Re: [Condor-users] GetEnv issue when submitting a Job throughwebservices
> References to the
Condor process's environment are allowed in the configuration files.
> Environment
references use the ENV macro and
are of the form:
>
$ENV(environment_variable_name)
>
For example,
> A =
$ENV(HOME)
> binds A to the
value of the HOME environment variable.
>
Environment references are not currently used in standard Condor
configurations.
> However, they can
sometimes be useful in custom configurations.
Does this do the job ? I seem to recall that there were
previous discussions of the env-plus-webservice problem in the group, try
searching for it.
François
Hi,
I have been trying to submit a job through webservices but its failing as
it not able to get the environemnt variables properly. Anyidea on how to do it?
I even tried to set the "GetEnv" = true in the ClassAd of the job, but again the
same result.
Thanks,
-Esh