Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update MigFlow Installation
authored
Oct 18, 2021
by
Michel Henry
Show whitespace changes
Inline
Side-by-side
MigFlow-Installation.md
View page @
188a4a10
...
@@ -67,7 +67,7 @@ Otherwise, follow the instructions bellow to compile it from sources.
...
@@ -67,7 +67,7 @@ Otherwise, follow the instructions bellow to compile it from sources.
b. Compiling options for PETSc:
b. Compiling options for PETSc:
cd petsc
cd petsc
./configure --with-
mpi
=0 -with-
mpi=0 COPTFLAGS="-O3
" --with-
fc
=0 --with-
cxx=0 --with-debugging=0 --download-petsc4py=1
./configure --with-
debugging
=0
-
-with-
shared-libraries=1 COPTFLAGS="-O2" FOPTFLAGS="-O2" CXXOPTFLAGS="-O2
" --with-
mpi
=0 --with-
petsc4py=yes --with-fortran=0
c. Compile PETSc:
c. Compile PETSc:
...
...