petsc-3.7.7 2017-09-25
Report Typos and Errors
CFLAGS	         =
FFLAGS	         =
CPPFLAGS         =
FPPFLAGS         =
LOCDIR           = src/sys/error/examples/tests/
EXAMPLESC        = ex1.c
EXAMPLESF        =
MANSEC           = Sys

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

ex1: ex1.o  chkopts
	-${CLINKER} -o ex1 ex1.o ${PETSC_LIB}
	${RM} ex1.o

#----------------------------------------------------------------------------
runex1:
	-@${MPIEXEC} -n 1 ex1 > ex1_1.tmp 2>&1;	  \
	   if (${DIFF} output/ex1_1.out ex1_1.tmp) then true; \
	   else printf "${PWD}\nPossible problem with ex1_1, diffs above\n=========================================\n"; fi; \
	   ${RM} -f ex1_1.tmp

#TESTEXAMPLES_C = ex1.PETSc runex1 ex1.rm

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