source:
issm/oecreview/Archive/19101-20495/ISSM-19931-19932.diff
Last change on this file was 20498, checked in by , 9 years ago | |
---|---|
File size: 6.1 KB |
-
../trunk-jpl/test/NightlyRun/test124.m
20 20 'Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2',... 21 21 'Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'}; 22 22 field_tolerances={... 23 1e-09,3. 2e-10,3.2e-10,1e-10,1e-13,1e-13,1e-13,...23 1e-09,3.4e-10,3.2e-10,1e-10,1e-13,1e-13,1e-13,... 24 24 1e-09,3e-10,3e-10,1e-10,1e-10,1e-10,1e-10,... 25 25 1e-09,3e-10,3e-10,1e-10,1e-10,1e-10,1e-10}; 26 26 field_values={... -
../trunk-jpl/test/NightlyRun/test211.py
29 29 field_tolerances=[\ 30 30 2e-08,2e-08,1e-06,2e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,\ 31 31 5e-07,5e-07,5e-05,1e-07,1e-08,1e-08,1e-08,1e-08,5e-08,2e-06,\ 32 5 e-06,5e-06,5e-05,5e-06,1e-07,5e-07,5e-07,5e-07,5e-06,5e-05]32 5.4e-06,5e-06,5e-05,5e-06,1e-07,5e-07,5e-07,5e-07,5e-06,5e-05] 33 33 field_values=[\ 34 34 md.results.TransientSolution[0].Vx,\ 35 35 md.results.TransientSolution[0].Vy,\ -
../trunk-jpl/test/NightlyRun/test211.m
16 16 field_tolerances={... 17 17 2e-08,2e-08,2e-06,2e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,... 18 18 5e-07,5e-07,5e-05,2e-07,1e-08,1e-08,1e-08,1e-08,6e-08,2e-06,... 19 5 e-06,5e-06,5e-05,5e-06,5e-07,5e-07,5e-07,5e-07,5e-06,5e-05};19 5.4e-06,5e-06,5e-05,5e-06,5e-07,5e-07,5e-07,5e-07,5e-06,5e-05}; 20 20 field_values={... 21 21 (md.results.TransientSolution(1).Vx),... 22 22 (md.results.TransientSolution(1).Vy),... -
../trunk-jpl/externalpackages/petsc/install-3.5-win7.sh
6 6 mkdir install src 7 7 8 8 #Download from ISSM server 9 #$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.5.3.tar.gz' 'petsc-3.5.3.tar.gz'9 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.5.3.tar.gz' 'petsc-3.5.3.tar.gz' 10 10 11 11 #Untar and move petsc to install directory 12 12 tar -zxvf petsc-3.5.3.tar.gz -
../trunk-jpl/jenkins/linux64_ross_test
1 #-------------------------------# 2 # 1: ISSM general configuration # 3 #-------------------------------# 4 5 #ISSM CONFIGURATION 6 ISSM_CONFIG='--prefix=$ISSM_DIR\ 7 --disable-static \ 8 --with-matlab-dir=$MATLAB_DIR \ 9 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 10 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 11 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich" \ 12 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 13 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 14 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ 15 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 16 --with-python-dir=/usr\ 17 --with-python-numpy-dir=/usr/lib/python2.7/dist-packages/numpy\ 18 --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \ 19 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \ 20 --with-boost-dir=$ISSM_DIR/externalpackages/boost/install/ \ 21 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9/ -lgfortran" \ 22 --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ 23 --with-numthreads=4 \ 24 --enable-development \ 25 --enable-debugging ' 26 27 #MATLAB path 28 MATLAB_PATH="/usr/local/MATLAB/R2015a" 29 30 #PYTHON and MATLAB testing 31 #MATLAB_TEST=1 32 #PYTHON_TEST=1 33 34 #execution path used for parallel runs 35 EXECUTION_PATH=$ISSM_DIR/execution 36 37 #repo: 38 #We have had issues with upgrading SVN versions. As such, it is nescessary to specify which SVN to use. 39 REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" 40 SVN='/usr/bin/svn' 41 SVNVERSION='/usr/bin/svnversion' 42 43 #-----------------------------------# 44 # 3: External packages installation # 45 #-----------------------------------# 46 47 #ISSM_EXTERNALPACKAGES can have 3 values: 48 # - "install" install all external packages listed below 49 # - "copy" copy existing directories (EXTERNALPACKAGESDIR) 50 # - "none" leave external packages as is 51 # ->skip to section 4 52 #ISSM_EXTERNALPACKAGES="install" 53 EXTERNALPACKAGESDIR=$ISSM_DIR/externalpackages 54 55 #List of external pakages to be installed and their installation scripts 56 EXTERNALPACKAGES="autotools install.sh 57 matlab install.sh 58 mpich install-3.0-linux64.sh 59 petsc install-3.5-linux64.sh 60 triangle install-linux64.sh 61 boost install.sh 62 dakota install-6.2-linux64.sh 63 chaco install.sh 64 m1qn3 install.sh 65 shell2junit install.sh" 66 67 68 #---------------------# 69 # 4: ISSM Compilation # 70 #---------------------# 71 72 #ISSM_COMPILATION can have 2 values: 73 # - "yes" compile ISSM 74 # - "no" do not compile ISSM 75 #ISSM_COMPILATION="yes" 76 77 #------------------------# 78 # 5: Nightly run options # 79 #------------------------# 80 81 #number of cpus used in ISSM installation and compilation (one is usually 82 #safer as some packages are very sensitive to parallel compilation) 83 NUMCPUS_INSTALL=6 84 85 #number of cpus used in the nightly runs. 86 NUMCPUS_RUN=3 87 88 #Nightly run options. The matlab routine runme.m will be called 89 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable 90 #by Matlab and runme.m 91 #ex: "'id',[101 102 103]" 92 PYTHON_NROPTIONS="--exclude 119 243 514 701 702 435" 93 MATLAB_NROPTIONS="'exclude',[119,243,514,701,702,435]"
Note:
See TracBrowser
for help on using the repository browser.