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

[HTCondor-users] parallel job fails to execute



Hi,
Can someone explain why the following job script fails to execute?

mahmood@rocks7 gau]$ cat sub.ht
universe = parallel
executable = g09
arguments = test.gjf
getenv = true
error  = err.test.$(NODE)
output = out.test.$(NODE)
log    = log.test
machine_count = 4
queue
[mahmood@rocks7 gau]$ condor_submit sub.ht
Submitting job(s)
ERROR: Executable file g09 does not exist
[mahmood@rocks7 gau]$ rocks run host compute-0-0 "which g09"
Warning: untrusted X11 forwarding setup failed: xauth key data not generated
/usr/local/chem/g09-64-D01/g09
[mahmood@rocks7 gau]$ rocks run host compute-0-1 "which g09"
Warning: untrusted X11 forwarding setup failed: xauth key data not generated
/usr/local/chem/g09-64-D01/g09
[mahmood@rocks7 gau]$ rocks run host compute-0-2 "which g09"
Warning: untrusted X11 forwarding setup failed: xauth key data not generated
/usr/local/chem/g09-64-D01/g09
[mahmood@rocks7 gau]$ which g09
/usr/local/chem/g09-64-D01/g09


So, that command is available on all nodes and the env variables are exported by the condor script.

Regards,
Mahmood