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

Re: [Condor-users] Jobs retuning blank output



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

----- Original Message ----- From: "Greg Thain" <gthain@xxxxxxxxxxx>
To: "Condor-Users Mail List" <condor-users@xxxxxxxxxxx>
Sent: Tuesday, October 04, 2005 6:07 PM
Subject: Re: [Condor-users] Jobs retuning blank output



Chris Miles wrote:
Thanks for the response but still no luck.

Here is the job file I am submitting.

executable = /bin/hostname
universe = vanilla

should_transfer_files = YES
when_to_transfer_output = ON_EXIT

requirements = (Arch == "X86_64") && (OpSys == "LINUX")

output  = output/$(Process).out
error = error/$(Process).err
log = log/$(Process).log

Queue 5

This submit file sends the submit machine's /bin/hostname executable over to the execute machine. Is it possible that the submit machine's /bin/hostname can't run on the execute machine (different shared libraries, different OS, etc?)

-greg

_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/condor-users