Changeset 11121
- Timestamp:
- 01/18/12 07:37:06 (13 years ago)
- Location:
- issm/trunk-jpl/externalpackages/mpich2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/mpich2/install-1.0.2-altix64.sh
r11101 r11121 28 28 29 29 #Compile mpich2 30 make -j $ NUMCPUS30 make -j $1 31 31 make install 32 32 -
issm/trunk-jpl/externalpackages/mpich2/install-1.0.2-linux64.sh
r11101 r11121 28 28 29 29 #Compile mpich2 30 make -j $ NUMCPUS30 make -j $1 31 31 make install 32 33 #remove so files34 cd ../install/lib35 rm -rf *.so -
issm/trunk-jpl/externalpackages/mpich2/install-1.0.2-macosx32.sh
r11101 r11121 27 27 28 28 #Compile mpich2 29 make -j $ NUMCPUS29 make -j $1 30 30 make install 31 31 -
issm/trunk-jpl/externalpackages/mpich2/install-1.0.2-win32.sh
r11101 r11121 25 25 26 26 #Compile mpich2 27 make -j $ NUMCPUS27 make -j $1 28 28 make install 29 29
Note:
See TracChangeset
for help on using the changeset viewer.