Home
last modified time | relevance | path

Searched full:environment (Results 1 – 25 of 86) sorted by relevance

1234

/petsc/lib/petsc/conf/
H A Dvariables6 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 Drun_petsc_benchmarks.sh9 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 DINSTALL15 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 Dmultibuild.md8 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 Dwindows.md75 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 Darch-nersc-perlmutter-opt.py16 # 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 Darch-olcf-frontier-opt.py9 # 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 Darch-olcf-crusher.py18 # 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 Ddevelopment.md3 # PETSc Development Environment
6 build and development environment.
H A Ddocumentation.md24 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 Dbuildsystem.md21 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 Dinstall.rst18 <petsc:doc_multi>` environment variables. Run::
29 :envvar:`NUMPY_INCLUDE` environment variable to the path that would be returned
H A DMakefile5 # from the environment for the first two.
/petsc/doc/
H A Dmakefile4 # from the environment for the first two.
13 …-@echo " make sphinxhtml - build the HTML website inside a created Python virtual environment (v…
H A Dindex.md61 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 Dex47_3_env.out3 -name value # (source: environment)
/petsc/
H A Dpetscdir.mk2 # 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 Dex70.c23 …d before MPI_Finalize|Could be the program crashed|PETSc Option Table entries|source: environment)"
H A Dex75.c29 …d before MPI_Finalize|Could be the program crashed|PETSc Option Table entries|source: environment)"
H A Dex73.c25 …d before MPI_Finalize|Could be the program crashed|PETSc Option Table entries|source: environment)"
H A Dex66.c35 …d before MPI_Finalize|Could be the program crashed|PETSc Option Table entries|source: environment)"
/petsc/doc/miscellaneous/
H A Dapplications_publications.md16 - [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 DGSL.py27 …msg = 'WARNING! Found environment variable: %s=%s\n' % ('MACOSX_DEPLOYMENT_TARGET', os.environ['MA…
/petsc/config/PETSc/options/
H A Darch.py47 …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 Dlognvtx.c43 …If `PetscInitialize()` detects the environment variable `NSYS_PROFILING_SESSION_ID` (which is defi…

1234