Hmm - I'm not sure I see the logic behind this. Do you have the reference to the original e-mailon 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 notallowed for transfer_input_files (but are for executable).cheers,-ian.
Hi,
From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of o c
Sent: 14 September 2006 17:04
To: Condor-Users Mail List
Subject: Re: [Condor-users] macros expansion in transfer_input_files
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._______________________________________________
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