petsc-complex

Scientific computing toolkit with support for complex numbers

brewmacoslinux
Try with needOr install directly
Source

About

Portable, Extensible Toolkit for Scientific Computation (complex)

Commands

petsc-complex

Examples

Check PETSc installation and configuration details$ petsc-complex --version
View PETSc compiler and library information$ petsc-complex-config --cc
Compile a PETSc application with complex number support$ mpicc -c myapp.c $(petsc-complex-config --includes) && mpicc -o myapp myapp.o $(petsc-complex-config --libs)