[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] using $$(Arch) and $$(OpSys) with condor_submit -remote



Hello,

Is it possible to use $$(Arch) and $$(OpSys) macros in submit files intended for remote submit? When I tried I got following error:
DCSchedd::spoolJobFiles:7002:File transfer failed for target job 7.0: 
SUBMIT at 10.0.0.1 failed to send file(s) to <10.0.0.2:9607>: error 
reading from /home/user/job/executable.$$(OpSys): (errno 25) 
Inappropriate ioctl for device; SCHEDD failed to receive file(s) from 
<10.0.0.1:9685>
Local submit works, and with fixed Arch/OpSys, remote submit works as 
well. Am I doing something wrong, or are these macros not allowed with 
remote submit?
Thanks,

Rob