petsc-3.14.1 2020-11-03
Report Typos and Errors
-include ../../../petscdir.mk
# This directory contains some computational kernels written in
# Fortran77.  These are mainly intended to provide high performance for
# COMPLEX arithmetic (since most C++ compilers do not do a good job
# optimizing complex number calculations), but can also be used to
# compare against C versions of the same kernels.

ALL: lib
#requiresdefine   'PETSC_USE_FORTRAN_KERNELS'

CFLAGS   =
FFLAGS   =
SOURCEC  =
SOURCEF90= sgemv.F90
SOURCEH  =
LIBBASE  = libpetscmat
MANSEC   = Sys
LOCDIR   = src/mat/ftn-kernels/

include ${PETSC_DIR}/lib/petsc/conf/variables
include ${PETSC_DIR}/lib/petsc/conf/rules
include ${PETSC_DIR}/lib/petsc/conf/test