| /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/ |
| H A D | barrysmith.pbxuser | 180 path = "/Users/barrysmith/Src/petsc-dev/arch-uni/xcode-links/maij.c"; 208 path = "/Users/barrysmith/Src/petsc-dev/arch-uni/xcode-links/aomapping.c"; 215 path = "/Users/barrysmith/Src/petsc-dev/include/petscsys.h"; 242 path = "/Users/barrysmith/Src/petsc-dev/arch-uni/xcode-links/str.c"; 259 path = "/Users/barrysmith/Src/petsc-dev/arch-uni/xcode-links/reg.c"; 276 path = "/Users/barrysmith/Src/petsc-dev/arch-uni/xcode-links/dareg.c"; 293 path = "/Users/barrysmith/Src/petsc-dev/arch-uni/xcode-links/dacreate.c"; 310 path = "/Users/barrysmith/Src/petsc-dev/include/../src/snes/tutorials/ex19.c"; 403 path = "/Users/barrysmith/Src/petsc-dev/src/sys/plog/logimpl.h"; 439 path = "/Users/barrysmith/Src/petsc-dev/arch-iphone/xcode-links/mpi.c"; [all …]
|
| /petsc/ |
| H A D | makefile | 43 …ETSC_ARCH}/lib/petsc/conf/make.log | tee ${PETSC_ARCH}/lib/petsc/conf/memoryerror.log > /dev/null;\ 144 +@cd src/snes/tutorials >/dev/null; ${RUN_TEST} clean-legacy 145 +@cd src/snes/tutorials >/dev/null; ${RUN_TEST} testex19 146 +@if [ ! "${MPI_IS_MPIUNI}" ]; then cd src/snes/tutorials >/dev/null; ${RUN_TEST} testex19_mpi; fi 151 cd src/snes/tutorials >/dev/null; ${RUN_TEST} $${HYPRE_TEST};\ 154 cd src/snes/tutorials >/dev/null; ${RUN_TEST} runex19_cuda;\ 157 cd src/snes/tutorials >/dev/null; ${RUN_TEST} runex19_hip;\ 160 cd src/snes/tutorials >/dev/null;\ 177 cd - > /dev/null;\ 181 cd src/ksp/ksp/tutorials/amrex >/dev/null;\ [all …]
|
| H A D | CONTRIBUTING | 9 or the petsc-dev@mcs.anl.gov mailing list and interact
|
| /petsc/doc/install/ |
| H A D | index.md | 15 - Debian: <https://packages.debian.org/petsc-dev> 16 : `sudo apt install petsc-dev` 34 - Ubuntu: <https://packages.ubuntu.com/petsc-dev> 35 : `sudo apt install petsc-dev`
|
| /petsc/src/benchmarks/ |
| H A D | makefile | 70 -@${MPIEXEC} -n 1 ./PLogEvent > /dev/null 71 -@${MPIEXEC} -n 1 ./PLogEvent -log_view > /dev/null 72 -@${MPIEXEC} -n 1 ./PLogEvent -log_mpe > /dev/null
|
| H A D | run_petsc_benchmarks.sh | 156 [ "${DRY_RUN}" != "true" ] && ${SSGET} -i "$i" -c >/dev/null 163 [ "${DRY_RUN}" != "true" ] && ${SSGET} -i "$i" -c >/dev/null 196 [ "${DRY_RUN}" != "true" ] && ${SSGET} -i "$i" -c >/dev/null
|
| H A D | ssget | 38 THIS_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" &>/dev/null && pwd ) 154 download_archive >/dev/null
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | device.cxx | 395 auto &dev = defaultDevices[type].first; in PetscDeviceInitializeDefaultDevice_Internal() local 398 …PetscAssert(!dev, PETSC_COMM_SELF, PETSC_ERR_MEM, "Trying to overwrite existing default device of … in PetscDeviceInitializeDefaultDevice_Internal() 399 PetscCall(PetscDeviceCreate(type, defaultDeviceId, &dev)); in PetscDeviceInitializeDefaultDevice_Internal() 400 PetscCall(PetscDeviceConfigure(dev)); in PetscDeviceInitializeDefaultDevice_Internal() 594 const auto dev = device.first; in PetscDeviceFinalize_Private() local 596 …dev, PETSC_COMM_WORLD, PETSC_ERR_COR, "Device of type '%s' had reference count %" PetscInt_FMT " a… in PetscDeviceFinalize_Private()
|
| /petsc/src/sys/objects/device/impls/sycl/ |
| H A D | syclcontext.sycl.cxx | 70 PetscDevice dev; in setUp() local 77 PetscCall(PetscDeviceContextGetDevice(dctx, &dev)); in setUp() 78 PetscCall(PetscDeviceGetDeviceId(dev, &id)); in setUp()
|
| /petsc/src/ts/tutorials/ |
| H A D | gasoline.inp | 12 -chem https://raw.githubusercontent.com/OpenFOAM/OpenFOAM-dev/master/tutorials/combustion/chemFoam/… 13 -thermo https://raw.githubusercontent.com/OpenFOAM/OpenFOAM-dev/master/tutorials/combustion/chemFoa…
|
| /petsc/lib/petsc/bin/saws/ |
| H A D | getStack.bash | 5 which jshon > /dev/null
|
| /petsc/lib/petsc/bin/ |
| H A D | petscdiff | 79 $(cat /dev/stdin > ${file1}) 136 ${DIFF} ${tmpA} ${tmpB} > /dev/null
|
| H A D | petscmpiexec | 70 cd - > /dev/null || exit
|
| /petsc/config/ |
| H A D | petsc_harness.sh | 62 if declare -f extrausage > /dev/null; then extrausage; fi 304 if command -v compute-sanitizer &> /dev/null; then 316 ${memcheck_cmd} "${memcheck_args}" "${option}" &> /dev/null
|
| /petsc/doc/community/ |
| H A D | mailing.md | 109 * - petsc-dev@mcs.anl.gov 111 - `subscribe/unsubscribe <https://lists.mcs.anl.gov/mailman/listinfo/petsc-dev>`__ 112 - `archives <http://lists.mcs.anl.gov/pipermail/petsc-dev/>`__ 126 - petsc-users and petsc-dev are open; we recommend subscribing and participating
|
| /petsc/src/sys/tests/linter/output/ |
| H A D | testValidFunctionDocStrings.patch | 251 Level dev 253 Level dev 385 lvel: dev 389 - lvel: dev 390 + Level: dev 394 lvel: dev
|
| /petsc/src/binding/petsc4py/ |
| H A D | makefile | 129 ${MAKE} -C build/latex all-pdf > /dev/null 140 ${MAKE} -C build/texinfo info > /dev/null
|
| /petsc/include/petsc/private/ |
| H A D | deviceimpl.h | 81 #define PetscValidDevice(dev, argno) \ argument 83 PetscDevice pvd_dev_ = dev; \ 151 #define PetscValidDevice(dev, argno) argument
|
| /petsc/src/binding/petsc4py/docs/ |
| H A D | index.rst | 27 + Mailing Lists: petsc-users@mcs.anl.gov, petsc-dev@mcs.anl.gov
|
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | cupmdevice.cxx | 32 explicit constexpr DeviceInternal(int dev) noexcept : id_(dev) { } in DeviceInternal() argument
|
| /petsc/lib/petsc/conf/ |
| H A D | rules_util.mk | 231 @ret=`which vermin > /dev/null`; \ 238 @ret=`which mypy > /dev/null`; \
|
| H A D | rules | 92 grep -E -i '(Error|warning|Can|Unresolved)' >> /dev/null;\ 141 grep -E -i '(Error|warning|Can|Unresolved)' >> /dev/null ; \ 260 …-@printf '#!/usr/bin/env sh\nnode --redirect-warnings=/dev/null $@.js $$* | grep -v "Heap resize c…
|
| /petsc/doc/developers/ |
| H A D | communication.md | 17 Comments and questions regarding PETSc design and development should go to <mailto:petsc-dev@mcs.an…
|
| /petsc/doc/changes/ |
| H A D | index.md | 24 main - PETSc development version <dev>
|
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 441 double gops, time, perf, dev; in MatMultNKernel_H2OPUS() local 442 HLibProfile::getHgemvPerf(gops, time, perf, dev); in MatMultNKernel_H2OPUS() 626 double gops, time, perf, dev; in MatMultKernel_H2OPUS() local 627 HLibProfile::getHgemvPerf(gops, time, perf, dev); in MatMultKernel_H2OPUS() 1402 double gops, time, perf, dev; in MatH2OpusOrthogonalize() local 1403 HLibProfile::getHorthogPerf(gops, time, perf, dev); in MatH2OpusOrthogonalize() 1509 double gops, time, perf, dev; in MatH2OpusCompress() local 1510 HLibProfile::getHcompressPerf(gops, time, perf, dev); in MatH2OpusCompress()
|