Mailing List Archives
	Authenticated access
	
	
     | 
    
	 
	 
     | 
    
	
	 
     | 
  
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Using $$OpSys in transfer_input_files
- Date: Sat, 19 Aug 2006 11:41:52 +0100
 
- From: Michael Tyka <m.tyka@xxxxxxxxxxxxx>
 
- Subject: [Condor-users] Using $$OpSys in transfer_input_files
 
Hi all,
I gather in the new condor 6.8.0 the Macro substitution in the submit 
file expressions has been improved. What i'd like to do is this:
Executable = exec.$$(OpSys).exe
transfer_input_files=inputfile.$$(OpSys)
However in this form it appears only to work for the Executable (like it 
did in 6.6.10) - but condor does not seem to do the substitution for the 
input file expression?
Does anyone know if a) it's possible b) if so how it can be done ?
Many thanks,
    Mike