X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fcompil_scripts%2Fpetsc-3.15.0.sh;h=ca61a60051257fefed0c5cbe778177f9c681f3a4;hb=d3cee19258dbb9b46ac5bfedcd2d20c456faa5b1;hp=7a9d7d000c05a7e6f5b500a22cd9f3260e3e3e5c;hpb=6360be035412906808775cd7095b76398c954820;p=tools%2Fsat_salome.git diff --git a/products/compil_scripts/petsc-3.15.0.sh b/products/compil_scripts/petsc-3.15.0.sh index 7a9d7d0..ca61a60 100755 --- a/products/compil_scripts/petsc-3.15.0.sh +++ b/products/compil_scripts/petsc-3.15.0.sh @@ -15,8 +15,7 @@ CONFIGURE_FLAGS=$CONFIGURE_FLAGS" --with-hdf5-dir=${HDF5_ROOT_DIR}" CONFIGURE_FLAGS=$CONFIGURE_FLAGS" --download-metis=ext/metis-5.1.0-p10.tar.gz" CONFIGURE_FLAGS=$CONFIGURE_FLAGS" --with-debugging=0" # by default Petsc is build in debug mode echo -if [ -n "${MPI_ROOT_DIR}" ] -then +if [-n "$SAT_HPC" ] && [ -n "$MPI_ROOT_DIR" ]; then echo "*** configure with mpi" CONFIGURE_FLAGS=$CONFIGURE_FLAGS" --download-hypre=ext/hypre-2.20.0.tar.gz" CONFIGURE_FLAGS=$CONFIGURE_FLAGS" --download-parms=ext/parms-3.2-p5.tar.gz"