Use multiple installations of PETSc (complex & real) #391
Labels
package
Build and installation of Psydac and dependencies
performance
Make the code run faster
PETSc
Currently our procedure for using PETSc is based on a single installation with complex datatype. This causes a significant overhead when using real-valued fields.
We would like to identify a better procedure which allows for the installation of PETSc with both complex and real (double float), and to switch between the two within the Python bindings provided by
petsc4py
.The text was updated successfully, but these errors were encountered: