*** empty log message ***

psblas3-type-indexed
Salvatore Filippone 19 years ago
parent a42b4b95ac
commit 1a1ee5f548

@ -6,8 +6,8 @@
####################### Section 1 ####################### ####################### Section 1 #######################
# Define your compilers and compiler flags here # # Define your compilers and compiler flags here #
########################################################## ##########################################################
F90=/usr/local/g95-install/bin/g95 F90=/usr/local/bin/g95
FC=/usr/local/g95-install/bin/g95 FC=/usr/local/bin/g95
F77=$(FC) F77=$(FC)
F90COPT= -O3 F90COPT= -O3
FCOPT=-O3 FCOPT=-O3
@ -25,7 +25,7 @@ MPCC=/usr/local/mpich-g95/bin/mpicc
####################### Section 3 ####################### ####################### Section 3 #######################
# Specify paths to libraries # # Specify paths to libraries #
########################################################## ##########################################################
BLAS=-lblas -L$(HOME)/LIB BLAS=-lblasg95 -L$(HOME)/LIB
BLACS=-lmpiblacsg95 -L$(HOME)/LIB BLACS=-lmpiblacsg95 -L$(HOME)/LIB
EXTRA_BLACS_ENV_OBJS=extra_env.o EXTRA_BLACS_ENV_OBJS=extra_env.o

Loading…
Cancel
Save