| /petsc/doc/changes/ |
| H A D | index.md | 1 # Changes for each release 14 release proceed through the changes listed in this file in increasing 15 order of version numbers. (Note: One can determine the release number 48 3.1 - Public release, Mar 25, 2010 <31> 49 3.0.0 - Public release, Dec 19, 2008 <300> 50 2.3.3 - Public release, May 23, 2007 <233> 51 2.3.2 - Public release, Sep 1, 2006 <232> 52 2.3.1 - Public release, Feb, 3, 2006 <231> 53 2.3.0 - Public release, Apr, 26, 2005 <230> 54 2.2.1 - Public release, Aug, 18 2004 <221> [all …]
|
| /petsc/doc/public/ |
| H A D | _redirects | 1 / /release/ 302 2 /index.html /release/ 302 3 /release/download /release/install/download 302 5 /release/docs/* /release/:splat 301 7 /community/* /release/community/:splat 301 8 /manualpages/* /release/manualpages/:splat 301
|
| /petsc/src/binding/petsc4py/ |
| H A D | CHANGES.rst | 12 - Update to PETSc 3.24 release. 21 - Update to PETSc 3.23 release. 26 - Update to PETSc 3.22 release. 31 - Update to PETSc 3.21 release. 36 - Update to PETSc 3.20 release. 42 - Update to PETSc 3.19 release. 49 - Update to PETSc 3.18 release. 55 - Update to PETSc 3.17 release. 61 - Update to PETSc 3.16 release. 67 - Update to PETSc 3.15 release. [all …]
|
| H A D | setup.py | 230 release = 1 237 release = int(version_re.search(f.read()).groups()[0]) 238 return bool(release) 241 def requires(pkgname, major, minor, release=True): argument 242 minor = minor + int(not release) 243 devel = '' if release else '.dev0' 254 release = get_release() 255 if not release: 276 package = requires(pkg, x, y, release) 280 package = requires('petsc4py', x, y, release)
|
| H A D | README.rst | 16 * A recent NumPy_ release. 30 * https://petsc.org/release/petsc4py/petsc4py/
|
| /petsc/doc/install/ |
| H A D | download.md | 7 Use `release` branch from PETSc git repository - it provides the latest release with additional cru… 10 $ git clone -b release https://gitlab.com/petsc/petsc.git petsc 11 $ git pull # obtain new release fixes (since a prior clone or pull) 14 To anchor to a release version (without intermediate fixes), use: 27 Tarball which contains only the source. Documentation available [online](https://petsc.org/release). 29 - [petsc-3.24.4.tar.gz](https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.… 33 - [petsc-with-docs-3.24.4.tar.gz](https://web.cels.anl.gov/projects/petsc/download/release-snapshot… 37 - [petsc4py-3.24.4.tar.gz](https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc… 45 Current and older release tarballs are available at: 47 - [Primary server](https://web.cels.anl.gov/projects/petsc/download/release-snapshots/) [all …]
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | check-merge-branch.sh | 15 …git fetch -q ${UNSHALLOW} --no-tags origin +release:remotes/origin/release +main:remotes/origin/ma… 20 base_release=$(git merge-base --octopus origin/release origin/main HEAD) 23 dest=origin/release
|
| H A D | rebuildtar | 8 PETSC_DIR=/home/balay/git-repo/petsc-release.clone 12 ${maintdir}/builddist ${PETSC_DIR} release SETVERSION 23 …ar.gz svcpetsc@compute-01.cels.anl.gov:/nfs/pub_html/gce/projects/petsc/download/release-snapshots/ 24 …ar.gz svcpetsc@compute-01.cels.anl.gov:/nfs/pub_html/gce/projects/petsc/download/release-snapshots/ 25 …ar.gz svcpetsc@compute-01.cels.anl.gov:/nfs/pub_html/gce/projects/petsc/download/release-snapshots/
|
| /petsc/systems/Apple/OSX/bin/ |
| H A D | makeall | 23 export PETSC_ARCH=arch-osx-release 24 rm -rf arch-osx-release 25 ./systems/Apple/OSX/bin/arch-osx-release.py 27 ./systems/Apple/OSX/bin/makeframework release
|
| /petsc/src/sys/tests/options/output/ |
| H A D | ex55_6b.out | 2 See https://petsc.org/release/changes for recent updates. 3 See https://petsc.org/release/faq for problems. 4 See https://petsc.org/release/manualpages for help.
|
| H A D | ex55_5b.out | 2 See https://petsc.org/release/changes for recent updates. 3 See https://petsc.org/release/faq for problems. 4 See https://petsc.org/release/manualpages for help.
|
| H A D | ex55_6c.out | 2 See https://petsc.org/release/changes for recent updates. 3 See https://petsc.org/release/faq for problems. 4 See https://petsc.org/release/manualpages for help.
|
| H A D | ex55_5c.out | 2 See https://petsc.org/release/changes for recent updates. 3 See https://petsc.org/release/faq for problems. 4 See https://petsc.org/release/manualpages for help.
|
| H A D | ex55_5a.out | 2 See https://petsc.org/release/changes for recent updates. 3 See https://petsc.org/release/faq for problems. 4 See https://petsc.org/release/manualpages for help.
|
| H A D | ex55_6a.out | 2 See https://petsc.org/release/changes for recent updates. 3 See https://petsc.org/release/faq for problems. 4 See https://petsc.org/release/manualpages for help.
|
| /petsc/ |
| H A D | README.md | 9 * Download: https://petsc.org/release/download 10 * Install: https://petsc.org/release/install 20 * https://petsc.org/release/community/mailing/
|
| /petsc/src/sys/objects/ |
| H A D | version.c | 53 …Code PetscGetVersionNumber(PetscInt *major, PetscInt *minor, PetscInt *subminor, PetscInt *release) in PetscGetVersionNumber() argument 58 if (release) *release = PETSC_VERSION_RELEASE; in PetscGetVersionNumber()
|
| /petsc/doc/developers/contributing/ |
| H A D | developingmr.md | 9 …es in a repository that developers can contribute to. PETSc has two integration branches: `release` 15 ### `release` 17 The `release` branch contains the latest PETSc release including bug-fixes. 19 Bug-fixes, along with most documentation fixes, should start from `release`. 23 $ git checkout -b yourname/fix-component-name origin/release 26 Bug-fix updates, about every month, (e.g. 3.17.1) are tagged on `release` (e.g. v3.17.1). 32 The `main` branch contains everything in the release branch as well as new features that have passe… 33 and will be in the next release (e.g. version 3.18). Users developing software based 47 - Determine the appropriate integration_branch to start from, `main` or `release` (for documentatio… 53 …git checkout -b <loginname>/<affected-package>-<short-description> origin/main # or origin/release [all …]
|
| /petsc/src/sys/tutorials/ |
| H A D | ex17f.F90 | 8 PetscInt :: major, minor, subminor, release 14 PetscCallA(PetscGetVersionNumber(major, minor, subminor, release, ierr))
|
| /petsc/systems/Apple/iOS/examples/testopengl/Classes/ |
| H A D | iphoneViewController.m | 68 [glkView release]; 70 [glkView release]; 79 [textField release]; 80 [glkView release]; 81 [glkView release]; 82 [glkView release];
|
| H A D | iphoneAppDelegate.m | 33 [viewController release]; 34 [window release];
|
| /petsc/systems/Apple/iOS/examples/Basic/Classes/ |
| H A D | iphoneAppDelegate.m | 33 [viewController release]; 34 [window release];
|
| /petsc/src/sys/tests/output/ |
| H A D | ex73_0_alt_2.out | 4 [0]PETSC ERROR: or see https://petsc.org/release/faq/#valgrind and https://petsc.org/release/faq/
|
| H A D | ex70_1.out | 2 [0]PETSC ERROR: Corrupt argument: https://petsc.org/release/faq/#valgrind 4 [0]PETSC ERROR: See https://petsc.org/release/faq/ for trouble shooting.
|
| /petsc/lib/petsc/bin/ |
| H A D | petscnagupgrade.py | 22 release = int(re.compile(' PETSC_VERSION_RELEASE[ ]*([0-9]*)').search(pv).group(1)) 26 if release:
|