Changeset 22179
- Timestamp:
- 10/20/17 15:41:53 (7 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/mpich/install-3.2-linux64-static.sh
r22020 r22179 16 16 rm -rf mpich-3.2 17 17 18 #compilation flags19 export CXXFLAGS='-fPIC'20 export CFLAGS='-fPIC'21 export FFLAGS='-fPIC'22 23 18 #Configure mpich 24 19 cd src 25 20 ./configure \ 26 21 --prefix="$ISSM_DIR/externalpackages/mpich/install" \ 27 --disable-shared \ 28 --with-pic=yes 22 --with-cxxoptflags="-fPIC" 29 23 30 24 #Compile mpich (this new version supports parallel make) -
issm/trunk/externalpackages/petsc/install-3.7-linux64-static.sh
r21729 r22179 20 20 --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \ 21 21 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \ 22 --with-debugging= 0\22 --with-debugging=1 \ 23 23 --with-valgrind=0 \ 24 24 --with-x=0 \ … … 30 30 --download-fblaslapack=1 \ 31 31 --download-scalapack=1 \ 32 --with-pic=1 32 --COPTFLAGS="-O3 -fPIC" \ 33 --CXXOPTFLAGS="-O3 -fPIC" \ 34 --FOPTFLAGS="-O3 -fPIC" 33 35 34 36 #Compile and intall -
issm/trunk/jenkins/linux64_ross_static
r22171 r22179 5 5 6 6 #MATLAB path 7 MATLAB_PATH="/usr/local/MATLAB/R201 5a"7 MATLAB_PATH="/usr/local/MATLAB/R2017b" 8 8 9 9 #ISSM CONFIGURATION … … 12 12 --enable-standalone-executables \ 13 13 --enable-standalone-libraries \ 14 --enable-standalone-modules \15 14 --with-matlab-dir=$MATLAB_PATH \ 16 15 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 17 16 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 18 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi ch" \17 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lfmpich" \ 19 18 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 20 19 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ … … 24 23 --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ 25 24 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran" \ 26 --with-numthreads=4' 25 --with-numthreads=4 \ 26 --with-cxxoptflags="-fPIC"' 27 27 28 28 #PYTHON and MATLAB testing … … 37 37 EXTERNALPACKAGES="autotools install.sh 38 38 cmake install.sh 39 mpich install-3. 0-linux64-static.sh39 mpich install-3.2-linux64-static.sh 40 40 m1qn3 install.sh 41 petsc install-3. 6-linux64-static.sh41 petsc install-3.7-linux64-static.sh 42 42 triangle install-linux64.sh 43 43 shell2junit install.sh"
Note:
See TracChangeset
for help on using the changeset viewer.