Lines Matching refs:ex1
61 mpiexec -n 1 ../ex1 1> ex1.tmp 2> ex1.err
62 diff ex1.tmp output/ex1.out 1> diff-ex1.tmp 2> diff-ex1.err
92 filename is `ex1.c`, then `basestring=ex1`.
115 `output/ex1.out`).
219 be defined in the same `env:` block, i.e. given a test `ex1.c` with the following
235 $ export FOO=1; export BAR=1; ./ex1
250 $ export FOO='hello'; export BAR=${FOO}; ./ex1
252 $ export FOO='hello'; export BAR='hello'; ./ex1
265 $ export FOO=1; export FOO=0; ./ex1
357 If this block is in `src/a/b/examples/tutorials/ex1.c`, then it will
358 create `a_b_tutorials-ex1` test that requires only one
360 `src/a/b/examples/tutorials/output/ex1.out`.
384 `src/a/b/examples/tutorials/ex1.c`, the tests would be
385 `a_b_tutorials-ex1` and `a_b_tutorials-ex1_1`.
571 - The file generating the tests is found in `$PETSC_DIR/src/vec/is/sf/tests/ex1.c`
573 - The makefile target for the *executable* is `$PETSC_ARCH/tests/vec/is/sf/tests/ex1`
681 /usr/bin/gmake --no-print-directory test s='src/sys/tests/ex1.c'
697 /usr/bin/gmake --no-print-directory ${PETSC_ARCH}/tests/sys/tests/ex1
715 $ make $PETSC_ARCH/tests/vec/is/sf/tests/ex1
716 …cratch/kruger/contrib/petsc-mpich-cxx/bin/mpiexec -n 1 arch-mpich-cxx-py3/tests/vec/is/sf/tests/ex1
736 $ make print-test search='vec_is*ex1*basic*1'
742 $ make print-test s='vec_is*ex1*basic*1'
748 $ make print-test s='src/vec/is/tests/ex1.c'
756 $ make print-test s='src/dm/impls/plex/tests/ex1.c'
777 $ make print-test s='src/dm/impls/plex/tests/ex1.c' i='*refine_overlap_2d*'
829 $ make print-test query='name' queryval='vec_is*ex1*basic*1'
1059 petsc_testrun ./ex1 ex1.tmp ex1.err
1060 petsc_testrun 'diff ex1.tmp output/ex1.out' diff-ex1.tmp diff-ex1.err
1071 ok 1 ./ex1
1072 ok 2 diff ex1.tmp output/ex1.out