File: Make.rs6000

package info (click to toggle)
umfpack 4.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,904 kB
  • ctags: 2,328
  • sloc: ansic: 31,039; fortran: 1,648; makefile: 1,292; sed: 162; csh: 96
file content (24 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#------------------------------------------------------------------------------
# IBM RS 6000 configuration (for both AMD and UMFPACK)
#------------------------------------------------------------------------------

# 32-bit mode:
CFLAGS   = -O4 -qipa -qmaxmem=16384 -qproto
F77FLAGS = -O4 -qipa -qmaxmem=16384

# 64-bit mode:
# CFLAGS   = -O4 -qipa -qmaxmem=16384 -q64 -DLP64 -qproto
# F77FLAGS = -O4 -qipa -qmaxmem=16384 -q64 -DLP64
# AR = ar -X64

#------------------------------------------------------------------------------
# BLAS options (for UMFPACK only):
#------------------------------------------------------------------------------

# 1: with the vendor-supplied BLAS.  This is the default.
CONFIG =
LIB = -lessl -lm

# 2: with no BLAS (this will be slow)
# CONFIG = -DNBLAS
# LIB = -lm