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

Re: [Condor-users] (no subject)



. is a synonym for the directory you were in
.. is a synonym for its parent directory

It looks like your job isn't running properly and hence getting
no output.

Are you sure there are no other files or DLLs that your
executable needs to access while it runs?
Also are you sure it doesn't need any command line parameters?

Did you check running it on that machine outside of condor?

Cheers

JK

> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxxxxx]On Behalf Of 
> Richardson, Joshua
> Sent: Wednesday, June 13, 2007 2:29 PM
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] (no subject)
> 
> 
> The output is still the same when I change the directory.
> 
> Directory of C:\condor\execute\dir_480
> 
> 06/13/2007  09:16 AM    <DIR>          .
> 06/13/2007  09:16 AM    <DIR>          ..
> 06/13/2007  09:16 AM                 0 build-err.txt
> 06/13/2007  09:16 AM                 0 build-out.txt
> 06/13/2007  09:13 AM         2,529,988 build_looks.exe
> 06/13/2007  09:13 AM                53 condor_exec.bat
> 06/13/2007  09:13 AM             5,202 long_run.props
> 06/13/2007  09:13 AM            66,512 middle_east_targets.txt
>                6 File(s)      2,601,755 bytes
>                2 Dir(s)  72,932,601,856 bytes free
>  Volume in drive C has no label.
>  Volume Serial Number is F0B4-3946
> 
>  Directory of C:\condor\execute\dir_480
> 
> 06/13/2007  09:16 AM    <DIR>          .
> 06/13/2007  09:16 AM    <DIR>          ..
> 06/13/2007  09:16 AM                 0 build-err.txt
> 06/13/2007  09:16 AM                 0 build-out.txt
> 06/13/2007  09:13 AM         2,529,988 build_looks.exe
> 06/13/2007  09:13 AM                53 condor_exec.bat
> 06/13/2007  09:13 AM             5,202 long_run.props
> 06/13/2007  09:13 AM            66,512 middle_east_targets.txt
>                6 File(s)      2,601,755 bytes
>                2 Dir(s)  72,932,597,760 bytes free
> 
> I went to the computer and typed "dir" to see what was in
> C:\condor\execute\dir_480 and it shows two <DIR> being 
> created one of .
> and the other .. just as shown above. What do you think is in 
> there and
> how would I access that?
> 
> Also, the build.bat file is condor_exec.bat. I accidentally left out
> build_looks.exe and the program took awhile to run but never 
> would stop
> because it did not have the executing file to call on. But when it was
> sent, this is what happens (stated above).
> 
> 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 
> Kewley, J (John)
> Sent: Wednesday, June 13, 2007 8:52 AM
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] (no subject)
> 
> Neither looks.txt nor looks_angles.txt are there.
> 
> Notice there is no build.bat either, but that gets renamed
> as condor.bat. All other files needed to run your job (at 
> least those you mentioned in your submit file are there.
> 
> If you creat a new directory and copy all those files into it and 
> run build.bat, what does the resulting directory structure look like?
> 
> Was that dir done before or after the program was run?
> Maybe you should do a dir before AND after the run of build_looks.exe
> to see what files are created
> 
> cheers
> 
> JK
> 
> > -----Original Message-----
> > From: condor-users-bounces@xxxxxxxxxxx
> > [mailto:condor-users-bounces@xxxxxxxxxxx]On Behalf Of 
> > Richardson, Joshua
> > Sent: Wednesday, June 13, 2007 1:10 PM
> > To: Condor-Users Mail List
> > Subject: Re: [Condor-users] (no subject)
> > 
> > 
> > Ok. So the output after "dir" is:
> > 
> > Directory of C:\condor\execute\dir_1728
> > 
> > 06/13/2007  07:54 AM    <DIR>          .
> > 06/13/2007  07:54 AM    <DIR>          ..
> > 06/13/2007  07:54 AM                 0 build-err.txt
> > 06/13/2007  07:54 AM                 0 build-out.txt
> > 06/13/2007  07:51 AM         2,529,988 build_looks.exe
> > 06/13/2007  07:51 AM                46 condor_exec.bat
> > 06/13/2007  07:51 AM             5,202 long_run.props
> > 06/13/2007  07:51 AM            66,512 middle_east_targets.txt
> >                6 File(s)      2,601,748 bytes
> >                2 Dir(s)  133,630,238,720 bytes free
> > 
> > I looked on the computer that is running the job and it 
> seems to be a
> > temp folder and disappears after the job is completed.
> > 
> > The log is:
> > 
> > 00 (091.000.000) 06/13 07:55:00 Job submitted from host:
> > <192.168.168.98:1112>
> > ...
> > 001 (091.000.000) 06/13 07:55:08 Job executing on host:
> > <192.168.168.197:1115>
> > ...
> > 005 (091.000.000) 06/13 07:55:09 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
> > 	640  -  Run Bytes Sent By Job
> > 	2601748  -  Run Bytes Received By Job
> > 	640  -  Total Bytes Sent By Job
> > 	2601748  -  Total Bytes Received By Job
> > 
> > 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 
> > Kewley, J (John)
> > Sent: Wednesday, June 13, 2007 4:30 AM
> > To: Condor-Users Mail List
> > Subject: 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:
> > > ...
> > > 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.
> > 
> > If build.bat takes no params, then no arguments are neccessary.
> > 
> > Does your job create those files in a subdirectory? If so, 
> > condor won't
> > return them
> > automatically, only the ones created in the main directory 
> > where the job
> > runs.
> > 
> > Try adding a "dir" at the end of your .bat file so you can see what
> > files are in 
> > that directory.
> > 
> > JK
> > 
> > _______________________________________________
> > 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/
> > 
> > _______________________________________________
> > 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/
> > 
> 
> _______________________________________________
> 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/
> 
> _______________________________________________
> 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/
>