Searched full:test_arch (Results 1 – 3 of 3) sorted by relevance
338 - printf "./config/examples/${TEST_ARCH}.py\n"339 - cat ./config/examples/${TEST_ARCH}.py340 … - ./config/examples/${TEST_ARCH}.py || if [ -f naglicenseproblem ]; then exit 126; else exit 1; fi345 …TIONS}" petsc4pytest; else echo "using LD_PRELOAD"; LD_PRELOAD=${PWD}/${TEST_ARCH}/lib/libpetsc.so…357 - arch-*/tests/test_arch-*_tap.log358 - arch-*/tests/test_arch-*_err.log461 TEST_ARCH: arch-ci-macos-arm472 TEST_ARCH: arch-ci-freebsd-cxx-cmplx-64idx-dbg481 TEST_ARCH: arch-ci-freebsd-c-single-opt490 TEST_ARCH: arch-ci-mswin-opt-impi[all …]
28 - printf "./config/examples/${TEST_ARCH}.py\n"29 - cat ./config/examples/${TEST_ARCH}.py30 - ./config/examples/${TEST_ARCH}.py37 - ${TEST_ARCH}/lib/petsc/conf/*.log38 - ${TEST_ARCH}/lib/pkgconfig/petsc.pc48 TEST_ARCH: arch-alcfci-theta-intel-opt61 TEST_ARCH: arch-alcfci-theta-cray-opt
73 if ci.find('TEST_ARCH: arch-ci-'+arch) > -1:104 test_arch = a.find('TEST_ARCH: ') variable105 if test_arch > -1:106 arch = a[test_arch+19:]