Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] (no subject)
- Date: Fri, 2 Sep 2005 14:26:39 -0500
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] (no subject)
On Fri, Sep 02, 2005 at 03:21:09PM -0400, Haria, Ratilal wrote:
> Hi
>
> Help - need somebody to help solve this problem that I have been working
> for last 2 weeks and driving me crazy
>
> One of our users has a windows program that works from the command line,
> and runs for few seconds and terminates successfully.
>
> But when running as a condor job, it never terminates. There are no
> errors listed. The only items listed in the log file are as follows:
>
The easiest way to debug this:
At your execute machine (iitm50129-220) put
USE_VISIBLE_DESKTOP = TRUE
and then you can watch and see what the job is doing.
Also, see this thread:
https://lists.cs.wisc.edu/archive/condor-users/2004-July/msg00098.shtml
-Erik
>
> ...
> 000 (006.000.000) 09/02 14:59:30 Job submitted from host:
> <132.246.129.220:1030>
> ...
> 001 (006.000.000) 09/02 14:59:36 Job executing on host:
> <132.246.129.220:1029>
> ...
> 006 (006.000.000) 09/02 14:59:45 Image size of job updated: 2448
>
>
> The submit file is as follows:
>
> universe = vanilla
> executable = fuzme3_5.exe
> requirements = Machine=="iitm50129-220"
> environment = path=c:\winnt\system32
> transfer_input_files = irises.dat , fuzme3_5.cfg_1
> arguments = fuzme3_5.cfg_1
> log = roger.log_1
> output = roger.out_1
> error = roger.err_1
> Queue
>
>
>
> Thanks ... Ratilal
>
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users