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

Re: [Condor-users] Exec format error when using $$(ARCH) and $$(OpSys)




When using the following submit file:
universe=vanilla
executable = myenv.$$(Arch).$$(OpSys)
log = myenv.log
output = myenv$(process).out
error = myenv$(process).err
requirements = (OpSys == "SOLARIS28" && Arch == "SUN4u")
queue

I receive the following error in the StarterLog.


If, however, I use the line:

executable = myenv.SUN4u.SOLARIS28

the process runs fine.

Any thoughts would be appreciated.

This doesn't sound good to me--it should work fine. What version of Condor are you using?


-alain