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

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






Hello,

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.

8/3 12:23:56 Create_Process: child failed with errno 8 (Exec format error)
befor
e exec()
8/3 12:23:56 ERROR "Create_Process(/opt/condor-6.6.6
/execute/dir_9803/condor_exe
c.exe,condor_exec.exe, ...) failed" at line 493 in file os_proc.C
8/3 12:23:56 ShutdownFast all jobs.

If, however, I use the line:

executable = myenv.SUN4u.SOLARIS28

the process runs fine.

Any thoughts would be appreciated.

Thank you,

Bob Nordlund



*************************************************************************
PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information.  If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited.  If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this communication and destroy all copies.
*************************************************************************