Lines Matching refs:directory
113 - This file is described relative to the source directory of the
166 testing directory so they will be found by the executable. If you
167 list a directory instead of files, it will copy the entire
168 directory (this is limited currently to a single directory)
188 directory given by the environmental variable `DATAFILESPATH`.
510 The make rules for running tests are contained in `gmakefile.test` in the PETSc root directory. The…
578 directory, or 2) use the gmakefile.test from the top level directory. We present both
583 First, look at the working directory and the options for the
632 directory:
645 /usr/bin/gmake --no-print-directory test <options>
675 /usr/bin/gmake --no-print-directory test search='sys*ex2*'
677 /usr/bin/gmake --no-print-directory test s='sys*ex2*'
678 You can also use the full path to a file directory
679 /usr/bin/gmake --no-print-directory test s='src/sys/tests/'
681 /usr/bin/gmake --no-print-directory test s='src/sys/tests/ex1.c'
684 /usr/bin/gmake --no-print-directory test query='requires' queryval='*MPI_PROCESS_SHARED_MEMORY*'
686 /usr/bin/gmake --no-print-directory test q='requires' qv='*MPI_PROCESS_SHARED_MEMORY*'
688 /usr/bin/gmake --no-print-directory test s='src/sys/tests/' searchin='*options*'
691 /usr/bin/gmake --no-print-directory test test-fail='1'
694 /usr/bin/gmake --no-print-directory print-test search=sys*
697 /usr/bin/gmake --no-print-directory ${PETSC_ARCH}/tests/sys/tests/ex1