Ignore:
Timestamp:
10/16/12 10:16:29 (12 years ago)
Author:
habbalf
Message:

Updated petsc options...removed plapack (Not supported). Removed prometheus, and so no longer need pastix, ptscotch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-dev-linux64.sh

    r13246 r13694  
    22set -eu
    33
    4 STEP=2
     4STEP=1
    55
    66if [ $STEP -eq 1 ]; then
     
    1919#      hg pull -u
    2020
    21 
    2221# configure script
    23 # Note: using metis from externalpackages did not work...
    24 #       -for now download new metis
    25 #       -rename metis in externalpackages to metis2
     22# Note:
     23#  Metis: -using metis from externalpackages did not work...
     24#         -for now download new metis
     25#         -rename metis in externalpackages to metis2
     26#
     27# SuperLU: -If download-..-=yes does not work try downloading from
     28#    --download-superlu=http://crd.lbl.gov/~xiaoye/SuperLU/superlu_4.3.tar.gz \
    2629
    2730
     
    3841        --with-shared-libraries=1 \
    3942        --download-mumps=yes \
    40         --download-plapack=yes \
    4143        --download-scalapack=yes \
    4244        --download-blacs=yes  \
     
    4749        --download-trilinos=yes \
    4850        --download-euclid=yes \
    49         --download-pastix=yes \
    50         --download-ptscotch=yes \
    5151        --download-spooles=yes \
    5252        --download-spai=yes \
    53         --download-superlu=yes \
    54         --download-hypre=yes \
    55         --download-prometheus=yes \
    56         --with-pic=1
     53        --download-superlu=http://crd.lbl.gov/~xiaoye/SuperLU/superlu_4.3.tar.gz \
     54        --download-hypre=yes
     55#       --with-pic=1
    5756
    5857        #Compile petsc and install it
Note: See TracChangeset for help on using the changeset viewer.