... | @@ -68,6 +68,7 @@ git clone -b release https://gitlab.com/petsc/petsc.git petsc |
... | @@ -68,6 +68,7 @@ git clone -b release https://gitlab.com/petsc/petsc.git petsc |
|
cd petsc
|
|
cd petsc
|
|
./configure --CXX=x86_64-w64-mingw32-g++ --CC=x86_64-w64-mingw32-gcc --FC=x86_64-w64-mingw32-gfortran --with-clanguage=cxx --with-debugging=0 --with-mpi=0 --with-fortran-bindings=0 --download-mumps=yes --with-mumps-serial --with-shared-libraries=1 --with-x=0 --with-ssl=0 --with-scalar-type=complex --download-f2cblaslapack=1
|
|
./configure --CXX=x86_64-w64-mingw32-g++ --CC=x86_64-w64-mingw32-gcc --FC=x86_64-w64-mingw32-gfortran --with-clanguage=cxx --with-debugging=0 --with-mpi=0 --with-fortran-bindings=0 --download-mumps=yes --with-mumps-serial --with-shared-libraries=1 --with-x=0 --with-ssl=0 --with-scalar-type=complex --download-f2cblaslapack=1
|
|
```
|
|
```
|
|
|
|
Warning: this uses the generic fortran BLAS/LAPACK implementation; for better performance you should install and use optimized BLAS/LAPACK libraries (e.g. OpenBLAS) instead.
|
|
|
|
|
|
Edit `complex_mumps_seq/include/petscconf.h` and set
|
|
Edit `complex_mumps_seq/include/petscconf.h` and set
|
|
```
|
|
```
|
... | | ... | |