Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Sending directories via a job script
- Date: Thu, 5 Apr 2007 16:40:19 -0500
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Sending directories via a job script
On Thu, Apr 05, 2007 at 02:25:31PM -0700, alvin potti wrote:
> As is, Condor does not allow for entire directories to be transferred along
> with regular files, since everything is flattened into one directory.
> However, some of the SPEC benchmarks we run have explicitly codes these path
> names and directories in their source, so does anyone know of a workaround
> of sending an entire directory of files with the job?
>
make your job a shell script that untars your directory tree then execs your
job.
-Erik