RE: cygwin, g77 & 3-D arrays

2003-02-12 Thread K
Thanks for your replies, they helped me to figure out the problem. Basically it seems the declared dimensions of my 3-D arrays were too large for cygwin, making the parameters smaller allowed the program to run. So a new question for you, what is the largest that cygwin can handle? I don't know i

Re: cygwin, g77 & 3-D arrays

2003-02-12 Thread mstucky5
- Original Message - From: "K" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 2:30 AM Subject: cygwin, g77 & 3-D arrays > Hi, > > I have a FORTRAN program which both compiles (using g77) and runs perfectly > in Mandrake Linux and in Unix. However, while t

RE: cygwin, g77 & 3-D arrays

2003-02-12 Thread [EMAIL PROTECTED]
Original Message: - >From: K [EMAIL PROTECTED] >Date: Wed, 12 Feb 2003 17:30:22 +1000 >To: [EMAIL PROTECTED] >Subject: cygwin, g77 & 3-D arrays > > >Hi, > >I have a FORTRAN program which both compiles (using g77) and runs perfectly >in Mandrake Linux and in Unix. However, while t