Changeset 11110


Ignore:
Timestamp:
01/13/12 14:24:34 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor corrections of installation scripts for pleiades

Location:
issm/trunk-jpl/externalpackages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/externalpackages/metis/configs/4.0/pleiades/Makefile.in.patch

    r11101 r11110  
    113,5c3
    2 < CC = icc
     2< CC = gcc
    33< OBJ_EXT=o
    44< LIB_EXT=a
    55---
    6 > CC = cc
     6> CC = icc
    778c6
    8 < OPTFLAGS = -O3 -xSSE4.2 -fPIC
     8< OPTFLAGS = -DLINUX -fPIC
    99---
    1010> OPTFLAGS = -O2
  • TabularUnified issm/trunk-jpl/externalpackages/petsc/install-3.2-pleiades.sh

    r11106 r11110  
    22#Step 1: unzip and install
    33#Step 2: After Plapack implodes
    4 STEP=0
     4STEP=2
    55
    66if [ $STEP -eq 1 ]; then
    77        #Some cleanup
    8         rm -rf install petsc-3.1-p7 src
     8        rm -rf install petsc-3.2-p3 src
    99        mkdir install src
    1010
    1111        #Untar and move petsc to install directory
    12         tar -zxvf  petsc-3.1-p7.tar.gz
    13         mv petsc-3.1-p7/* install/
    14         rm -rf petsc-3.1-p7
     12        tar -zxvf  petsc-3.2-p3.tar.gz
     13        mv petsc-3.2-p3/* src/
     14        rm -rf petsc-3.2-p3
    1515
    1616        #configure
Note: See TracChangeset for help on using the changeset viewer.