Changeset 22182
- Timestamp:
- 10/20/17 16:29:26 (7 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/mpich/install-3.2-linux64-static.sh
r22179 r22182 19 19 cd src 20 20 ./configure \ 21 --prefix="$ISSM_DIR/externalpackages/mpich/install" \ 22 --with-cxxoptflags="-fPIC" 21 --prefix="$ISSM_DIR/externalpackages/mpich/install" 23 22 24 23 #Compile mpich (this new version supports parallel make) -
issm/trunk/externalpackages/petsc/install-3.7-linux64-static.sh
r22179 r22182 20 20 --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \ 21 21 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \ 22 --with-debugging= 1\22 --with-debugging=0 \ 23 23 --with-valgrind=0 \ 24 24 --with-x=0 \ … … 30 30 --download-fblaslapack=1 \ 31 31 --download-scalapack=1 \ 32 --COPTFLAGS="- O3 -fPIC" \33 --CXXOPTFLAGS="- O3 -fPIC" \34 --FOPTFLAGS="- O3 -fPIC"32 --COPTFLAGS="-fPIC" \ 33 --CXXOPTFLAGS="-fPIC" \ 34 --FOPTFLAGS="-fPIC" 35 35 36 36 #Compile and intall -
issm/trunk/jenkins/linux64_ross_static
r22180 r22182 23 23 --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ 24 24 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran" \ 25 --with-numthreads=4 \ 26 --with-cxx-optflags="-fPIC"' 25 --with-numthreads=4' 27 26 28 27 #PYTHON and MATLAB testing
Note:
See TracChangeset
for help on using the changeset viewer.