Changeset 24427
- Timestamp:
- 12/03/19 23:52:51 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.7-mac.sh
r24394 r24427 2 2 set -eu 3 3 4 #Some cleanup 5 rm -rf install petsc-3.7.6 src 4 5 ## Constants 6 # 7 VER="3.7.6" 8 9 # Download source 10 $ISSM_DIR/scripts/DownloadExternalPackage.sh "https://issm.ess.uci.edu/files/externalpackages/petsc-lite-${VER}.tar.gz" "petsc-${VER}.tar.gz" 11 12 # Unpack source 13 tar -zxvf petsc-$VER.tar.gz 14 15 # Cleanup 16 rm -rf install src 6 17 mkdir install src 7 18 8 #Download from ISSM server 9 $ISSM_DIR/scripts/DownloadExternalPackage.sh 'https://issm.ess.uci.edu/files/externalpackages/petsc-lite-3.7.6.tar.gz' 'petsc-3.7.6.tar.gz' 19 # Move source to 'src' directory 20 mv petsc-$VER/* src/ 21 rm -rf petsc-$VER 10 22 11 #Untar and move petsc to install directory 12 tar -zxvf petsc-3.7.6.tar.gz 13 mv petsc-3.7.6/* src/ 14 rm -rf petsc-3.7.6 15 16 #configure 23 # Configure 17 24 cd src 18 25 ./config/configure.py \ 19 --prefix="$ ISSM_DIR/externalpackages/petsc/install" \20 -- with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \21 -- PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \22 --with-debugging= 1\26 --prefix="${ISSM_DIR}/externalpackages/petsc/install" \ 27 --PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" \ 28 --with-mpi-dir="${ISSM_DIR}/externalpackages/mpich/install" \ 29 --with-debugging=0 \ 23 30 --with-valgrind=0 \ 24 31 --with-x=0 \ … … 27 34 --download-metis=1 \ 28 35 --download-parmetis=1 \ 29 --download- mumps=1 \30 --download- scalapack=136 --download-scalapack=1 \ 37 --download-mumps=1 31 38 32 #Compile and intall 33 make 34 make install 39 # Compile and install 40 if [ $# -eq 0 ]; then 41 make 42 make install 43 else 44 make -j $1 45 make -j $1 install 46 fi 47 48 # Return to initial directory 49 cd .. -
issm/trunk-jpl/jenkins/macosx_pine-island
r24399 r24427 7 7 8 8 # ISSM CONFIGURATION 9 ISSM_CONFIG='--prefix=$ISSM_DIR \ 9 ISSM_CONFIG='\ 10 --prefix=$ISSM_DIR \ 11 --disable-static \ 10 12 --with-matlab-dir=$MATLAB_PATH \ 11 13 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 12 14 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \ 13 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \14 15 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 15 16 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ … … 21 22 --with-semic-dir=$ISSM_DIR/externalpackages/semic/install \ 22 23 --with-numthreads=4 \ 24 --enable-development \ 23 25 --enable-debugging \ 24 --enable-development \25 26 ' 26 27 … … 39 40 autotools install.sh 40 41 cmake install.sh 41 mpich install-3. 2-mac.sh42 mpich install-3.3.sh 42 43 petsc install-3.7-mac.sh 43 44 triangle install-macosx64.sh … … 57 58 # compilation 58 59 # 59 NUMCPUS_INSTALL= 860 NUMCPUS_INSTALL=4 60 61 61 62 # Number of CPUs used in the nightly runs 62 NUMCPUS_RUN= 863 NUMCPUS_RUN= 63 64 64 65 # Nightly run options -
issm/trunk-jpl/jenkins/macosx_pine-island_dakota
r24400 r24427 14 14 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 15 15 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \ 16 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \17 16 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 18 17 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ … … 44 43 autotools install.sh 45 44 cmake install.sh 46 mpich install-3. 2-mac.sh45 mpich install-3.3.sh 47 46 petsc install-3.7-mac.sh 48 47 triangle install-macosx64.sh -
issm/trunk-jpl/jenkins/macosx_pine-island_dakota_static
r23453 r24427 17 17 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 18 18 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 19 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \20 19 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ 21 20 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ … … 36 35 37 36 #List of external pakages to be installed and their installation scripts 38 EXTERNALPACKAGES="autotools install.sh 39 cmake install.sh 40 chaco install-macosx64.sh 41 mpich install-3.2-macosx64-static.sh 42 m1qn3 install.sh 43 petsc install-3.7-macosx64-static.sh 44 triangle install-macosx64.sh 45 boost install-1.55-macosx-el_capitan.sh 46 dakota install-6.2-macosx64.sh 47 shell2junit install.sh" 37 EXTERNALPACKAGES=" 38 autotools install.sh 39 cmake install.sh 40 chaco install-macosx64.sh 41 mpich install-3.2-macosx64-static.sh 42 m1qn3 install.sh 43 petsc install-3.7-macosx64-static.sh 44 triangle install-macosx64.sh 45 boost install-1.55-macosx-el_capitan.sh 46 dakota install-6.2-macosx64.sh 47 shell2junit install.sh 48 " 48 49 49 50 #-----------------# -
issm/trunk-jpl/jenkins/macosx_pine-island_examples
r24399 r24427 12 12 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 13 13 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \ 14 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \15 14 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 16 15 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ … … 40 39 autotools install.sh 41 40 cmake install.sh 42 mpich install-3. 2-mac.sh41 mpich install-3.3.sh 43 42 petsc install-3.7-mac.sh 44 43 triangle install-macosx64.sh … … 65 64 # compilation 66 65 # 67 NUMCPUS_INSTALL= 866 NUMCPUS_INSTALL=4 68 67 69 68 # Number of CPUs used in the nightly runs 70 NUMCPUS_RUN= 869 NUMCPUS_RUN=4 71 70 72 71 # Nightly run options -
issm/trunk-jpl/jenkins/macosx_pine-island_static
r24394 r24427 16 16 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 17 17 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lpmpi -lmpifort -lmpicxx" \ 18 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \19 18 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 20 19 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ … … 68 67 # compilation 69 68 # 70 NUMCPUS_INSTALL= 869 NUMCPUS_INSTALL=4 71 70 72 71 # Number of CPUs used in the nightly runs 73 NUMCPUS_RUN= 872 NUMCPUS_RUN=4 74 73 75 74 # Nightly run options
Note:
See TracChangeset
for help on using the changeset viewer.