Home
last modified time | relevance | path

Searched refs:bin (Results 1 – 25 of 64) sorted by relevance

123

/petsc/lib/petsc/bin/maint/
H A Dbuilddist56 /bin/rm -rf $PETSC_DIR/$PETSC_ARCH
97 source $VENV/bin/activate
108 make sdist PYTHON=python3 SHELL=/bin/bash
119 cat ${PETSC_DIR}/lib/petsc/bin/maint/xclude | sed -e s/petsc-dist/$pdir/ > $tmpdir/xclude
120 /bin/tar --create --file $tmpdir/petsc.tar --exclude-from $tmpdir/xclude $pdir
122 /bin/tar xf $tmpdir/petsc.tar
125 /bin/mv $pdir petsc$version
133 /bin/mv makefile makefile.bak
134 /bin/grep -v 'chmod' makefile.bak > makefile
135 /bin/rm -f makefile.bak
[all …]
H A Dcreatepatch68 /bin/mv include/petscversion.h include/petscversion.h.bak
71 /bin/rm -f include/petscversion.h.bak
74 /bin/mv src/binding/petsc4py/src/petsc4py/__init__.py src/binding/petsc4py/src/petsc4py/__init__.py…
77 /bin/rm -f src/binding/petsc4py/src/petsc4py/__init__.py.bak
80 /bin/mv doc/install/download.md doc/install/download.md.bak
83 /bin/rm -f doc/install/download.md.bak
H A Dxclude37 petsc-dist/lib/petsc/bin/maint
38 petsc-dist/lib/petsc/bin/__pycache__
100 petsc-dist/bin/configure.in.old
101 petsc-dist/bin/petscconf.h.in.sav
102 petsc-dist/bin/confmake
104 petsc-dist/bin/petscopt
105 petsc-dist/bin/petscconf.h.in.sav
106 petsc-dist/bin/configure.in.old
107 petsc-dist/bin/petscrun
108 petsc-dist/bin/petscrun.demo
[all …]
H A Dcheck-ci-settings.sh8 dest=$(lib/petsc/bin/maint/check-merge-branch.sh)
H A Dcheck-each-commit.sh3 dest=$(lib/petsc/bin/maint/check-merge-branch.sh)
/petsc/systems/Apple/OSX/bin/
H A Dmakeall19 ./systems/Apple/OSX/bin/arch-osx-debug.py
21 ./systems/Apple/OSX/bin/makeframework debug
25 ./systems/Apple/OSX/bin/arch-osx-release.py
27 ./systems/Apple/OSX/bin/makeframework release
32 ./systems/Apple/OSX/bin/makedocs
34 ./systems/Apple/OSX/bin/makedmg
/petsc/systems/Apple/iOS/bin/
H A Dmakeall18 ./systems/Apple/iOS/bin/arch-ios-simulator.py
19 ./systems/Apple/iOS/bin/iosbuilder.py
20 ./systems/Apple/iOS/bin/makeframework simulator
25 ./systems/Apple/iOS/bin/makedocs
27 ./systems/Apple/iOS/bin/makedmg
/petsc/lib/petsc/conf/
H A Drules_util.mk10 -@${PETSC_DIR}/lib/petsc/bin/petscversion
81 …@git diff --stat --exit-code `lib/petsc/bin/maint/check-merge-branch.sh`..HEAD -- src/sys/yaml/inc…
94 …-@${PYTHON} ${PETSC_DIR}/lib/petsc/bin/maint/check_header_guard.py --action=check --kind=pragma_on…
97 …-@${PYTHON} ${PETSC_DIR}/lib/petsc/bin/maint/doublelinecheck.py doublelinecheck.out >> checkbadSou…
208 …@source petsc-lint-env/bin/activate && python3 -m pip install --quiet -r lib/petsc/bin/maint/petsc…
209 …python3 ${PETSC_DIR}/lib/petsc/bin/maint/petsclinter --verbose=${V} --apply-patches=${REPLACE} --c…
213 …${PYTHON} ${PETSC_DIR}/lib/petsc/bin/maint/petsclinter --verbose=${V} --apply-patches=${REPLACE} $…
216 @${PYTHON} ${PETSC_DIR}/lib/petsc/bin/maint/petsclinter --help
247 …ermin --config-file ${PETSC_DIR}/lib/petsc/bin/maint/petsclinter/pyproject.toml -- ${PETSC_DIR}/li…
249 cd ${PETSC_DIR}/lib/petsc/bin/maint/petsclinter && mypy . ; \
[all …]
/petsc/src/binding/petsc4py/
H A Dmakefile70 . petsc4py-lint-env/bin/activate && python -m pip install -r conf/requirements-lint.txt
71 . petsc4py-lint-env/bin/activate && ${MAKE} cython-lint
72 . petsc4py-lint-env/bin/activate && ${MAKE} ruff-lint
77 . petsc4py-docs-env/bin/activate && python -m pip install -r conf/requirements-docs.txt
78 . petsc4py-docs-env/bin/activate && CFLAGS=-O0 python -m pip install .
79 . petsc4py-docs-env/bin/activate && ${MAKE} sphinx-html SPHINXOPTS=-Wj1
94 . petsc4py-stubtest-env/bin/activate && python -m pip install -r conf/requirements-stubtest.txt
95 . petsc4py-stubtest-env/bin/activate && ${MAKE} stubgen
96 . petsc4py-stubtest-env/bin/activate && ${MAKE} stubcheck
97 . petsc4py-stubtest-env/bin/activate && ${MAKE} stubdiff
/petsc/src/sys/classes/random/tests/
H A Dex3.c69 PetscInt64 bin = 0; in main() local
79 bin += mult * slot; in main()
81 …PetscCheck(bin < k, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Generated point in bin %" PetscInt64_FMT ", … in main()
82 X[i] = bin; in main()
/petsc/doc/manual/
H A Dversionchecking.md9 The shell commands `make getversion` or `$PETSC_DIR/lib/petsc/bin/petscversion` prints out the PETS…
13 $ $PETSC_DIR/lib/petsc/bin/petscversion <eq,gt,lt,ge,le> major.minor<.subminor>
19 > $ $PETSC_DIR/lib/petsc/bin/petscversion eq 3.22
25 $ $PETSC_DIR/lib/petsc/bin/petscversion ge 3.21
38 $ $PETSC_DIR/lib/petsc/bin/petscversion eq xxx.yyy[.zzz]
/petsc/src/tao/constrained/tutorials/
H A Dmaros.c36 Vec beq, bin, d; member
74 PetscCall(VecDuplicate(user.bin, &cin)); in main()
83 PetscCall(TaoSetInequalityBounds(tao, user.bin, NULL)); in main()
190 PetscCall(VecCreate(comm, &user->bin)); in InitializeProblem()
191 PetscCall(VecSetType(user->bin, VECMPI)); in InitializeProblem()
192 PetscCall(VecSetSizes(user->bin, PETSC_DECIDE, user->mi)); in InitializeProblem()
193 PetscCall(VecSet(user->bin, 0.0)); in InitializeProblem()
194 PetscCall(VecSetFromOptions(user->bin)); in InitializeProblem()
206 PetscCall(VecDestroy(&user->bin)); in DestroyProblem()
/petsc/doc/
H A Dmakefile26 …cd .. ; ${RM} -rf petsc-doc-env; python3 -m venv petsc-doc-env ; source petsc-doc-env/bin/activate…
39 …xport PETSC_DOC=doc ; fi; python3 -m venv petsc-doc-env ; . petsc-doc-env/bin/activate ; python3 …
42 …xport PETSC_DOC=doc ; fi; python3 -m venv petsc-doc-env ; . petsc-doc-env/bin/activate ; python3 …
/petsc/src/dm/impls/plex/tests/
H A Dex99.c84 PetscBool bin = PETSC_TRUE; in main() local
108 PetscCall(PetscOptionsGetBool(NULL, NULL, "-bin", &bin, NULL)); in main()
111 if (fmt == 1) bin = PETSC_FALSE; /* Recent Gmsh releases cannot generate msh40+binary format*/ in main()
126 …izeof(tag), "%s-%d-%d-%s%s", mshlist[msh], (int)dim, (int)order, fmtlist[fmt], bin ? "-bin" : "")); in main()
136 …PetscCall(PetscSNPrintf(cmd, sizeof(cmd), cmdtemplate, gmsh, fmtlist[fmt], bin ? "-bin" : "", (int… in main()
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DINSTALL49 1. If /usr/bin/g++ points to clang, then please
58 abi-compliance-checker --gcc-path=/usr/local/bin/gcc-4.9 ...
75 2. Run vcvars64.bat script (C:\Microsoft Visual Studio 9.0\VC\bin\)
83 PREFIX/bin system directory and private modules into the PREFIX/share:
/petsc/
H A Dmakefile72 -@PETSC_DIR=${PETSC_DIR} ${PYTHON} ${PETSC_DIR}/lib/petsc/bin/petscnagupgrade.py
84 …@${PYTHON} lib/petsc/bin/generatefortranbindings.py --petsc-dir=${PETSC_DIR} --petsc-arch=${PETSC_…
119 …AKE_SELF} PETSC_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} DIFF=${PETSC_DIR}/lib/petsc/bin/petscdiff
237 ${PETSC_DIR}/lib/petsc/bin/maint/builddist ${PETSC_DIR} main
366 …@shellcheck --format=diff $$(git ls-files\*.sh) $$(file lib/petsc/bin/* lib/petsc/bin/maint/* | gr…
401 …-@$(PYTHON) ${PETSC_DIR}/lib/petsc/bin/maint/abicheck.py -old_dir ${PETSC_DIR_ABI_OLD} -old_arch $…
459 -@${PYTHON} lib/petsc/bin/maint/generateetags.py && ${CP} TAGS ${PETSC_ARCH}/
509 …$(PYTHON) ${PETSC_DIR}/lib/petsc/bin/maint/gcov.py --merge-branch `lib/petsc/bin/maint/check-merge…
538 -@x=`python3 ../bin/extract.py | aspell list | sort -u` ;
/petsc/lib/petsc/bin/saws/
H A DgetStack.bash11 ${PETSC_DIR}/bin/saws/getSAWs.bash PETSc/Stack | jshon -e directories -e Stack -e variables -e func…
/petsc/src/sys/mpiuni/
H A Dmakefile4 SCRIPTS = ../../../../lib/petsc/bin/petsc-mpiexec.uni
/petsc/src/dm/impls/swarm/tests/
H A Dmakefile13 -@${PETSC_DIR}/lib/petsc/bin/petsc_gen_xdmf.py sol.h5
/petsc/doc/manualpages/MANSECHeaders/
H A DDMLabel7 but each bin is then sorted so that extraction into sorted levels is also $O(1)$. The total cost sh…
/petsc/src/ksp/ksp/tests/benchmarkscatters/
H A DBaseline-MPICH-812 Using C compiler: /home/bsmith/petsc/arch-opt-mpich/bin/mpicc -Wall -Wwrite-strings -Wno-strict-…
13 Using Fortran compiler: /home/bsmith/petsc/arch-opt-mpich/bin/mpif90 -Wall -Wno-unused-variable …
19 Using C linker: /home/bsmith/petsc/arch-opt-mpich/bin/mpicc
20 Using Fortran linker: /home/bsmith/petsc/arch-opt-mpich/bin/mpif90
/petsc/src/snes/tutorials/output/
H A Dex19_tut_6.out133 Using C compiler: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpicc -Wall -Wwrite…
134 Using Fortran compiler: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpif90 -Wall -…
140 Using C linker: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpicc
141 Using Fortran linker: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpif90
H A Dex19_tut_4.out128 Using C compiler: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpicc -Wall -Wwrite…
129 Using Fortran compiler: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpif90 -Wall -…
135 Using C linker: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpicc
136 Using Fortran linker: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpif90
H A Dex19_tut_5.out137 Using C compiler: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpicc -Wall -Wwrite…
138 Using Fortran compiler: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpif90 -Wall -…
144 Using C linker: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpicc
145 Using Fortran linker: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpif90
/petsc/share/petsc/datafiles/meshes/
H A Dgmsh-3d.geo2 // gmsh -3 -bin gmsh-3d.geo -o gmsh-3d-binary.msh

123