Changeset 22232
- Timestamp:
- 11/03/17 20:34:11 (7 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/petsc/install-3.6-linux64-static.sh
r22231 r22232 29 29 --download-mumps=1 \ 30 30 --download-fblaslapack=1 \ 31 --download-scalapack=1 \ 32 --with-pic=1 \ 33 --CFLAGS="-fPIC" \ 34 --CXXFLAGS="-fPIC" \ 35 --FFLAGS="-fPIC" 31 --download-scalapack=1 36 32 37 38 33 #Compile and intall 39 34 make -
issm/trunk/jenkins/linux64_ross_static
r22229 r22232 15 15 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 16 16 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 17 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -l fmpich -lmpich -lmpl" \17 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich" \ 18 18 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 19 19 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
Note:
See TracChangeset
for help on using the changeset viewer.