Changeset 24644


Ignore:
Timestamp:
03/06/20 08:55:32 (5 years ago)
Author:
jdquinn
Message:

CHG: Removing optimization flags

Location:
issm/trunk-jpl/externalpackages/petsc
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.11-linux-solid_earth.sh

    r24641 r24644  
    2626        --prefix="${ISSM_DIR}/externalpackages/petsc/install" \
    2727        --PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" \
    28         --COPTFLAGS="-O2" \
    29         --CXXOPTFLAGS="-O2" \
    30         --FOPTFLAGS="-O2" \
    3128        --with-debugging=0 \
    3229        --with-valgrind=0 \
  • issm/trunk-jpl/externalpackages/petsc/install-3.11-linux-static.sh

    r24639 r24644  
    3737        --CXXFLAGS="-fPIC" \
    3838        --FFLAGS="-fPIC" \
    39         --COPTFLAGS="-O2" \
    40         --CXXOPTFLAGS="-O2" \
    41         --FOPTFLAGS="-O2" \
    4239        --with-debugging=0 \
    4340        --with-valgrind=0 \
  • issm/trunk-jpl/externalpackages/petsc/install-3.11-mac-static.sh

    r24639 r24644  
    3737        --CXXFLAGS="-fPIC" \
    3838        --FFLAGS="-fPIC" \
    39         --COPTFLAGS="-O2" \
    40         --CXXOPTFLAGS="-O2" \
    41         --FOPTFLAGS="-O2" \
    4239        --with-debugging=0 \
    4340        --with-valgrind=0 \
  • issm/trunk-jpl/externalpackages/petsc/install-3.11-mac.sh

    r24639 r24644  
    2626        --prefix="${ISSM_DIR}/externalpackages/petsc/install" \
    2727        --PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" \
    28         --COPTFLAGS="-O2" \
    29         --CXXOPTFLAGS="-O2" \
    30         --FOPTFLAGS="-O2" \
    3128        --with-debugging=0 \
    3229        --with-valgrind=0 \
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-linux-static.sh

    r24637 r24644  
    3737        --CXXFLAGS="-fPIC" \
    3838        --FFLAGS="-fPIC" \
    39         --COPTFLAGS="-O2" \
    40         --CXXOPTFLAGS="-O2" \
    41         --FOPTFLAGS="-O2" \
    4239        --with-debugging=0 \
    4340        --with-valgrind=0 \
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-linux.sh

    r24637 r24644  
    2626        --prefix="${ISSM_DIR}/externalpackages/petsc/install" \
    2727        --PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" \
    28         --COPTFLAGS="-O2" \
    29         --CXXOPTFLAGS="-O2" \
    30         --FOPTFLAGS="-O2" \
    3128        --with-debugging=0 \
    3229        --with-valgrind=0 \
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-mac.sh

    r24637 r24644  
    2626        --prefix="${ISSM_DIR}/externalpackages/petsc/install" \
    2727        --PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" \
    28         --COPTFLAGS="-O2" \
    29         --CXXOPTFLAGS="-O2" \
    30         --FOPTFLAGS="-O2" \
    3128        --with-debugging=0 \
    3229        --with-valgrind=0 \
Note: See TracChangeset for help on using the changeset viewer.