Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Condor and Geant4
Hi all,
Does any one here applied Geant4 in Condor?
I tried the some examples in Condor and they all went well.
But when I try example from Geant4 and ran condor_submit example_submit,
the following error appeared:
ERROR: failed to transfer executable file example
My submit file is example_submit which contains the following:
#############
Universe = vanilla
Executable = example
Log = example.log
Output = example.out
Error = example.error
Queue
###############
NOTE: The executable example is ok because I have tried it outside condor.
Thanks in advance.
Leo