- Timestamp:
- 10/05/18 10:42:08 (6 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl
-
issm/trunk-jpl/externalpackages/mpich/install-3.2-linux64-static.sh
r22757 r23393 9 9 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/mpich-3.2.tar.gz' 'mpich-3.2.tar.gz' 10 10 11 #Untar 11 #Untar 12 12 tar -zxvf mpich-3.2.tar.gz 13 13 … … 19 19 cd src 20 20 ./configure \ 21 --prefix="$ISSM_DIR/externalpackages/mpich/install" 21 --prefix="$ISSM_DIR/externalpackages/mpich/install" \ 22 --disable-shared \ 23 --enable-strict=all \ 24 --enable-fast \ 25 --with-pic 22 26 23 27 #Compile mpich (this new version supports parallel make) … … 27 31 make -j $1 28 32 fi 29 make install 33 34 make install
Note:
See TracChangeset
for help on using the changeset viewer.