Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Requesting Software & Accessing ClassAds during Runtime
- Date: Tue, 27 Jun 2017 17:07:22 +0000
- From: Michael Pelletier <Michael.V.Pelletier@xxxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Requesting Software & Accessing ClassAds during Runtime
From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of John M Knoeller
Sent: Tuesday, June 27, 2017 10:52 AM
> The job classad is in a file called .job.ad in the directory that the job starts in.
To be pedantically precise (sorry), the job won't necessarily start in the scratch directory, if remote_initialdir is used. Referring to the filename found in the $_CONDOR_JOB_AD environment variable is a better choice.
-Michael Pelletier.