The LAPACK forum has moved to https://github.com/Reference-LAPACK/lapack/discussions.

make.inc for AMD OPTERON 64 BIT machine

Open discussion regarding features, bugs, issues, vendors, etc.

make.inc for AMD OPTERON 64 BIT machine

Postby arv!nd » Fri Oct 12, 2007 3:51 am

can anybody tell what are corrects flags options for AMD 64 bit machine with Linux fedora core
with following compilers

gcc
gfortran
arv!nd
 
Posts: 3
Joined: Wed Aug 22, 2007 2:06 am

Postby Julie » Fri Oct 12, 2007 11:09 am

Hi arv!nd,
I am assuming you are talking about LAPACK.

You just have to copy the make.inc.gfortran from the INSTALL directory.
Code: Select all
cp INSTALL/make.inc.gfortran make.inc

Here are the most important flags:
Code: Select all
FORTRAN  = gfortran
OPTS     = -O2
DRVOPTS  = $(OPTS)
NOOPT    = -O0
LOADER   = gfortran
LOADOPTS =
#
# Timer for the SECOND and DSECND routines
#
# For gfortran compiler: SECOND and DSECND will use a call to the INTERNAL FUNCTION ETIME
TIMER    = INT_ETIME


Hope it helps
Julie
Julie
 
Posts: 299
Joined: Wed Feb 23, 2005 12:32 am
Location: ICL, Denver. Colorado


Return to User Discussion

Who is online

Users browsing this forum: No registered users and 4 guests