X-pop3-spooler: POP3MAIL 2.1.0 b 3 961213 -bs- Delivered-To: pcg AT goof DOT com Message-ID: <351A4267.48067BD2@tech.chem.ethz.ch> Date: Thu, 26 Mar 1998 11:56:23 +0000 From: Jochen Heyd Organization: ETH Zurich X-Mailer: Mozilla 4.03 [en] (X11; I; Linux 2.0.30 i586) MIME-Version: 1.0 To: Krzysztof Strasburger CC: beastium-list AT Desk DOT nl Subject: Re: Problem with unusual array dimensions in Fortran References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Marc Lehmann Status: RO Content-Length: 1159 Lines: 27 Krzysztof Strasburger wrote: > > >Yes, the one I'm trying to compile now is Gaussian94. > >A 40% speed improvement would be measured in DAYS, so it's worth all the > >trouble... > I compiled g94 successfully using f2c/pgcc. It required some manual work > (random number generator), but now everything works pretty well. > The speed improvement is really 25-40% in comparison with gcc 2.7.2.1. > I don't even try g77, as my friend compiled other quantum chemistry > code (GAMESS) with g77 and it doesn't work properly. I usually had good experiences with g77. The programs it is able to compile usually run correctly (from my experience). I rewrote the makefile to compile the other ones with f2c/pgcc. Took some time until I had it at the point where everything compiles (this morning). I'll do some tests over the rest of the week. If it works correctly, I'll let you know. > The large library of g94 subroutines (util.a) has been compiled as > shared library. Now I have the smallest g94 (about 10 MB of disk space > instead of over 30 MB). Great idea! How do you do that? Could you send me the bldg94 and makefile used? Thanks in advance Jochen Heyd