source: issm/oecreview/Archive/19101-20495/ISSM-19931-19932.diff@ 20498

Last change on this file since 20498 was 20498, checked in by Mathieu Morlighem, 9 years ago

CHG: done with Archive/19101-20495

File size: 6.1 KB
  • ../trunk-jpl/test/NightlyRun/test124.m

     
    2020        'Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2',...
    2121        'Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
    2222field_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,...
    2424        1e-09,3e-10,3e-10,1e-10,1e-10,1e-10,1e-10,...
    2525        1e-09,3e-10,3e-10,1e-10,1e-10,1e-10,1e-10};
    2626field_values={...
  • ../trunk-jpl/test/NightlyRun/test211.py

     
    2929field_tolerances=[\
    3030        2e-08,2e-08,1e-06,2e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,\
    3131        5e-07,5e-07,5e-05,1e-07,1e-08,1e-08,1e-08,1e-08,5e-08,2e-06,\
    32         5e-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]
    3333field_values=[\
    3434        md.results.TransientSolution[0].Vx,\
    3535        md.results.TransientSolution[0].Vy,\
  • ../trunk-jpl/test/NightlyRun/test211.m

     
    1616field_tolerances={...
    1717        2e-08,2e-08,2e-06,2e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,...
    1818        5e-07,5e-07,5e-05,2e-07,1e-08,1e-08,1e-08,1e-08,6e-08,2e-06,...
    19         5e-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};
    2020field_values={...
    2121        (md.results.TransientSolution(1).Vx),...
    2222        (md.results.TransientSolution(1).Vy),...
  • ../trunk-jpl/externalpackages/petsc/install-3.5-win7.sh

     
    66mkdir install src
    77
    88#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'
    1010
    1111#Untar and move petsc to install directory
    1212tar -zxvf  petsc-3.5.3.tar.gz
  • ../trunk-jpl/jenkins/linux64_ross_test

     
     1#-------------------------------#
     2# 1: ISSM general configuration #
     3#-------------------------------#
     4
     5#ISSM CONFIGURATION
     6ISSM_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
     28MATLAB_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
     35EXECUTION_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.
     39REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl"
     40SVN='/usr/bin/svn'
     41SVNVERSION='/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"
     53EXTERNALPACKAGESDIR=$ISSM_DIR/externalpackages
     54
     55#List of external pakages to be installed and their installation scripts
     56EXTERNALPACKAGES="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)
     83NUMCPUS_INSTALL=6
     84
     85#number of cpus used in the nightly runs.
     86NUMCPUS_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]"
     92PYTHON_NROPTIONS="--exclude 119 243 514 701 702 435"
     93MATLAB_NROPTIONS="'exclude',[119,243,514,701,702,435]"
Note: See TracBrowser for help on using the repository browser.