Changeset 20762
- Timestamp:
- 06/16/16 17:37:58 (9 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 1 added
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-dev-linux64.sh
r15367 r20762 1 1 #!/bin/bash 2 2 3 STEP= 23 STEP=1 4 4 5 5 if [ $STEP -eq 1 ]; then -
issm/trunk-jpl/externalpackages/windows/configs/sdk10.0-win64.sh
r19542 r20762 17 17 # libraries. If you wish to use 8.0 or 8.1 then you need to provide the 18 18 # directory of 'Windows Kits' instead. 19 export MPI_DIR='C:\Program s\MPICH2'19 export MPI_DIR='C:\Program Files (x86)\MPICH2' 20 20 21 21 # Unfotunately, standard installation directories of Matlab usually include
Note:
See TracChangeset
for help on using the changeset viewer.