From owner-freebsd-questions Wed Mar 29 22:23:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.binep.ac.ru (ns.binep.ac.ru [193.233.37.5]) by hub.freebsd.org (Postfix) with ESMTP id 5AFBD37B5EE; Wed, 29 Mar 2000 22:22:58 -0800 (PST) (envelope-from goshik@binep.ac.ru) Received: from serv2.binep.ac.ru (serv2 [193.233.44.77]) by ns.binep.ac.ru (8.9.3/8.9.3) with SMTP id KAA05951; Thu, 30 Mar 2000 10:33:22 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Reply-To: "Igor B. Bykhalo" From: "Igor B. Bykhalo" To: "-questions@FreeBSD" Cc: "-stable@FreeBSD" Subject: Doing math - need advice (was: Compiling FORTRAN code on -stable) Date: Thu, 30 Mar 2000 09:12:59 +0300 Message-ID: <01bf9a0e$ffb5fe00$0000e9c1@serv2.binep.ac.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0913.2206 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0913.2200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We are going to use mathematical package (EPR spectra simulation). Program relies on BLAS, LAPACK and ARPACK libraries - all in Fortran 77. Program itself can be built using gcc, egcs or pgcc. Questions: 1. What is the recommended way to build f77 libraries to get maximum performance? Should we use g77 from 4.0-Release, or we can stay on 3-Stable and use f2c + pgcc (from ports)? 2. Does anyone know incarnations of the mentioned libraries in C language? 3. Where to read some general advices on the optimization of math perfomance (under FreeBSD)? :) TIA, Igor P.S. Sorry for cross-post, I _really_ need your advice... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message