| /petsc/lib/petsc/conf/ |
| H A D | variables | 6 ifeq ($(origin CFLAGS),environment) 9 ifeq ($(origin CPPFLAGS),environment) 12 ifeq ($(origin CXXFLAGS),environment) 15 ifeq ($(origin CXXPPFLAGS),environment) 18 ifeq ($(origin FFLAGS),environment) 21 ifeq ($(origin CUDAFLAGS),environment) 24 ifeq ($(origin CUDAPPFLAGS),environment) 27 ifeq ($(origin HIPFLAGS),environment) 30 ifeq ($(origin HIPPPFLAGS),environment) 33 ifeq ($(origin SYCLFLAGS),environment) [all …]
|
| /petsc/src/benchmarks/ |
| H A D | run_petsc_benchmarks.sh | 9 echo "BENCHMARK environment variable not set - assuming \"${BENCHMARK}\"" 1>&2 14 echo "DRY_RUN environment variable not set - assuming \"${DRY_RUN}\"" 1>&2 19 echo "EXECUTOR environment variable not set - assuming \"${EXECUTOR}\"" 1>&2 23 echo "SEGMENTS environment variable not set - running entire suite" 1>&2 27 echo "SEGMENT_ID environment variable not set - exiting" 1>&2 32 echo "FORMATS environment variable not set - assuming \"csr\"" 1>&2 38 echo "DEVICE_ID environment variable not set - assuming \"${DEVICE_ID}\"" 1>&2 43 echo "SINGLE_JSON environment variable not set - assuming \"${SINGLE_JSONR}\"" 1>&2 48 echo "LAUNCHER environment variable not set - assuming \"${LAUNCHER}\"" 1>&2
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | INSTALL | 15 This file explains how to install and setup environment 47 2.1 Setup environment 72 3.1 Setup environment 74 1. Add tool locations to the PATH environment variable
|
| /petsc/doc/install/ |
| H A D | multibuild.md | 8 by changing the `$PETSC_ARCH` environment variable. 22 examples or application code. These variables can be set as environment variables or 25 - Specify environment variable for bash (can be specified in `~/.bashrc` or 33 - Specify environment variable for csh/tcsh (can be specified in `~/.cshrc`): 56 things) serves to identify key characteristics about the computing environment:
|
| H A D | windows.md | 75 Microsoft Windows does not provide a Unix shell environment. Also 77 …soft Windows with Microsoft or Intel compilers one has to install Cygwin (for the Unix environment) 254 Make sure your environment is properly configured to use the appropriate debugger for your compiler.
|
| /petsc/config/examples/ |
| H A D | arch-nersc-perlmutter-opt.py | 16 # The above are currently present in the default environment. Users may wish to 'module load' a 17 # different programming environment (which will generally force a reload of certain related modules, 32 …iler wrappers, regardless of the underlying compilers loaded by the programming environment module:
|
| H A D | arch-olcf-frontier-opt.py | 9 # To enable GPU-aware MPI, one has to also set this runtime environment variable 13 # To use hipcc with GPU-aware Cray MPICH, use the following environment variables to setup the need… 50 # To enable GPU-aware MPI, one has to also set this runtime environment variable
|
| H A D | arch-olcf-crusher.py | 18 # We use Cray Programming Environment, Cray compilers, Cray-mpich. 19 # To enable GPU-aware MPI, one has to also set this runtime environment variable
|
| /petsc/doc/developers/ |
| H A D | development.md | 3 # PETSc Development Environment 6 build and development environment.
|
| H A D | documentation.md | 24 We use a [Python 3 virtual environment](https://docs.python.org/3/tutorial/venv.html) to build the … 50 Set up your local Python environment (e.g., ref:`as above <sec_local_html_docs>`), then 117 - Environment variables such as `$PETSC_DIR` or `$PATH` must be preceded by 273 the user's environment (or `configure` options like `--download-sowing-cxx`). Microsoft Windows use…
|
| H A D | buildsystem.md | 21 the local hardware and software environment. It is also the source of nearly every build 66 can be manipulated by the test environment. A compile or link can be run 96 batch environment, but rather require a direct specification, in CMake a 107 cache when the environment for the configuration changes. For example, a
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | install.rst | 18 <petsc:doc_multi>` environment variables. Run:: 29 :envvar:`NUMPY_INCLUDE` environment variable to the path that would be returned
|
| H A D | Makefile | 5 # from the environment for the first two.
|
| /petsc/doc/ |
| H A D | makefile | 4 # from the environment for the first two. 13 …-@echo " make sphinxhtml - build the HTML website inside a created Python virtual environment (v…
|
| H A D | index.md | 61 Soft Tissue Environment 85 - [GetDP](https://www.getdp.info/) a General Environment for the Treatment of Discrete Problems 99 Environment](https://mooseframework.inl.gov/) finite element
|
| /petsc/src/sys/tests/output/ |
| H A D | ex47_3_env.out | 3 -name value # (source: environment)
|
| /petsc/ |
| H A D | petscdir.mk | 2 # This sets PETSC_DIR if it has not been set in the environment; it uses the path of this file, n…
|
| /petsc/src/sys/tests/ |
| H A D | ex70.c | 23 …d before MPI_Finalize|Could be the program crashed|PETSc Option Table entries|source: environment)"
|
| H A D | ex75.c | 29 …d before MPI_Finalize|Could be the program crashed|PETSc Option Table entries|source: environment)"
|
| H A D | ex73.c | 25 …d before MPI_Finalize|Could be the program crashed|PETSc Option Table entries|source: environment)"
|
| H A D | ex66.c | 35 …d before MPI_Finalize|Could be the program crashed|PETSc Option Table entries|source: environment)"
|
| /petsc/doc/miscellaneous/ |
| H A D | applications_publications.md | 16 - [COOLFluiD Simulation Environment](https://github.com/andrealani/COOLFluiD/wiki/Gallery-of-applic… 26 …- [Micro-organism swimming in two-phase micro-environment](http://www.cims.nyu.edu/~leep/UMich/Can…
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | GSL.py | 27 …msg = 'WARNING! Found environment variable: %s=%s\n' % ('MACOSX_DEPLOYMENT_TARGET', os.environ['MA…
|
| /petsc/config/PETSc/options/ |
| H A D | arch.py | 47 …SC_ARCH from environment does not match command-line or name of script. Using from command-line or… 57 msg = 'environment variable PETSC_ARCH='+str(self.arch)
|
| /petsc/src/sys/logging/handler/impls/nvtx/ |
| H A D | lognvtx.c | 43 …If `PetscInitialize()` detects the environment variable `NSYS_PROFILING_SESSION_ID` (which is defi…
|