Changeset 11110
- Timestamp:
- 01/13/12 14:24:34 (13 years ago)
- Location:
- issm/trunk-jpl/externalpackages
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/externalpackages/metis/configs/4.0/pleiades/Makefile.in.patch ¶
r11101 r11110 1 1 3,5c3 2 < CC = icc2 < CC = gcc 3 3 < OBJ_EXT=o 4 4 < LIB_EXT=a 5 5 --- 6 > CC = cc6 > CC = icc 7 7 8c6 8 < OPTFLAGS = - O3 -xSSE4.2-fPIC8 < OPTFLAGS = -DLINUX -fPIC 9 9 --- 10 10 > OPTFLAGS = -O2 -
TabularUnified issm/trunk-jpl/externalpackages/petsc/install-3.2-pleiades.sh ¶
r11106 r11110 2 2 #Step 1: unzip and install 3 3 #Step 2: After Plapack implodes 4 STEP= 04 STEP=2 5 5 6 6 if [ $STEP -eq 1 ]; then 7 7 #Some cleanup 8 rm -rf install petsc-3. 1-p7src8 rm -rf install petsc-3.2-p3 src 9 9 mkdir install src 10 10 11 11 #Untar and move petsc to install directory 12 tar -zxvf petsc-3. 1-p7.tar.gz13 mv petsc-3. 1-p7/* install/14 rm -rf petsc-3. 1-p712 tar -zxvf petsc-3.2-p3.tar.gz 13 mv petsc-3.2-p3/* src/ 14 rm -rf petsc-3.2-p3 15 15 16 16 #configure
Note:
See TracChangeset
for help on using the changeset viewer.