.. _doc_download: ================= Downloading PETSc ================= Recommended Download ==================== .. code-block:: console $ git clone -b release https://gitlab.com/petsc/petsc.git petsc Use ``git pull`` to download any new patches or changes that have been added since your ``git clone`` or last ``git pull``. Use ``git checkout vMAJOR.MINOR.PATCH`` to download a particular version. We recommend users join the official PETSc :ref:`mailing lists ` to be submit any questions they may have directly to the development team, be notified of new major releases and bug-fixes, or to simply keep up to date with the current state of the library. Alternative Download ==================== Tarball which contains only the source, identical to ``git`` download. Documentation available online. - `petsc-3.17.5.tar.gz `__ Tarball which includes all documentation, recommended for offline use. - `petsc-with-docs-3.17.5.tar.gz `__ Tarball to enable a separate installation of petsc4py. - `petsc4py-3.17.5.tar.gz `__ To extract the sources use: .. code-block:: console $ tar xf petsc-.tar.gz Use mirror if GitLab and our primary download server are unavailable: - `Primary server `__ - `Mirror `__ .. Note:: Older releases of PETSc are also available above. These should only be used for applications that have not been updated to the latest release. We urge you, whenever possible, to upgrade to the latest version of PETSc. PETSc Development Repository ============================ You can work with the `development version of PETSc `__, and decide when to update to the latest code in the repository. This also facilitates easy submission of fixes and new features to the development team.