Changeset 22182


Ignore:
Timestamp:
10/20/17 16:29:26 (7 years ago)
Author:
dlcheng
Message:

CHG: Removed extraneous --with-cxx-optflags option from Linux_Ubuntu_Binaries job, as well as -02 option from PETSc 3.7 install script.

Location:
issm/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/mpich/install-3.2-linux64-static.sh

    r22179 r22182  
    1919cd src
    2020./configure \
    21         --prefix="$ISSM_DIR/externalpackages/mpich/install" \
    22         --with-cxxoptflags="-fPIC"
     21        --prefix="$ISSM_DIR/externalpackages/mpich/install"
    2322
    2423#Compile mpich (this new version supports parallel make)
  • issm/trunk/externalpackages/petsc/install-3.7-linux64-static.sh

    r22179 r22182  
    2020        --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \
    2121        --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
    22         --with-debugging=1 \
     22        --with-debugging=0 \
    2323        --with-valgrind=0 \
    2424        --with-x=0 \
     
    3030        --download-fblaslapack=1 \
    3131        --download-scalapack=1 \
    32         --COPTFLAGS="-O3 -fPIC" \
    33         --CXXOPTFLAGS="-O3 -fPIC" \
    34         --FOPTFLAGS="-O3 -fPIC"
     32        --COPTFLAGS="-fPIC" \
     33        --CXXOPTFLAGS="-fPIC" \
     34        --FOPTFLAGS="-fPIC"
    3535
    3636#Compile and intall
  • issm/trunk/jenkins/linux64_ross_static

    r22180 r22182  
    2323        --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
    2424        --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran" \
    25         --with-numthreads=4 \
    26         --with-cxx-optflags="-fPIC"'
     25        --with-numthreads=4'
    2726
    2827#PYTHON and MATLAB testing
Note: See TracChangeset for help on using the changeset viewer.