Lines Matching refs:print
81 TESTFLAGS += -p # Pass -p to petscdiff to print only command
252 realpath-py = $(shell $(PYTHON) -c 'import os, sys; print(os.path.realpath(sys.argv[1]))' $(1))
412 .PHONY: report_tests print-test
414 print-test:
459 -@echo " getversion - print the PETSc version, or $PETSC_DIR/lib/petsc/bin/petscversion"
460 -@echo " getmpiexec - print the mpiexec to use to run PETSc programs"
461 -@echo " getlinklibs - print the libraries that a PETSc application must link against"
462 …-@echo " getincludedirs - print the include directories that a PETSc application must be compile…
463 -@echo " getcflags - print the C compiler flags PETSc is using"
464 -@echo " getcxxflags - print the C++ compiler flags PETSc is using"
465 -@echo " getfortranflags - print the Fortran compiler flags PETSc is using"
507 … " PRINTONLY=1 Compile the tests but do not run, print the command to run. For loops print …
541 -@echo " ${OMAKE} print-test search=sys*"