Lines Matching refs:petsc
12 - Archlinux <https://aur.archlinux.org/packages/petsc>
13 - Conda: <https://anaconda.org/conda-forge/petsc>
14 : `conda install -c conda-forge petsc`
15 - Debian: <https://packages.debian.org/petsc-dev>
16 : `sudo apt install petsc-dev`
18 - Fedora: <https://packages.fedoraproject.org/pkgs/petsc/petsc>
19 : `sudo yum install petsc-mpich-devel`
20 - Homebrew: <https://formulae.brew.sh/formula/petsc>
21 : `brew install petsc`
22 - MacPorts: <https://ports.macports.org/port/petsc>
23 : `sudo port install petsc`
24 - MSYS2 (Windows) <https://packages.msys2.org/package/mingw-w64-x86_64-petsc>
25 - openSUSE <https://software.opensuse.org/package/petsc>
26 - Python: <https://pypi.org/project/petsc>
27 : `python -m pip install petsc petsc4py`
28 - Slackware: <https://slackbuilds.org/repository/15.0/academic/petsc/?search=petsc>
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`
33 - list available variants (configurations) - `spack info petsc`
34 - Ubuntu: <https://packages.ubuntu.com/petsc-dev>
35 : `sudo apt install petsc-dev`