Changeset 23343
- Timestamp:
- 09/26/18 23:10:47 (6 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/externalpackages/gmsh/install-static.sh ¶
r22766 r23343 27 27 #Configure 28 28 cd install 29 cmake ../src -DCMAKE_INSTALL_PREFIX="$ISSM_DIR/externalpackages/gmsh/install" -DENABLE_ MPI=0-DENABLE_METIS=029 cmake ../src -DCMAKE_INSTALL_PREFIX="$ISSM_DIR/externalpackages/gmsh/install" -DENABLE_BUILD_LIB=1 -DENABLE_METIS=0 30 30 31 31 #Compile and install -
TabularUnified issm/trunk/jenkins/macosx_pine-island_static ¶
r23196 r23343 5 5 6 6 #MATLAB path 7 MATLAB_PATH="/Applications/MATLAB_R2015b.app /"7 MATLAB_PATH="/Applications/MATLAB_R2015b.app" 8 8 9 9 #ISSM CONFIGURATION 10 10 ISSM_CONFIG='--prefix=$ISSM_DIR \ 11 --disable-static \12 11 --enable-standalone-executables \ 13 12 --enable-standalone-libraries \ 14 13 --with-matlab-dir=$MATLAB_PATH \ 15 14 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 16 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include 17 --with-mpi-libflags=" -L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich -lmpl -lpmpich" \15 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 16 --with-mpi-libflags="$ISSM_DIR/externalpackages/mpich/install/lib/libmpich.a $ISSM_DIR/externalpackages/mpich/install/lib/libmpl.a $ISSM_DIR/externalpackages/mpich/install/lib/libpmpich.a" \ 18 17 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 19 18 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ … … 24 23 --with-math77-dir=$ISSM_DIR/externalpackages/math77/install \ 25 24 --with-fortran-lib="/usr/local/gfortran/lib/libgfortran.a /usr/local/gfortran/lib/libquadmath.a /usr/local/gfortran/lib/gcc/x86_64-apple-darwin14/5.2.0/libgcc.a" \ 25 --with-pic \ 26 26 --with-numthreads=4' 27 27 … … 37 37 EXTERNALPACKAGES="autotools install.sh 38 38 cmake install.sh 39 mpich install-3. 0-macosx64-static.sh39 mpich install-3.2-macosx64-static.sh 40 40 m1qn3 install.sh 41 petsc install-3. 6-macosx64-static.sh41 petsc install-3.7-macosx64-static.sh 42 42 triangle install-macosx64.sh 43 43 math77 install.sh … … 55 55 56 56 #number of cpus used in the nightly runs. 57 NUMCPUS_RUN= 257 NUMCPUS_RUN=4 58 58 59 59 #Nightly run options. The matlab routine runme.m will be called … … 62 62 #ex: "'id',[101 102 103]" 63 63 ## bamg mesh FS 64 #PYTHON_NROPTIONS=" --exclude_name 'Dakota'"65 #MATLAB_NROPTIONS=" 'exclude',[119,243,514,701,702,703,435,IdFromString('Dakota')]"64 #PYTHON_NROPTIONS="" 65 #MATLAB_NROPTIONS=""
Note:
See TracChangeset
for help on using the changeset viewer.