Index: ../trunk-jpl/jenkins/linux64_murdo =================================================================== --- ../trunk-jpl/jenkins/linux64_murdo (revision 20401) +++ ../trunk-jpl/jenkins/linux64_murdo (revision 20402) @@ -1,85 +0,0 @@ - -#-------------------------------# -# 1: ISSM general configuration # -#-------------------------------# - -#MATLAB path -MATLAB_PATH="/usr/local/matlab80/" - -#ISSM CONFIGURATION -ISSM_CONFIG='--prefix=$ISSM_DIR\ - --with-matlab-dir=$MATLAB_PATH \ - --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ - --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ - --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich" \ - --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-python-dir=$ISSM_DIR/externalpackages/python/install\ - --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python2.7/site-packages/numpy/core/include/numpy\ - --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \ - --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \ - --with-boost-dir=$ISSM_DIR/externalpackages/boost/install/ \ - --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.6/ -lgfortran" \ - --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ - --with-numthreads=18 \ - --enable-development \ - --enable-debugging ' - -#PYTHON and MATLAB testing -MATLAB_TEST=1 -PYTHON_TEST=1 - -#-----------------------------------# -# 3: External packages installation # -#-----------------------------------# - -#List of external pakages to be installed and their installation scripts -EXTERNALPACKAGES="autotools install.sh - mpich install-3.0-linux64.sh - cmake install.sh - petsc install-3.5-linux64.sh - triangle install-linux64.sh - boost install.sh - dakota install-5.3.1-linux64.sh - chaco install.sh - python install-2.7.3-linux64.sh - nose install-linux64-python2.sh - blas install-linux64.sh - lapack install-linux64.sh - git install.sh - m1qn3 install.sh - numpy install-linux64.sh - scipy install-linux64.sh - hdf5 install.sh - netcdf install.sh - netcdf-python install.sh - shell2junit install.sh" - -#---------------------# -# 4: ISSM Compilation # -#---------------------# - -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - -#number of cpus used in ISSM installation and compilation (one is usually -#safer as some packages are very sensitive to parallel compilation) -NUMCPUS_INSTALL=8 - -#number of cpus used in the nightly runs. -NUMCPUS_RUN=8 - -#Nightly run options. The matlab routine runme.m will be called -#as follows: runme($MATLAB_NROPTIONS). The options must be understandable -#by Matlab and runme.m -#ex: "'id',[101 102 103]" -MATLAB_NROPTIONS="'exclude',[119,514,701,702,435]" -PYTHON_NROPTIONS="--exclude 119 514 701 702 435" Index: ../trunk-jpl/jenkins/linux64_murdo_python =================================================================== --- ../trunk-jpl/jenkins/linux64_murdo_python (revision 20401) +++ ../trunk-jpl/jenkins/linux64_murdo_python (revision 20402) @@ -1,91 +0,0 @@ - -#-------------------------------# -# 1: ISSM general configuration # -#-------------------------------# - -#ISSM CONFIGURATION -ISSM_CONFIG='--prefix=$ISSM_DIR\ - --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ - --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ - --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich" \ - --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-python-dir=$ISSM_DIR/externalpackages/python/install\ - --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python2.7/site-packages/numpy/core/include/numpy\ - --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \ - --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \ - --with-boost-dir=$ISSM_DIR/externalpackages/boost/install/ \ - --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.6/ -lgfortran" \ - --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ - --with-numthreads=18 \ - --enable-development \ - --enable-debugging ' - -#MATLAB path -MATLAB_PATH='' - -#PYTHON and MATLAB testing -MATLAB_TEST=0 -PYTHON_TEST=1 - -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -#We have had issues with upgrading SVN versions. As such, it is nescessary to specify which SVN to use. -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - -#-----------------------------------# -# 3: External packages installation # -#-----------------------------------# - -#List of external pakages to be installed and their installation scripts -EXTERNALPACKAGES="autotools install.sh - mpich install-3.0-linux64.sh - cmake install.sh - petsc install-3.5-linux64.sh - triangle install-linux64.sh - boost install.sh - dakota install-5.3.1-linux64.sh - chaco install.sh - python install-2.7.3-linux64.sh - nose install-linux64-python2.sh - blas install-linux64.sh - lapack install-linux64.sh - git install.sh - m1qn3 install.sh - numpy install-linux64.sh - scipy install-linux64.sh - hdf5 install.sh - netcdf install.sh - netcdf-python install.sh - shell2junit install.sh" - - -#---------------------# -# 4: ISSM Compilation # -#---------------------# - -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - -#number of cpus used in ISSM installation and compilation (one is usually -#safer as some packages are very sensitive to parallel compilation) -NUMCPUS_INSTALL=8 - -#number of cpus used in the nightly runs. -NUMCPUS_RUN=8 - -#Nightly run options. The matlab routine runme.m will be called -#as follows: runme($MATLAB_NROPTIONS). The options must be understandable -#by Matlab and runme.m -#ex: "'id',[101 102 103]" -PYTHON_NROPTIONS="--exclude 119 514 701 702 435" Index: ../trunk-jpl/jenkins/linux64_murdo_ad =================================================================== --- ../trunk-jpl/jenkins/linux64_murdo_ad (revision 20401) +++ ../trunk-jpl/jenkins/linux64_murdo_ad (revision 20402) @@ -1,70 +0,0 @@ -# -#-------------------------------# -# 1: ISSM general configuration # -#-------------------------------# - -#MATLAB path -MATLAB_PATH="/usr/local/matlab80/" - -#ISSM CONFIGURATION -ISSM_CONFIG='--prefix=$ISSM_DIR\ - --prefix=$ISSM_DIR \ - --without-kriging \ - --without-kml \ - --without-Gia \ - --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \ - --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \ - --with-matlab-dir=$MATLAB_PATH \ - --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install ' - -#PYTHON and MATLAB testing -MATLAB_TEST=1 -PYTHON_TEST=0 - -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - -#-----------------------------------# -# 3: External packages installation # -#-----------------------------------# - -#List of external pakages to be installed and their installation scripts -EXTERNALPACKAGES="autotools install.sh - cmake install.sh - mpich install-3.0-linux64.sh - petsc install-3.5-linux64.sh - metis install-5.0.1-linux64.sh - triangle install-linux64.sh - gsl install-linux64.sh - adolc install.sh - shell2junit install.sh" - -#---------------------# -# 4: ISSM Compilation # -#---------------------# - -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - -#number of cpus used in ISSM installation and compilation (one is usually -#safer as some packages are very sensitive to parallel compilation) -NUMCPUS_INSTALL=8 - -#number of cpus used in the nightly runs. -NUMCPUS_RUN=8 - -#Nightly run options. The matlab routine runme.m will be called -#as follows: runme($MATLAB_NROPTIONS). The options must be understandable -#by Matlab and runme.m -#ex: "'id',[101 102 103]" -MATLAB_NROPTIONS="'benchmark','adolc','id',[3001:3019]" -PYTHON_NROPTIONS="" Index: ../trunk-jpl/jenkins/linux64_murdo_ampi =================================================================== --- ../trunk-jpl/jenkins/linux64_murdo_ampi (revision 20401) +++ ../trunk-jpl/jenkins/linux64_murdo_ampi (revision 20402) @@ -1,81 +0,0 @@ - -#-------------------------------# -# 1: ISSM general configuration # -#-------------------------------# - -#MATLAB path -MATLAB_PATH="/usr/local/matlab80/" - -#ISSM CONFIGURATION -ISSM_CONFIG='--prefix=$ISSM_DIR\ - --without-kriging \ - --without-kml \ - --without-Gia \ - --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \ - --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \ - --with-ampi-dir=$ISSM_DIR/externalpackages/adjoinablempi/install \ - --with-matlab-dir=$MATLAB_PATH \ - --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ - --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich" \ - --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ - --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-numthreads=18 \ - --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ - --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ - --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.6/ -lgfortran" \ - --enable-development \ - -#PYTHON and MATLAB testing -MATLAB_TEST=1 -PYTHON_TEST=0 - -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - -#-----------------------------------# -# 3: External packages installation # -#-----------------------------------# - -#List of external pakages to be installed and their installation scripts -EXTERNALPACKAGES="autotools install.sh - cmake install.sh - mpich install-3.0-linux64.sh - petsc install-3.5-linux64.sh - metis install-5.0.1-linux64.sh - triangle install-linux64.sh - gsl install-linux64.sh - mercurial install.sh - adjoinablempi install.sh - adolc install-withampi.sh - shell2junit install.sh" - -#---------------------# -# 4: ISSM Compilation # -#---------------------# - -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - -#number of cpus used in ISSM installation and compilation (one is usually -#safer as some packages are very sensitive to parallel compilation) -NUMCPUS_INSTALL=1 - -#number of cpus used in the nightly runs. -NUMCPUS_RUN=8 - -#Nightly run options. The matlab routine runme.m will be called -#as follows: runme($MATLAB_NROPTIONS). The options must be understandable -#by Matlab and runme.m -#ex: "'id',[101 102 103]" -MATLAB_NROPTIONS="'benchmark','adolc','id',[3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3119]" -PYTHON_NROPTIONS="" Index: ../trunk-jpl/jenkins/execute_shell =================================================================== --- ../trunk-jpl/jenkins/execute_shell (revision 20401) +++ ../trunk-jpl/jenkins/execute_shell (revision 20402) @@ -1,20 +0,0 @@ -#!/bin/bash - -#some exports required -export ISSM_DIR="$WORKSPACE" - -#which configuration are we using? -case $Platform in - master ) - configfile=linux64_murdo ;; - imac-012301-gil ) - configfile=imac-012301-gil ;; - windows ) - configfile=windows - export PATH=/cygdrive/c/Cygwin/usr/bin:/cygdrive/c/Cygwin/bin:$PATH ;; - -esac - -#run -cd "$WORKSPACE" -source $ISSM_DIR/jenkins/jenkins.sh $ISSM_DIR/jenkins/$configfile Index: ../trunk-jpl/jenkins/execute_shell_ad =================================================================== --- ../trunk-jpl/jenkins/execute_shell_ad (revision 20401) +++ ../trunk-jpl/jenkins/execute_shell_ad (revision 20402) @@ -1,16 +0,0 @@ -#!/bin/bash - -#some exports required -export ISSM_DIR="$WORKSPACE" - -#which configuration are we using? -case $AMPI in - ampion ) - configfile=linux64_murdo_ampi ;; - ampioff ) - configfile=linux64_murdo_ad ;; -esac - -#run -cd "$WORKSPACE" -source $ISSM_DIR/jenkins/jenkins.sh $ISSM_DIR/jenkins/$configfile Index: ../trunk-jpl/jenkins/linux64_murdo_gia =================================================================== --- ../trunk-jpl/jenkins/linux64_murdo_gia (revision 20401) +++ ../trunk-jpl/jenkins/linux64_murdo_gia (revision 20402) @@ -1,75 +0,0 @@ - -#-------------------------------# -# 1: ISSM general configuration # -#-------------------------------# - -#MATLAB path -MATLAB_PATH="/usr/local/matlab80/" - -#ISSM CONFIGURATION -ISSM_CONFIG='--prefix=$ISSM_DIR\ - --with-matlab-dir=$MATLAB_PATH \ - --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ - --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ - --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich" \ - --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-math77-dir=$ISSM_DIR/externalpackages/math77/install \ - --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.6/ -lgfortran" \ - --with-gia=yes \ - --with-numthreads=18 \ - --enable-development \ - --enable-debugging ' - -#PYTHON and MATLAB testing -MATLAB_TEST=1 -PYTHON_TEST=0 - -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - -#-----------------------------------# -# 3: External packages installation # -#-----------------------------------# - -#List of external pakages to be installed and their installation scripts -EXTERNALPACKAGES="autotools install.sh - mpich install-3.0-linux64.sh - cmake install.sh - petsc install-3.5-linux64.sh - triangle install-linux64.sh - math77 install.sh - shell2junit install.sh" - - -#---------------------# -# 4: ISSM Compilation # -#---------------------# - -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - -#number of cpus used in ISSM installation and compilation (one is usually -#safer as some packages are very sensitive to parallel compilation) -NUMCPUS_INSTALL=8 - -#number of cpus used in the nightly runs. -NUMCPUS_RUN=1 - -#Nightly run options. The matlab routine runme.m will be called -#as follows: runme($MATLAB_NROPTIONS). The options must be understandable -#by Matlab and runme.m -#ex: "'id',[101 102 103]" -MATLAB_NROPTIONS="'benchmark','all','id',[2001:2100]" -PYTHON_NROPTIONS="" Index: ../trunk-jpl/jenkins/linux64_murdo_iceocean =================================================================== --- ../trunk-jpl/jenkins/linux64_murdo_iceocean (revision 20401) +++ ../trunk-jpl/jenkins/linux64_murdo_iceocean (revision 20402) @@ -1,72 +0,0 @@ - -#-------------------------------# -# 1: ISSM general configuration # -#-------------------------------# - -#MATLAB path -MATLAB_PATH="/usr/local/matlab80/" - -#ISSM CONFIGURATION -ISSM_CONFIG='--prefix=$ISSM_DIR\ - --with-matlab-dir=$MATLAB_PATH \ - --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ - --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ - --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich" \ - --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.6/ -lgfortran" \ - --with-numthreads=18 \ - --enable-development \ - --enable-debugging ' - -#PYTHON and MATLAB testing -MATLAB_TEST=1 -PYTHON_TEST=0 - -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - -#-----------------------------------# -# 3: External packages installation # -#-----------------------------------# - -#List of external pakages to be installed and their installation scripts -EXTERNALPACKAGES="autotools install.sh - mpich install-3.0-linux64.sh - cmake install.sh - petsc install-3.5-linux64.sh - triangle install-linux64.sh - shell2junit install.sh" - - -#---------------------# -# 4: ISSM Compilation # -#---------------------# - -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - -#number of cpus used in ISSM installation and compilation (one is usually -#safer as some packages are very sensitive to parallel compilation) -NUMCPUS_INSTALL=8 - -#number of cpus used in the nightly runs. -NUMCPUS_RUN=1 - -#Nightly run options. The matlab routine runme.m will be called -#as follows: runme($MATLAB_NROPTIONS). The options must be understandable -#by Matlab and runme.m -#ex: "'id',[101 102 103]" -MATLAB_NROPTIONS="'benchmark','all','id',4001" -PYTHON_NROPTIONS="" Index: ../trunk-jpl/jenkins/imac-012301-gil =================================================================== --- ../trunk-jpl/jenkins/imac-012301-gil (revision 20401) +++ ../trunk-jpl/jenkins/imac-012301-gil (revision 20402) @@ -1,67 +0,0 @@ - -#-------------------------------# -# 1: ISSM general configuration # -#-------------------------------# - -#MATLAB path -MATLAB_PATH="/Applications/MATLAB_R2011b.app/" - -#ISSM CONFIGURATION -ISSM_CONFIG='--prefix=$ISSM_DIR \ - --with-matlab-dir=$MATLAB_PATH \ - --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ - --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ - --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lpmpich -lmpich -lmpl" \ - --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ - --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ - --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ - --with-numthreads=8 \ - --enable-debugging \ - --enable-development' - -#PYTHON and MATLAB testing -MATLAB_TEST=1 -PYTHON_TEST=0 - -#-----------------------------------# -# 3: External packages installation # -#-----------------------------------# - -#List of external pakages to be installed and their installation scripts -EXTERNALPACKAGES="autotools install.sh - mpich install-3.0-macosx64.sh - cmake install.sh - m1qn3 install.sh - petsc install-3.5-macosx64.sh - triangle install-macosx64.sh - shell2junit install.sh " - -#---------------------# -# 4: ISSM Compilation # -#---------------------# - -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - -#number of cpus used in ISSM installation and compilation (one is usually -#safer as some packages are very sensitive to parallel compilation) -NUMCPUS_INSTALL=8 - -#number of cpus used in the nightly runs. -NUMCPUS_RUN=1 - -#Nightly run options. The matlab routine runme.m will be called -#as follows: runme($MATLAB_NROPTIONS). The options must be understandable -#by Matlab and runme.m -#ex: "'id',[101 102 103]" -## bamg mesh FS -MATLAB_NROPTIONS="'exclude',[218 234 235 412 413 414 417 418 420 514 701 702 703 422 404 421 503 507 510]" -PYTHON_NROPTIONS="" Index: ../trunk-jpl/jenkins/linux64_ross =================================================================== --- ../trunk-jpl/jenkins/linux64_ross (revision 20401) +++ ../trunk-jpl/jenkins/linux64_ross (revision 20402) @@ -32,13 +32,6 @@ MATLAB_TEST=1 PYTHON_TEST=1 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -#We have had issues with upgrading SVN versions. As such, it is nescessary to specify which SVN to use. -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - #-----------------------------------# # 3: External packages installation # #-----------------------------------# @@ -54,20 +47,10 @@ m1qn3 install.sh shell2junit install.sh" +#-----------------# +# 4: test options # +#-----------------# -#---------------------# -# 4: ISSM Compilation # -#---------------------# - -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=10 Index: ../trunk-jpl/jenkins/linux64_caladan_ad =================================================================== --- ../trunk-jpl/jenkins/linux64_caladan_ad (revision 20401) +++ ../trunk-jpl/jenkins/linux64_caladan_ad (revision 20402) @@ -22,12 +22,6 @@ MATLAB_TEST=1 PYTHON_TEST=0 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - #-----------------------------------# # 3: External packages installation # #-----------------------------------# @@ -42,19 +36,10 @@ adolc install.sh shell2junit install.sh" -#---------------------# -# 4: ISSM Compilation # -#---------------------# +#-----------------# +# 4: test options # +#-----------------# -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=2 Index: ../trunk-jpl/jenkins/linux64_caladan_ampi =================================================================== --- ../trunk-jpl/jenkins/linux64_caladan_ampi (revision 20401) +++ ../trunk-jpl/jenkins/linux64_caladan_ampi (revision 20402) @@ -31,12 +31,6 @@ MATLAB_TEST=1 PYTHON_TEST=0 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - #-----------------------------------# # 3: External packages installation # #-----------------------------------# @@ -52,19 +46,10 @@ adolc install-withampi.sh shell2junit install.sh" -#---------------------# -# 4: ISSM Compilation # -#---------------------# +#-----------------# +# 4: test options # +#-----------------# -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=2 Index: ../trunk-jpl/jenkins/linux64_ross_ad =================================================================== --- ../trunk-jpl/jenkins/linux64_ross_ad (revision 20401) +++ ../trunk-jpl/jenkins/linux64_ross_ad (revision 20402) @@ -24,12 +24,6 @@ MATLAB_TEST=1 PYTHON_TEST=1 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - #-----------------------------------# # 3: External packages installation # #-----------------------------------# @@ -44,19 +38,10 @@ adolc install.sh shell2junit install.sh" -#---------------------# -# 4: ISSM Compilation # -#---------------------# +#-----------------# +# 4: test options # +#-----------------# -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=5 Index: ../trunk-jpl/jenkins/macosx_pine-island_static =================================================================== --- ../trunk-jpl/jenkins/macosx_pine-island_static (revision 20401) +++ ../trunk-jpl/jenkins/macosx_pine-island_static (revision 20402) @@ -29,12 +29,6 @@ MATLAB_TEST=1 PYTHON_TEST=0 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - #-----------------------------------# # 3: External packages installation # #-----------------------------------# @@ -48,19 +42,10 @@ triangle install-macosx64.sh shell2junit install.sh" -#---------------------# -# 4: ISSM Compilation # -#---------------------# +#-----------------# +# 4: test options # +#-----------------# -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=4 Index: ../trunk-jpl/jenkins/linux64_ross_ampi =================================================================== --- ../trunk-jpl/jenkins/linux64_ross_ampi (revision 20401) +++ ../trunk-jpl/jenkins/linux64_ross_ampi (revision 20402) @@ -33,12 +33,6 @@ MATLAB_TEST=1 PYTHON_TEST=1 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - #-----------------------------------# # 3: External packages installation # #-----------------------------------# @@ -54,19 +48,10 @@ adolc install-withampi.sh shell2junit install.sh" -#---------------------# -# 4: ISSM Compilation # -#---------------------# +#-----------------# +# 4: test options # +#-----------------# -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=5 Index: ../trunk-jpl/jenkins/windows_test =================================================================== --- ../trunk-jpl/jenkins/windows_test (revision 20401) +++ ../trunk-jpl/jenkins/windows_test (revision 20402) @@ -9,27 +9,14 @@ MATLAB_TEST=1 PYTHON_TEST=0 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - - #-----------------------------------# # 3: External packages installation # #-----------------------------------# -#---------------------# -# 4: ISSM Compilation # -#---------------------# +#-----------------# +# 4: test options # +#-----------------# -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="no" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=4 Index: ../trunk-jpl/jenkins/windows =================================================================== --- ../trunk-jpl/jenkins/windows (revision 20401) +++ ../trunk-jpl/jenkins/windows (revision 20402) @@ -31,12 +31,6 @@ MATLAB_TEST=1 PYTHON_TEST=0 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - #-----------------------------------# # 3: External packages installation # #-----------------------------------# @@ -48,19 +42,10 @@ triangle install-win7.sh shell2junit install.sh" -#---------------------# -# 4: ISSM Compilation # -#---------------------# +#-----------------# +# 4: test options # +#-----------------# -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=5 Index: ../trunk-jpl/jenkins/linux64_ross_gia =================================================================== --- ../trunk-jpl/jenkins/linux64_ross_gia (revision 20401) +++ ../trunk-jpl/jenkins/linux64_ross_gia (revision 20402) @@ -28,14 +28,6 @@ MATLAB_TEST=1 PYTHON_TEST=0 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" -SVN='/usr/bin/svn' -SVNVERSION='/usr/bin/svnversion' - #-----------------------------------# # 3: External packages installation # #-----------------------------------# @@ -49,20 +41,10 @@ gmsh install.sh shell2junit install.sh" +#-----------------# +# 4: test options # +#-----------------# -#---------------------# -# 4: ISSM Compilation # -#---------------------# - -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=8 Index: ../trunk-jpl/jenkins/macosx_pine-island_dakota =================================================================== --- ../trunk-jpl/jenkins/macosx_pine-island_dakota (revision 20401) +++ ../trunk-jpl/jenkins/macosx_pine-island_dakota (revision 20402) @@ -28,12 +28,6 @@ MATLAB_TEST=1 PYTHON_TEST=0 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - #-----------------------------------# # 3: External packages installation # #-----------------------------------# @@ -50,19 +44,10 @@ dakota install-6.2-macosx64.sh shell2junit install.sh" -#---------------------# -# 4: ISSM Compilation # -#---------------------# +#-----------------# +# 4: test options # +#-----------------# -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=4 Index: ../trunk-jpl/jenkins/linux64_ross_iceocean =================================================================== --- ../trunk-jpl/jenkins/linux64_ross_iceocean (revision 20401) +++ ../trunk-jpl/jenkins/linux64_ross_iceocean (revision 20402) @@ -26,12 +26,6 @@ MATLAB_TEST=1 PYTHON_TEST=0 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - #-----------------------------------# # 3: External packages installation # #-----------------------------------# @@ -44,20 +38,10 @@ triangle install-linux64.sh shell2junit install.sh" +#-----------------# +# 4: test options # +#-----------------# -#---------------------# -# 4: ISSM Compilation # -#---------------------# - -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=8 Index: ../trunk-jpl/jenkins/linux64_ross_se =================================================================== --- ../trunk-jpl/jenkins/linux64_ross_se (revision 20401) +++ ../trunk-jpl/jenkins/linux64_ross_se (revision 20402) @@ -27,12 +27,6 @@ MATLAB_TEST=1 PYTHON_TEST=1 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - #-----------------------------------# # 3: External packages installation # #-----------------------------------# @@ -49,19 +43,10 @@ gmsh install.sh shell2junit install.sh" -#---------------------# -# 4: ISSM Compilation # -#---------------------# +#-----------------# +# 4: test options # +#-----------------# -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=5 Index: ../trunk-jpl/jenkins/windows-par =================================================================== --- ../trunk-jpl/jenkins/windows-par (revision 20401) +++ ../trunk-jpl/jenkins/windows-par (revision 20402) @@ -29,12 +29,6 @@ MATLAB_TEST=1 PYTHON_TEST=0 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - #-----------------------------------# # 3: External packages installation # #-----------------------------------# @@ -46,19 +40,10 @@ triangle install-win7.sh shell2junit install.sh" -#---------------------# -# 4: ISSM Compilation # -#---------------------# +#-----------------# +# 4: test options # +#-----------------# -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=8 Index: ../trunk-jpl/jenkins/linux64_caladan =================================================================== --- ../trunk-jpl/jenkins/linux64_caladan (revision 20401) +++ ../trunk-jpl/jenkins/linux64_caladan (revision 20402) @@ -32,12 +32,6 @@ MATLAB_TEST=1 PYTHON_TEST=1 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - #-----------------------------------# # 3: External packages installation # #-----------------------------------# @@ -53,19 +47,10 @@ m1qn3 install.sh shell2junit install.sh" -#---------------------# -# 4: ISSM Compilation # -#---------------------# +#-----------------# +# 4: Test options # +#-----------------# -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=4 Index: ../trunk-jpl/jenkins/macosx_pine-island =================================================================== --- ../trunk-jpl/jenkins/macosx_pine-island (revision 20401) +++ ../trunk-jpl/jenkins/macosx_pine-island (revision 20402) @@ -38,19 +38,10 @@ triangle install-macosx64.sh shell2junit install.sh" -#---------------------# -# 4: ISSM Compilation # -#---------------------# +#-----------------# +# 4: test options # +#-----------------# -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=4 Index: ../trunk-jpl/jenkins/linux64_ross_test =================================================================== --- ../trunk-jpl/jenkins/linux64_ross_test (revision 20401) +++ ../trunk-jpl/jenkins/linux64_ross_test (revision 20402) @@ -32,12 +32,6 @@ #MATLAB_TEST=1 #PYTHON_TEST=1 -#execution path used for parallel runs -EXECUTION_PATH=$ISSM_DIR/execution - -#repo: -REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" - #-----------------------------------# # 3: External packages installation # #-----------------------------------# @@ -53,20 +47,10 @@ m1qn3 install.sh shell2junit install.sh" +#-----------------# +# 4: test options # +#-----------------# -#---------------------# -# 4: ISSM Compilation # -#---------------------# - -#ISSM_COMPILATION can have 2 values: -# - "yes" compile ISSM -# - "no" do not compile ISSM -#ISSM_COMPILATION="yes" - -#------------------------# -# 5: Nightly run options # -#------------------------# - #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) NUMCPUS_INSTALL=6