Changeset 18628


Ignore:
Timestamp:
10/14/14 09:57:24 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: trying to use petsc 3.5 in windows

Location:
issm/trunk-jpl
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/windows

    r18597 r18628  
    1111        --with-matlab-dir=""$ISSM_DIR/externalpackages/matlab/install"" \
    1212        --with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \
    13         --with-metis-dir="$ISSM_DIR/externalpackages/metis/install" \
     13        --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \
    1414        --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \
    1515        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install/lib/  \
     
    4545
    4646#List of external pakages to be installed and their installation scripts
    47 EXTERNALPACKAGES=" cccl install-win7.sh
    48                                                 petsc     install-3.1-win7.sh
     47EXTERNALPACKAGES="cccl      install-win7.sh
     48                                                cmake     install.sh               
     49                                                petsc     install-3.5-win7.sh
    4950                                                triangle  install-win7.sh       
    5051                                                matlab install.sh
     
    8081MATLAB_NROPTIONS="'exclude',[104, 124, 204, 211, 215, 220, 221, 285, 290, 308, 322, 404, 421, 422, 503, 507, 510, 511, 701, 702, 703, 218, 234, 235, 412, 413, 414, 417, 418, 420, 205, 274, 331, 405, 409, 455, 612, 514, 435, 280,801,802,803,804,805,291]"
    8182PYTHON_NROPTIONS=""
    82 
    83 
Note: See TracChangeset for help on using the changeset viewer.