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

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

NEW: adding Archive/14312-15392 for oecreview

File size: 1.5 KB
RevLine 
[15393]1Index: ../trunk-jpl/externalpackages/mpich2/install-1.4.1-p1-win7.sh
2===================================================================
3--- ../trunk-jpl/externalpackages/mpich2/install-1.4.1-p1-win7.sh (revision 15121)
4+++ ../trunk-jpl/externalpackages/mpich2/install-1.4.1-p1-win7.sh (revision 15122)
5@@ -1,11 +1,13 @@
6 #!/bin/bash
7
8-#Some cleanup
9-rm -rf install
10+#In order to install MPICH2 on your platform, go to www.mpich.org/downloads
11+#and download the following file (Windows x86_64 for the Windows distribution):
12+#mpich2-1.4.1p1-win-x86-64.msi. This file is also hosted on the ISSM website.
13
14+
15 #Download from ISSM server
16-$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'
17+$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'
18
19-#Untar
20-tar -zxvf mpich-1.4.1-p1-win7.tar.gz
21-
22+#once installed, create a symbolic link between the MPICH2 directory
23+#and the install directory. For example:
24+#ln -s /cygdrive/c/Program\ Files/MPICH2 install
25Index: ../trunk-jpl/externalpackages/mpich2
26===================================================================
27--- ../trunk-jpl/externalpackages/mpich2 (revision 15121)
28+++ ../trunk-jpl/externalpackages/mpich2 (revision 15122)
29
30Property changes on: ../trunk-jpl/externalpackages/mpich2
31___________________________________________________________________
32Modified: svn:ignore
33## -1,3 +1,4 ##
34+*.msi
35 *.gz
36 *.zip
37 *.a
Note: See TracBrowser for help on using the repository browser.