X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org X-DKIM: Sendmail DKIM Filter v2.8.3 mux2.uit.no pAGBUI4F089030 From: =?utf-8?B?RWR2YXJkc2VuIEvDpXJl?= To: "cygwin AT cygwin DOT com" Subject: Re: [SOLVED] Re: What updates done after October 3 may affect gfortran built binaries? Date: Wed, 16 Nov 2011 11:30:17 +0000 Message-ID: <1321443015.6778.44.camel@kare-desktop> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id pAGBUd5B004111 > >> FLEXPART is one of those huge number-crunching Fortran programs that's > >> just jam-packed with ginormous multi-dimensional arrays. The final linked > >> executable had 3.38 GB of .bss space! > > > Out of curiosity, how then was the OP ever able to make *any* version run? > > Not clear yet but probably owing to changes in one or more of the array > dimensions in the upstream source that he didn't notice taking place. > > cheers, > DaveK I managed to track down one critical array specification which I sat smaller before compiling. The 64-bit version use the same initialisation file as the 32-bit, so an array size of 22E+06 elements instead of 6E+06 was used. The SizeOfUninitializedData is now 5eeba800 (1.6 GB) and everything works beautiful :) I would never had thought of this without your help! Thank you very much! Cheers, Kåre