#------------------------------------------------------------------------------ # 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