Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] macros expansion in transfer_input_files
- Date: Fri, 15 Sep 2006 11:00:48 +0100
- From: "Smith, Ian" <I.C.Smith@xxxxxxxxxxxxxxx>
- Subject: Re: [Condor-users] macros expansion in transfer_input_files
Hmm - I'm not sure I see the logic behind this. Do
you have the reference to the original e-mail
on the list. I tried:
transfer_input_files=monte_app_$(postfix)
+postfix =
$$(Name)
but I get the same error. Anyone from U M-W know if
"run-time" evaluated values are definitely not
allowed for transfer_input_files (but are for
executable).
cheers,
-ian.
Hi,
I posted a similar question a while ago and Todd Tannenbaum
replied with the solution. (Thanks again, very useful.)
Use the +
operator for overriding the values read by condor_submit with runtime evaluated
classads like this:
Universe = vanilla
Executable =
foo_$$(OPSYS).bat
Output = foo.out
+Out =
"foo_$$(OPSYS)_$(PROCESS).out"
Error = foo.err
+Err =
"foo_$$(OPSYS)_$(PROCESS).err"
Log = foo.log
# This is what you
want, I think
# foo.in can be a dummy empty file
Transfer_input_files =
foo.in
+TransferInput =
"foo_$$(OPSYS).in"
.
.
.
Queue
"Smith, Ian"
<I.C.Smith@xxxxxxxxxxxxxxx> wrote:
Hi,
Is
it possible at all to specify an input file based on the
target hostname
e.g.
transfer_input_files = input_$$(Name)
I get an error
saying something like can't "open input_$$(Name)
with flags 00" so I'm
guessing that the macro _expression_ must
be capable of being evaluated at
submit time (rather than
when the requirements are matched).
Any
chance of this being implemented. I saw a similar query
in
https://lists.cs.wisc.edu/archive/condor-users/2006-August/msg00274.shtm
l
Guess
the workaround is just transfer everything everywhere -
seems
wasteful
though.
cheers,
-ian.
_______________________________________________
Condor-users
mailing list
To unsubscribe, send a message to
condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can
also unsubscribe by
visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The
archives can be found at
either
https://lists.cs.wisc.edu/archive/condor-users/
http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR
All
New Yahoo! Mail – Tired of Vi@gr@! come-ons? Let our SpamGuard protect
you.