Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] file location convention
- Date: Wed, 6 Jun 2012 16:40:44 -0500
- From: Nathan Panike <nwp@xxxxxxxxxxx>
- Subject: Re: [Condor-users] file location convention
On Wed, Jun 06, 2012 at 05:29:01PM -0400, Rita wrote:
> In our shop we use a lot of NFS therefore I would like to know what the
> proper convention is for a DAG job (assuming I am not using native condor
> transfer method).
>
> Running condor 7.6.7
>
> A dag contains the following:
> Dag file, local disk
> Dag log file, local disk
> Dag out file, local disk
> Dag lock file, local disk
>
>
> Submit file, NFS
> Log file , NFS
We discourage people from having log files on NFS. I think everything
else is fine.
Nathan Panike
> Standard out, NFS (doesnt need to be, as long as the execute node has the
> proper directory)
> Standerd err, NFS (doesnt need to be, as long as the execute node has the
> proper directory)
>
> What do others suggest?