Changeset 18423
- Timestamp:
- 08/16/14 14:06:10 (11 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.5-macosx64-static.sh
r18419 r18423 28 28 --download-parmetis=1 \ 29 29 --download-mumps=1 \ 30 --download-fblaslapack=1 \ 30 31 --download-scalapack=1 31 32 32 #--download-fblaslapack=1 \33 33 34 34 #Compile and intall -
issm/trunk-jpl/packagers/macosx/install.sh
r18422 r18423 109 109 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 110 110 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ 111 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 111 112 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 112 113 --with-mpi-libflags=" -L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich -lpmpich" \ … … 115 116 --with-numthreads=4 116 117 117 #--with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \118 118 119 119 if [ $? -ne 0 ]; then echo "FAILED TO CONFIGURE!" && exit 1; fi
Note:
See TracChangeset
for help on using the changeset viewer.