Changeset 13723
- Timestamp:
- 10/17/12 17:06:47 (12 years ago)
- Location:
- issm/trunk-jpl/externalpackages/mpich2
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/mpich2/install-1.0.2-altix64.sh
r13260 r13723 30 30 patch -R ./src/include/mpicxx.h ../configs/1.0.2/altix64/mpicxx.h.patch 31 31 32 #Compile mpich2 33 if [ $# -eq 0 ]; then 34 make 35 else 36 make -j $1 37 fi 32 #Compile mpich2 (parallel make not supported) 33 make 38 34 make install 39 35 -
issm/trunk-jpl/externalpackages/mpich2/install-1.0.2-linux64.sh
r13260 r13723 30 30 patch -R ./src/include/mpicxx.h ../configs/1.0.2/linux64/mpicxx.h.patch 31 31 32 #Compile mpich2 33 if [ $# -eq 0 ]; then 34 make 35 else 36 make -j $1 37 fi 32 #Compile mpich2 (parallel make not supported) 33 make 38 34 make install -
issm/trunk-jpl/externalpackages/mpich2/install-1.0.2-macosx32.sh
r13260 r13723 29 29 patch -R ./src/include/mpicxx.h ../configs/1.0.2/macosx32/mpicxx.h.patch 30 30 31 #Compile mpich2 32 if [ $# -eq 0 ]; then 33 make 34 else 35 make -j $1 36 fi 31 #Compile mpich2 (parallel make not supported) 32 make 37 33 make install 38 34 -
issm/trunk-jpl/externalpackages/mpich2/install-1.0.2-win32.sh
r13260 r13723 27 27 patch -R ./src/include/mpicxx.h ../configs/1.0.2/win32/mpicxx.h.patch 28 28 29 #Compile mpich2 30 if [ $# -eq 0 ]; then 31 make 32 else 33 make -j $1 34 fi 29 #Compile mpich2 (parallel make not supported) 30 make 35 31 make install 36 32 -
issm/trunk-jpl/externalpackages/mpich2/install-1.3.1-linux64-berg.sh
r13260 r13723 36 36 fi 37 37 38 #Compile mpich2 39 if [ $# -eq 0 ]; 40 then 41 make 42 else 43 make -j $1 44 fi 38 #Compile mpich2 (parallel make not supported) 39 make 45 40 make install 46 47 cd ../install/lib48 rm -rf *.so -
issm/trunk-jpl/externalpackages/mpich2/install-1.4-linux64.sh
r13260 r13723 26 26 --enable-f91=gfortran 27 27 28 #Compile mpich2 29 if [ $# -eq 0 ]; then 30 make 31 else 32 make -j $1 33 fi 28 #Compile mpich2 (parallel make not supported) 29 make 34 30 make install -
issm/trunk-jpl/externalpackages/mpich2/install-1.4-macosx32.sh
r13260 r13723 28 28 --enable-fc 29 29 30 #Compile mpich2 31 if [ $# -eq 0 ]; then 32 make 33 else 34 make -j $1 35 fi 30 #Compile mpich2 (parallel make not supported) 31 make 36 32 make install -
issm/trunk-jpl/externalpackages/mpich2/install-1.4-macosx64.sh
r13260 r13723 28 28 --enable-fc 29 29 30 #Compile mpich2 31 if [ $# -eq 0 ]; then 32 make 33 else 34 make -j $1 35 fi 30 #Compile mpich2 (parallel make not supported) 31 make 36 32 make install
Note:
See TracChangeset
for help on using the changeset viewer.