source: issm/oecreview/Archive/14312-15392/ISSM-15121-15122.diff

Last change on this file was 15393, checked in by Mathieu Morlighem, 12 years ago

NEW: adding Archive/14312-15392 for oecreview

File size: 1.5 KB
  • ../trunk-jpl/externalpackages/mpich2/install-1.4.1-p1-win7.sh

     
    11#!/bin/bash
    22
    3 #Some cleanup
    4 rm -rf install
     3#In order to install MPICH2 on your platform, go to www.mpich.org/downloads
     4#and download the following file (Windows x86_64 for the Windows distribution):
     5#mpich2-1.4.1p1-win-x86-64.msi. This file is also hosted on the ISSM website.
    56
     7
    68#Download from ISSM server
    7 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/mpich-1.4.1-p1-win7.tar.gz' 'mpich-1.4.1-p1-win7.tar.gz'
     9$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/mpich2-1.4.1p1-win-x86-64.msi' 'mpich2-1.4.1p1-win-x86-64.msi'
    810
    9 #Untar
    10 tar -zxvf  mpich-1.4.1-p1-win7.tar.gz
    11 
     11#once installed, create a symbolic link between the MPICH2 directory
     12#and the install directory. For example:
     13#ln -s /cygdrive/c/Program\ Files/MPICH2 install
  • ../trunk-jpl/externalpackages/mpich2

Note: See TracBrowser for help on using the repository browser.