Hi Everyone,
I have 7 machines, 6 are windows machine and 1 is linux machine and when i'm trying to execute the jobs on linux machine there are in the "Held" mode, i'm submitting jobs from the windows to run n linux machines, Log file gave me this error:
000 (068.000.000) 11/20 13:52:14 Job submitted from host: <192.168.0.101:52177>
...
000 (068.001.000) 11/20 13:52:14 Job submitted from host: <192.168.0.101:52177>
...
001 (068.000.000) 11/20 13:52:23 Job executing on host: <192.168.0.1:56633>
...
001 (068.001.000) 11/20 13:52:23 Job executing on host: <192.168.0.1:56633>
...
007 (068.000.000) 11/20 13:52:23 Shadow exception!
Error from slot1@xxxxxxxxxxxx: Failed to execute '/opt/condor/var/lib/condor/execute/dir_29993/condor_exec.exe' with arguments Simulate_Normal_Data_rep_2.R: Exec format error
0 - Run Bytes Sent By Job
34177 - Run Bytes Received By
Job
...
007 (068.001.000) 11/20 13:52:24 Shadow exception!
Error from slot2@xxxxxxxxxxxxxxx Failed to execute '/opt/condor/var/lib/condor/execute/dir_29995/condor_exec.exe' with arguments Simulate_Normal_Data_rep_4.R: Exec format error
0 - Run Bytes Sent By Job
34177 - Run Bytes Received By Job
...
012 (068.000.000) 11/20 13:52:24 Job was held.
Error from slot1@xxxxxxxxxxxxxxxxxxxxx Failed to execute '/opt/condor/var/lib/condor/execute/dir_29993/condor_exec.exe' with arguments Simulate_Normal_Data_rep_2.R: Exec format error
Code 6 Subcode
8
...
012 (068.001.000) 11/20 13:52:24 Job was held.
Error from slot2@xxxxxxxxxxxxxxxxxx: Failed to execute '/opt/condor/var/lib/condor/execute/dir_29995/condor_exec.exe' with arguments Simulate_Normal_Data_rep_4.R: Exec format error
Code 6 Subcode 8
...
here is my submit file:
----------------------------------------------------------------------
universe = vanilla
Executable = C:\Progra~1\R\R-2.11.1-x64\bin\RScript.exe
getenv = true
requirements = OpSys == "Linux" && Arch == "X86_64"
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
transfer_input_files = bay_alpha.R
transfer_executable = true
Output = test_case.out
Log = test_case.log
error =
test_case.error
input = Simulate_Normal_Data_rep_2.R
arguments = Simulate_Normal_Data_rep_2.R
queue
input = Simulate_Normal_Data_rep_4.R
arguments = Simulate_Normal_Data_rep_4.R
queue
----------------------------------------------------------------------
Can anyone tell me how to solve this problem,
Thanks,
Shruti