Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] 'simple' c++ program
- Date: Tue, 22 Jan 2008 09:15:30 +1100
- From: "Philip Crawford" <p.crawford@xxxxxxxxxxx>
- Subject: Re: [Condor-users] 'simple' c++ program
Stephen,
If prog.exe is compiled for Cygwin, you will also need to transfer
cygwin1.dll from cygwin\bin directory.
Cheers,
Phil
_____________________________________________
Philip Crawford B Comp Sc, MIEEE
Medicine Computer Support Unit
The University of NSW, Sydney, NSW, 2052
Phone: +61-2-9385 2564
Fax: +61-2-9385 1258
Email: p.crawford@xxxxxxxxxxx
_____________________________________________
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx
[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Stephen Upton
Sent: Tuesday, 22 January 2008 7:59 AM
To: Condor-Users Mail List
Subject: [Condor-users] 'simple' c++ program
Hi all,
I'm trying to run a simple c++ program. I'm using version 6.8.1 (I
know - I need to upgrade!) on a windows xp cluster. However, I'm
submitting my job from a cygwin prompt. It appears to run since I get
output from my echo statements in the .bat file that I use to call
the c++ program. Here's the submit:
*****
Executable = prog.bat
requirements = OpSys == "WINNT50" || OpSys == "WINNT51"
getenv = true
Universe = vanilla
Error = Output/err.$(process)
Output = Output/out.$(process)
Log = Output/log.$(process)
Should_Transfer_files = YES
When_To_Transfer_Output = ON_EXIT
transfer_input_files = prog.exe, R2.txt, initialnodes.txt,
nodearccosts.txt, nodepcm.txt, S10solutionfile.txt
Arguments = 44 20 33750 12825 R2.txt
Queue
***
and here's prog.bat
echo running prog.exe %1 %2 %3 %4 %5
prog %1 %2 %3 %4 %5
echo done
****
I suspect it has something to do with prog.exe but not sure where to
look. I don't have access to the source code, but have access to the
programmer. ;-)
I've seen various other emails that are similar, e.g., running
Fortran programs, and I think I've covered the bases, but still feel
I'm missing something easy.
thanx
steve upton
_______________________________________________
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/