| /petsc/src/sys/error/ |
| H A D | signal.c | 17 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 D | report_tests.py | 239 with open(shfile, 'r') as sh: 240 cmd = sh.read() 249 with open(shfile, 'r') as sh: 250 cmd = sh.read()
|
| H A D | petsc_harness.sh | 3 rundir=${scriptname%.sh} 197 echo "$cmd" > "${tlabel}".sh; chmod 755 "${tlabel}".sh
|
| H A D | testparse.py | 537 sh=open(basename,"r"); fileStr=sh.read(); sh.close()
|
| /petsc/doc/developers/ |
| H A D | testing.md | 60 ```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 D | check-ci-settings.sh | 8 dest=$(lib/petsc/bin/maint/check-merge-branch.sh)
|
| H A D | check-each-commit.sh | 3 dest=$(lib/petsc/bin/maint/check-merge-branch.sh)
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex54f.F90 | 311 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 D | MANIFEST.in | 5 recursive-include conf *.py *.sh *.cfg
|
| H A D | makefile | 61 conf/cythonize.sh -Wextra -Werror
|
| /petsc/lib/petsc/conf/ |
| H A D | rules_util.mk | 81 …@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 D | rules | 260 …-@printf '#!/usr/bin/env sh\nnode --redirect-warnings=/dev/null $@.js $$* | grep -v "Heap resize c…
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | contributing.rst | 54 .. _ruff: https://docs.astral.sh/ruff
|
| /petsc/doc/install/ |
| H A D | index.md | 20 - Homebrew: <https://formulae.brew.sh/formula/petsc>
|
| H A D | install.md | 477 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 D | index.md | 39 [git-prompt](https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh).
|
| /petsc/ |
| H A D | makefile | 366 …@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 D | gmakefile.test | 98 # 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 D | dev.md | 13 …$PETSC_DIR/lib/petsc/bin/petscfreesharedmemory to $PETSC_DIR/lib/petsc/bin/petscfreesharedmemory.sh
|
| /petsc/doc/manual/ |
| H A D | tests.md | 81 $ $PETSC_DIR/$PETSC_ARCH/tests/vec/vec/tutorials/runex6.sh
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 632 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 D | index.md | 329 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 D | testcase3D.cas | 954 (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.))
|