Changeset 25713
- Timestamp:
- 10/23/20 10:55:40 (4 years ago)
- Location:
- issm/trunk-jpl/externalpackages/petsc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.12-mac.sh
r25654 r25713 51 51 52 52 # Compile and install 53 make -j 1654 make -j 16install53 make 54 make install -
issm/trunk-jpl/externalpackages/petsc/install-3.14-mac.sh
r25710 r25713 40 40 41 41 # Compile and install 42 if [ $# -eq 0 ]; then 43 make 44 make install 45 else 46 make -j $1 47 make -j $1 install 48 fi 42 make 43 make install
Note:
See TracChangeset
for help on using the changeset viewer.