Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] retrieving output subdirectories
- Date: Mon, 04 Feb 2008 11:37:32 +0100
- From: Javier Forment <jforment@xxxxxxxxxxxx>
- Subject: [Condor-users] retrieving output subdirectories
Hi, all... I'm trying to run an application in Condor which creates an
output subdirectory and write output files on it. I know that Condor has
the feature of retrieving (and sending back to submit node) only the
output files created/modified in the plain execute directory at the
corresponding execute node.
Is there any way to cope with this? I've browsed the archives at the
mailing list, but I only find messages telling that it is a well-known
issue, and the solution is to modify the application or writing a custom
wrapper for condor to tar (and maybe gzip) the output subdirectory/ies.
Since I cannot modify the application, where can I find documentation to
write such a custrom wrapper for condor?
Thanks a lot,
Javier.