Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [condor-users] machine specific environment variables
- Date: Wed, 14 Jan 2004 09:07:16 -0600
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [condor-users] machine specific environment variables
On Wed, Jan 14, 2004 at 01:08:11PM -0000, Robert Smith wrote:
> Hi,
>
> We have a condor compute farm and want to set environment variables for the condor jobs. The catch is that we want to set some of them on a per-machine basis, rather than per-job. Ideally it would be nice to specify machine-specific environment variables in the condor_config file for each machine on which the jobs run.
>
> Is there some way to do this?
>
The USER_JOB_WRAPPER can be configured on a per-machine basis in the config
file. It's a script that Condor will run before job that can setup environment
variables for the job.
http://www.cs.wisc.edu/condor/manual/v6.4/3_3Configuration.html#7207
It is not the equivalent of prologue and epiloguge scripts from PBS.
-Erik
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>