Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] (no subject)
Ok. So I do not need the Arguments or the transfer_output_files set. My
build.bat is start build_looks.exe -f long_run.props. Should there be
more there to get a file returned? When I submit it like this, the log
is:
000 (087.000.000) 06/12 16:42:14 Job submitted from host:
<192.168.168.98:1112>
...
001 (087.000.000) 06/12 16:42:22 Job executing on host:
<192.168.168.197:1115>
...
005 (087.000.000) 06/12 16:42:22 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
29 - Run Bytes Sent By Job
2601761 - Run Bytes Received By Job
29 - Total Bytes Sent By Job
2601761 - Total Bytes Received By Job
It returns nothing and finishes within a couple of seconds. Outside of
Condor it takes minutes for the program to run so I know this is not
correct.
Josh Richardson
Integrity Applications Incorporated Intern (IAI)
703-378-8672 ext 632
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx
[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Erik Paulson
Sent: Tuesday, June 12, 2007 4:20 PM
To: Condor-Users Mail List
Subject: Re: [Condor-users] (no subject)
On Tue, Jun 12, 2007 at 04:08:31PM -0400, Richardson, Joshua wrote:
>
>
> 012 (074.000.000) 06/12 15:43:13 Job was held.
>
> Error from starter on
> vm1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx: STARTER at 192.168.168.197
> failed to send file(s) to <192.168.168.98:1094>: error reading from
> C:\condor/execute\dir_3392\looks.txt: (errno 2) No such file or
> directory; SHADOW failed to receive file(s) from
<192.168.168.197:2382>
>
> Code 13 Subcode 2
Did your program fail to create looks.txt? If a file that appears in the
transfer_output_files list is missing at the end of a job, Condor
considers it an error.
By and large, you don't ever want to use 'transfer_output_files'. If a
job
is submitted without transfer_output_files set, Condor by default will
transfer back any files that were created in the working directory of
the
job after the job starts. transfer_output_files is used to override
this,
and only transfer back specific files.
You still need the 'when_to_transfer_output' and 'should_transfer_files'
set, and the 'transfer_input_files' list.
-Erik
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with
a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/