include ${PETSC_DIR}/conf/variables include ${PETSC_DIR}/conf/rules test: test.o chkopts -@echo -@echo "#######################################" -@echo "### BUILDING ALL TARGETS ###" -@echo "#######################################" -@echo -@${CLINKER} -o test test.o ${PETSC_DM_LIB} -@${RM} -f test.o -@echo "#######################################" -@echo "### SUCCESFULLY COMPILED ###" -@echo "#######################################" -@echo runtest: -@while [ -z "$$NP" ]; do \ read -r -p "Number of processors: " NP;\ done && \ ${MPIEXEC} -np $$NP ./test -petscspace_order 1 -pc_type lu -ksp_monitor_short -snes_monitor_short -tao_monitor -nonnegative 1 -refinement_limit 0.0125 -log_summary