| /petsc/doc/install/ |
| H A D | index.md | 8 you to install PETSc. 14 : `conda install -c conda-forge petsc` 16 : `sudo apt install petsc-dev` 19 : `sudo yum install petsc-mpich-devel` 21 : `brew install petsc` 23 : `sudo port install petsc` 27 : `python -m pip install petsc petsc4py` 30 : - debug install - `spack install petsc +debug` 31 …- optimized install -`spack install petsc cflags='-g -O3 -march=native -mtune=native' fflags='-g -… 32 - install with some external packages - `spack install petsc +superlu-dist +metis +hypre +hdf5` [all …]
|
| H A D | install.md | 41 - Same as above - but install in a user specified (prefix) location. 44 …$ ./configure --prefix=/home/user/soft/petsc-install --with-cc=gcc --with-cxx=0 --with-fc=0 --down… 89 different `$PETSC_ARCH` for each build. See multiple PETSc install {ref}`documentation 153 changing the value of `$PETSC_ARCH`). See multiple install {ref}`documentation 185 recommend you have PETSc download and install the packages, rather than you installing 190 - A **compatible** version of the package is installed. A generic install of this 202 PETSc `configure` has the ability to download and install these {ref}`external packages 213 The following modes can be used to download/install {ref}`external packages 216 - `--download-PACKAGENAME`: Download specified package and install it, enabling PETSc to 227 configure with this option. `configure` will proceed to install this package and then [all …]
|
| H A D | windows.md | 14 There are many ways to install PETSc on Microsoft Windows's systems. 27 …bsystem for Linux 2 ([WSL2](https://docs.microsoft.com/en-us/windows/wsl/install-win10)). Be sure … 45 Download and install Cygwin from <http://www.cygwin.com> and make sure the 77 install PETSc on Microsoft Windows with Microsoft or Intel compilers one has to install Cygwin (for… 82 Download and install Cygwin from <http://www.cygwin.com> and make sure the 208 Download and install MSYS2 from <https://www.msys2.org>. 211 2. Update MSYS2 and install base packages:
|
| H A D | install_tutorial.md | 15 Or to specify compilers and have PETSc download and install [MPICH](https://www.mpich.org/) and [BL… 116 install of sowing package - that also requires a C++ compiler) one can download a release tarball. 121 It is **IMPERATIVE** to install PETSc in a directory whose path does not contain any of 152 See {ref}`install documentation <doc_config_faq>` for more details. 164 automatically. PETSc can automatically download and install a wide range of other 187 as download and install [MPICH](https://www.mpich.org/) and a [BLAS/LAPACK](https://www.netlib.org/… 211 Running make install on MPICH; this may take several minutes 229 Running make install on SOWING; this may take several minutes 321 download and install the latest versions from their respective websites, or use your
|
| H A D | multibuild.md | 148 to install another. 175 Will install [zlib](https://zlib.net/) into that `reconfigure`'s home
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | createpatch | 27 if [ ! -f doc/install/download.md ]; then 80 /bin/mv doc/install/download.md doc/install/download.md.bak 81 cat doc/install/download.md.bak | \ 82 sed -e "s/-${oldver}.tar.gz/-${newver}.tar.gz/g" > doc/install/download.md 83 /bin/rm -f doc/install/download.md.bak 86 git commit -m"Increase patchlevel to ${newver}" include/petscversion.h doc/install/download.md src/…
|
| H A D | builddist | 99 python3 -m pip install -r requirements.txt
|
| /petsc/src/binding/petsc4py/ |
| H A D | makefile | 45 .PHONY: install uninstall 46 install: build target 47 ${PYTHON} setup.py install --prefix='' --user ${opt} 70 . petsc4py-lint-env/bin/activate && python -m pip install -r conf/requirements-lint.txt 77 . petsc4py-docs-env/bin/activate && python -m pip install -r conf/requirements-docs.txt 78 . petsc4py-docs-env/bin/activate && CFLAGS=-O0 python -m pip install . 82 python -m pip install . 94 . petsc4py-stubtest-env/bin/activate && python -m pip install -r conf/requirements-stubtest.txt 154 CFLAGS=-O0 python -m pip install .
|
| H A D | DESCRIPTION.rst | 10 wrapper is on your search path, it is highly recommended to install 13 $ pip install mpi4py 17 $ pip install numpy 21 $ pip install petsc petsc4py
|
| H A D | tox.ini | 4 # "pip install tox" and then run "tox" from this directory.
|
| H A D | CHANGES.rst | 238 - Support for ``pip install petsc4py`` to download and install PETSc.
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | install.rst | 9 You can use :program:`pip` to install :mod:`petsc4py` and its dependencies:: 11 $ python -m pip install petsc petsc4py 20 $ python -m pip install src/binding/petsc4py 25 $ PETSC_ARCH='arch-0:...:arch-N' python -m pip install src/binding/petsc4py 71 $ python -m pip install -r src/binding/petsc4py/conf/requirements-docs.txt
|
| H A D | index.rst | 44 install
|
| H A D | contributing.rst | 12 $ python -m pip install -r src/binding/petsc4py/conf/requirements-lint.txt
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | Makefile | 8 install: target 9 perl Makefile.pl -install -prefix "$(prefix)"
|
| H A D | INSTALL | 15 This file explains how to install and setup environment 52 2. You can install GCC by the command: 54 brew install homebrew/versions/gcc49 82 This command will install the abi-compliance-checker program into the 85 sudo make install prefix=PREFIX [/usr, /usr/local, ...]
|
| H A D | README.md | 10 2. [ Install ](#install) 30 sudo make install prefix=/usr
|
| /petsc/doc/public/ |
| H A D | _redirects | 3 /release/download /release/install/download 302 4 /main/download /main/install/download 302
|
| /petsc/doc/ |
| H A D | makefile | 26 … venv petsc-doc-env ; source petsc-doc-env/bin/activate ; python3 -m pip install -r doc/requiremen… 39 …n3 -m venv petsc-doc-env ; . petsc-doc-env/bin/activate ; python3 -m pip install --quiet -r doc/re… 42 …n3 -m venv petsc-doc-env ; . petsc-doc-env/bin/activate ; python3 -m pip install --quiet -r doc/re…
|
| /petsc/ |
| H A D | setup.py | 41 from setuptools.command.install import install as _install 217 def install(): function 222 import install 223 install.Installer().run() 267 install()
|
| H A D | makefile | 222 install: target 223 @${PYTHON} ./config/install.py -destDir=${DESTDIR} 224 …+${OMAKE_SELF} PETSC_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} PETSC_INSTALL=$@ install-builtafter… 227 install-lib: 228 @${PYTHON} ./config/install.py -destDir=${DESTDIR} -no-examples 229 …+${OMAKE_SELF} PETSC_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} PETSC_INSTALL=$@ install-builtafter… 231 install-builtafterpetsc: 548 start_configure configure_petsc configure_clean matlabbin install
|
| H A D | README.md | 10 * Install: https://petsc.org/release/install
|
| /petsc/src/snes/tutorials/ |
| H A D | build.zig | 32 exe.install();
|
| /petsc/doc/overview/ |
| H A D | gpu_roadmap.md | 73 **You should use PETSc main (Git branch) for GPUs, do not install the current release.**
|
| /petsc/doc/developers/contributing/ |
| H A D | index.md | 65 [Installation page](https://petsc.org/release/install/)
|