Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 23 of 23) sorted by relevance

/petsc/src/sys/error/
H A Dsignal.c17 static struct SH *sh = NULL; variable
47 if (!sh || !sh->handler) ierr = PetscSignalHandlerDefault(sig, NULL); in PetscSignalHandler_Private()
49 …if (sh->classid != SIGNAL_CLASSID) SETERRABORT(PETSC_COMM_WORLD, PETSC_ERR_COR, "Signal object has… in PetscSignalHandler_Private()
50 ierr = (*sh->handler)(sig, sh->ctx); in PetscSignalHandler_Private()
326 if (sh) {
327 …PetscCheck(sh->classid == SIGNAL_CLASSID, PETSC_COMM_SELF, PETSC_ERR_COR, "Signal object has been …
328 newsh->previous = sh;
333 sh = newsh;
357 if (!sh) PetscFunctionReturn(PETSC_SUCCESS);
358 …PetscCheck(sh->classid == SIGNAL_CLASSID, PETSC_COMM_SELF, PETSC_ERR_COR, "Signal object has been …
[all …]
/petsc/config/
H A Dreport_tests.py239 with open(shfile, 'r') as sh:
240 cmd = sh.read()
249 with open(shfile, 'r') as sh:
250 cmd = sh.read()
H A Dpetsc_harness.sh3 rundir=${scriptname%.sh}
197 echo "$cmd" > "${tlabel}".sh; chmod 755 "${tlabel}".sh
H A Dtestparse.py537 sh=open(basename,"r"); fileStr=sh.read(); sh.close()
/petsc/doc/developers/
H A Dtesting.md60 ```sh
204 `"config/petsc_harness.sh"` and can be overwritten by passing in
402 invocations in `runex10_19.sh`.
420 `runex10_4.sh` and `runex10_5.sh`.
437 In this example, `ex138_2` will invoke `runex138_2.sh` twice with
472 - `runex10_19_pc_factor_levels-0.sh`
473 - `runex10_19_pc_factor_levels-2.sh`
474 - `runex10_19_pc_factor_levels-4.sh`
574 …pt running the test is located at: `$PETSC_DIR/$PETSC_ARCH/tests/vec/is/sf/tests/runex1_basic_1.sh`
588 $ ./runex1_basic_1.sh -h
[all …]
/petsc/lib/petsc/bin/maint/
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/src/ksp/ksp/tutorials/
H A Dex54f.F90311 PetscReal s, t, xsj, xsj1, sh, th, sp, tp, sm
316 sh = 0.5*s
318 sp = 0.5 + sh
320 sm = 0.5 - sh
/petsc/src/binding/petsc4py/
H A DMANIFEST.in5 recursive-include conf *.py *.sh *.cfg
H A Dmakefile61 conf/cythonize.sh -Wextra -Werror
/petsc/lib/petsc/conf/
H A Drules_util.mk81 …@git diff --stat --exit-code `lib/petsc/bin/maint/check-merge-branch.sh`..HEAD -- src/sys/yaml/inc…
150 …config/*' ':!*petscdm.h90' ':!*petscts.h90' ':!*/__init__.py' | xargs -I{} sh -c 'tail -n1 "{}" | …
176 …-@git ls-files *.cu *.kokkos.cxx | xargs -I{} sh -c 'basename "{}"' | sort | uniq -d >> checkbadS…
H A Drules260 …-@printf '#!/usr/bin/env sh\nnode --redirect-warnings=/dev/null $@.js $$* | grep -v "Heap resize c…
/petsc/src/binding/petsc4py/docs/source/
H A Dcontributing.rst54 .. _ruff: https://docs.astral.sh/ruff
/petsc/doc/install/
H A Dindex.md20 - Homebrew: <https://formulae.brew.sh/formula/petsc>
H A Dinstall.md477 We also recommend installing the package manager [homebrew](https://brew.sh/). To install `gfortran…
635 …ackages need to be installed separately (perhaps with MPI). Now use tau_cc.sh as compiler to PETSc…
639 $ ./configure CC=/home/balay/soft/linux64/tau-2.20.3/x86_64/bin/tau_cc.sh --with-fc=0 PETSC_ARCH=ar…
/petsc/doc/developers/contributing/
H A Dindex.md39 [git-prompt](https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh).
/petsc/
H A Dmakefile366 …@shellcheck --format=diff $$(git ls-files\*.sh) $$(file lib/petsc/bin/* lib/petsc/bin/maint/* | gr…
509 …c/bin/maint/gcov.py --merge-branch `lib/petsc/bin/maint/check-merge-branch.sh` --html --xml ${PETS…
H A Dgmakefile.test98 # Override the default timeout that may be found at the top of config/petsc_harness.sh
272 …-@printf '#!/usr/bin/env sh\nnode --redirect-warnings=/dev/null $$0.js $$* | grep -v "Heap resize …
400 TESTTARGETS := $(shell $(TESTDIR)/echofailures.sh)
508 -@echo " TIMEOUT=<time> Test timeout limit in seconds (default in config/petsc_harness.sh)"
/petsc/doc/changes/
H A Ddev.md13 …$PETSC_DIR/lib/petsc/bin/petscfreesharedmemory to $PETSC_DIR/lib/petsc/bin/petscfreesharedmemory.sh
/petsc/doc/manual/
H A Dtests.md81 $ $PETSC_DIR/$PETSC_ARCH/tests/vec/vec/tutorials/runex6.sh
/petsc/src/dm/impls/plex/
H A Dplexegads.c632 int id, sh, Nsh, f, Nf, l, Nl, e, Ne, v, Nv; in DMPlexGeomPrintModel_Internal() local
699 for (sh = 0; sh < Nsh; ++sh) { in DMPlexGeomPrintModel_Internal()
700 ego shell = shobjs[sh]; in DMPlexGeomPrintModel_Internal()
701 int shsense = shsenses[sh]; in DMPlexGeomPrintModel_Internal()
/petsc/doc/faq/
H A Dindex.md329 e.g. `find . -name output -type d | xargs du -sh | sort -hr` on a Unix-based system.
412 We recommend using [homebrew](https://brew.sh/) to install [gfortran](https://gcc.gnu.org/wiki/GFor…
1812 source /opt/intel/cc/10.1.012/bin/iccvars.sh
1813 source /opt/intel/fc/10.1.012/bin/ifortvars.sh
1814 source /opt/intel/idb/10.1.012/bin/idbvars.sh
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas954 (sox/sh-h-r (866961000000000. 0. 91247.))
955 (sox/sh-h-f (1096.48 0. 0.))
960 (sox/sh-o-r (2985390000. 0. 40484.))
961 (sox/sh-o-f (354814000. 0. 642.))