forked from petsc/petsc
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from firedrakeproject/connorjward/merge-upstream
Update to 3.22.1
- Loading branch information
Showing
146 changed files
with
1,279 additions
and
998 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
#!/usr/bin/env python3 | ||
|
||
import os | ||
petsc_hash_pkgs=os.path.join(os.getenv('HOME'),'petsc-hash-pkgs') | ||
|
||
if __name__ == '__main__': | ||
import sys | ||
import os | ||
sys.path.insert(0, os.path.abspath('config')) | ||
import configure | ||
configure_options = [ | ||
'--package-prefix-hash='+petsc_hash_pkgs, | ||
#'--with-mpi-dir=/home/users/balay/soft/instinct/gcc-10.2.0/mpich-4.1', | ||
#'--with-blaslapack-dir=/home/users/balay/soft/instinct/gcc-10.2.0/fblaslapack', | ||
'--with-make-np=24', | ||
'--with-make-test-np=8', | ||
'--with-hipc=/opt/rocm-5.4.3/bin/hipcc', | ||
'--with-hip-dir=/opt/rocm-5.4.3', | ||
'COPTFLAGS=-g -O', | ||
'FOPTFLAGS=-g -O', | ||
'CXXOPTFLAGS=-g -O', | ||
'HIPOPTFLAGS=-g -O', | ||
'--with-cuda=0', | ||
'--with-hip=1', | ||
'--with-precision=double', | ||
'--with-clanguage=c', | ||
'--download-kokkos', | ||
'--download-kokkos-kernels', | ||
# '--download-hypre', # does not support complex on the GPU yet | ||
# '--download-mfem', # requires hypre | ||
'--download-magma', | ||
'--with-magma-fortran-bindings=0', | ||
'--download-metis', | ||
'--with-strict-petscerrorcode', | ||
'--with-scalar-type=complex', | ||
#'--with-coverage', | ||
] | ||
|
||
configure.petsc_configure(configure_options) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
:orphan: | ||
|
||
.. _2024_meeting: | ||
|
||
|
||
2024 Annual PETSc Meeting | ||
************************* | ||
|
||
Cologne, Germany; May 23-24, 2024 | ||
|
||
`Original meeting website <https://cds.uni-koeln.de/en/workshops/petsc-2024/home>`__ | ||
|
||
.. image:: https://petsc.gitlab.io/annual-meetings/2024/GroupPhoto.jpg | ||
:width: 800 | ||
:alt: PETSc User Meeting 2024 group photo | ||
|
||
Scientific committee: | ||
- Dr. Pierre Jolivet Sorbonne Université, CNRS | ||
|
||
- Prof. Dr. Axel Klawonn University of Cologne | ||
|
||
- Prof. Dr. Matthew Knepley University at Buffalo | ||
|
||
- Dr. Martin Lanser University of Cologne | ||
|
||
- Prof. Dr. Oliver Rheinbach TU Bergakademie Freiberg | ||
|
||
- Dr. Janine Weber University of Cologne | ||
|
||
- Dr. Stefano Zampini King Abdullah University of Science and Technology | ||
|
||
Local Organizing Committee | ||
- Prof. Dr. Axel Klawonn | ||
|
||
- Dr. Jascha Knepper | ||
|
||
- Dr. Martin Lanser | ||
|
||
- Dr. Janine Weber | ||
|
||
.. image:: https://petsc.gitlab.io/annual-meetings/2024/banner_PETSc_2024.jpg | ||
:width: 800 | ||
|
||
.. image:: https://petsc.gitlab.io/annual-meetings/2024/csm_PETSc_2024_Schedule_Overview.jpg | ||
:width: 800 | ||
|
||
|
||
- `Abstracts <https://petsc.gitlab.io/annual-meetings/2024/PETSc_2024_Book_of_Abstracts.pdf>`__ | ||
|
||
- `Detailed schedule <https://petsc.gitlab.io/annual-meetings/2024/PETSc_2024_Schedule.pdf>`__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.