Fixes for final release on 2.1

psblas3-type-indexed
Salvatore Filippone 18 years ago
parent 30d68cb2af
commit ef3171e847

@ -6,10 +6,11 @@
####################### Section 1 ####################### ####################### Section 1 #######################
# Define your compilers and compiler flags here # # Define your compilers and compiler flags here #
########################################################## ##########################################################
F90=/usr/local/gcc42/bin/gfortran GNU42BIN=/usr/local/gcc42/bin
FC=/usr/local/gcc42/bin/gfortran F90=$(GNU42BIN)/gfortran
FC=$(GNU42BIN)/gfortran
F77=$(FC) F77=$(FC)
CC=/usr/local/gcc42/bin/gcc CC=$(GNU42BIN)/gcc
F90COPT=-O3 F90COPT=-O3
FCOPT=-O3 FCOPT=-O3
CCOPT=-O3 CCOPT=-O3
@ -26,11 +27,13 @@ FIFLAG=-I
# MPI_FINC=-DMPI_H or MPI_FINC=-DMPI_MOD # # MPI_FINC=-DMPI_H or MPI_FINC=-DMPI_MOD #
# If necessary add an include dir # # If necessary add an include dir #
########################################################## ##########################################################
F90LINK=/usr/local/mpich-gcc42/bin/mpif90 MPIDIR=/usr/local/mpich-gcc42
FLINK=/usr/local/mpich-gcc42/bin/mpif77 MPIBIN=$(MPIDIR)/bin
MPF90=/usr/local/mpich-gcc42/bin/mpif90 F90LINK=$(MPIBIN)/mpif90
MPF77=/usr/local/mpich-gcc42/bin/mpif77 FLINK=$(MPIBIN)/mpif77
MPCC=/usr/local/mpich-gcc42/bin/mpicc MPF90=$(MPIBIN)/mpif90
MPF77=$(MPIBIN)/mpif77
MPCC=$(MPIBIN)/mpicc
MPI_FINC=-DMPI_MOD MPI_FINC=-DMPI_MOD
#$(FIFLAG)/opt/SUNWhpc/include #$(FIFLAG)/opt/SUNWhpc/include

@ -28,11 +28,13 @@ FIFLAG=-I
# MPI_FINC=-DMPI_H or MPI_FINC=-DMPI_MOD # # MPI_FINC=-DMPI_H or MPI_FINC=-DMPI_MOD #
# If necessary add MPIINCDIR # # If necessary add MPIINCDIR #
########################################################## ##########################################################
F90LINK=/usr/local/mpich-ifc91/bin/mpif90 MPIDIR=/usr/local/mpich-if91
FLINK=/usr/local/mpich-ifc91/bin/mpif77 MPIBIN=$(MPIDIR)/bin
MPF90=/usr/local/mpich-ifc91/bin/mpif90 F90LINK=$(MPIBIN)/mpif90
MPF77=/usr/local/mpich-ifc91/bin/mpif77 FLINK=$(MPIBIN)/mpif77
MPCC=/usr/local/mpich-ifc91/bin/mpicc MPF90=$(MPIBIN)/mpif90
MPF77=$(MPIBIN)/mpif77
MPCC=$(MPIBIN)/mpicc
MPI_FINC=-DMPI_MOD MPI_FINC=-DMPI_MOD
#$(FIFLAG)/opt/SUNWhpc/include #$(FIFLAG)/opt/SUNWhpc/include

Loading…
Cancel
Save