Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [condor-users] Condor with Cygwin experience
- Date: Tue, 20 Apr 2004 20:36:58 +0200
- From: Ed Kapitein <e.kapitein@xxxxxxxxxxx>
- Subject: Re: [condor-users] Condor with Cygwin experience
Hi,
I did run a few tests with cygwin, with good results.
You need to compile the executables on a windoze machine running cygwin.
then you submit the job, but you have to send the cygwin dll with it
( i guess there is a more elegant solution, but this works for me)
I submit the job from a linux machine with the following cmd file:
Requirements = ((Arch == "INTEL")) && (OpSys == "WINNT51")
should_transfer_files = YES
when_to_transfer_output = ON_EXIT_OR_EVICT
transfer_input_files = cygwin1.dll
universe = vanilla
executable = 1.exe
output = 1.out
error = 1.err
log = 1.log
arguments = 12345678
queue
I hope this gets you on your way.
Kind regards,
@
On Tuesday 20 April 2004 19:06, Mark Calleja wrote:
> Hi Chaps,
>
> Does anyone out there have any experience (good or bad) of running Condor
> jobs on Windows which require the Cygwin environment? Are there any
> 'gotchas', limitations, etc., we should be aware of?
>
> Cheers,
>
> Mark
>
> ps. Wisconsin chaps: well done with hosting Condor Week. I look forward to
> getting sozzled at the Union terrace next year.
>
>
> --
> Dr Mark Calleja
> Department of Earth Sciences, University of Cambridge
> Downing Street, Cambridge CB2 3EQ, UK
> Tel. (+44/0) 1223 333408, Fax (+44/0) 1223 333450
> http://www.esc.cam.ac.uk/~mcal00
>
>
> Condor Support Information:
> http://www.cs.wisc.edu/condor/condor-support/
> To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
> unsubscribe condor-users <your_email_address>
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>