... | ... | @@ -15,7 +15,6 @@ These steps can take some time. |
|
|
cd "$INMOST_ROOT"
|
|
|
wget http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.5.2.tar.gz
|
|
|
tar zxf petsc-lite-3.5.2.tar.gz
|
|
|
rm -f petsc-lite-3.5.2.tar.gz
|
|
|
cd petsc-3.5.2
|
|
|
export PETSC_DIR="`pwd`"
|
|
|
export PETSC_ARCH=linux-gnu-debug
|
... | ... | @@ -43,6 +42,7 @@ cd "$INMOST_ROOT" |
|
|
mkdir -p INMOST-build
|
|
|
cd INMOST-build
|
|
|
cmake -DUSE_SOLVER_PETSC=ON ../INMOST-master
|
|
|
make all
|
|
|
```
|
|
|
|
|
|
## Changing default compilers
|
... | ... | @@ -93,4 +93,4 @@ cmake -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc -DMPI_C_COMPILER="$PETSC_ |
|
|
make all
|
|
|
```
|
|
|
|
|
|
Refer to your MPI manual and compiler documentation for further information. |
|
|
\ No newline at end of file |
|
|
Refer to your MPI manual and compiler documentation for further information. |