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

Re: [Condor-users] Jobs retuning blank output



 


On Wed, 05 Oct 2005 Chris Miles wrote :
>Here is a copy of my job file now.
>
>executable = /bin/hostname
>universe = vanilla
>
>TransferExecutable = false
>should_transfer_files = YES
>when_to_transfer_output = ON_EXIT
>
>requirements = (Arch == "X86_64") && (OpSys == "LINUX")
>
>output  = output/Process_$(Process).out
>error = error/Error.log
>log = log/Master.log
>
>Queue 5
>
>...
>
>Still getting no output, no error. And the main log file just says the same
>as before.
>
>005 (046.002.000) 10/05 00:26:47 Job terminated.
>        (1) Normal termination (return value 0)
>                Usr 0 00:00:00, Sys 0 00:00:00  -  Run Remote Usage
>                Usr 0 00:00:00, Sys 0 00:00:00  -  Run Local Usage
>                Usr 0 00:00:00, Sys 0 00:00:00  -  Total Remote Usage
>                Usr 0 00:00:00, Sys 0 00:00:00  -  Total Local Usage
>        0  -  Run Bytes Sent By Job
>        0  -  Run Bytes Received By Job
>        0  -  Total Bytes Sent By Job
>        0  -  Total Bytes Received By Job
>

Hey Chris,

Set TransferExecutable = True in your submit file, or better delete that line(By default its True). You have set it to false. So probably condor is not transferring executable to remote machine, which is essential for its execution. n one more thing i want 2 know, whether all machines are of "X86_64" architecture, b'coz i fear if there is incomatibilites in executable. Why dnt you send me the "shadow log" of submitter m/c and "starter Log" of execute m/c. Probably dat cud help us 2 gt betr pic.

Regards
Neeraj