Changeset 27769


Ignore:
Timestamp:
05/19/23 09:34:09 (23 months ago)
Author:
schlegel
Message:

CHG: adding pfe toss4 install

Location:
issm/trunk-jpl/externalpackages/dakota
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/dakota/install-6.2-pleiades.sh

    r26950 r27769  
    1212#
    1313export BLAS_LIBS="-L/nasa/intel/Compiler/2018.3.222/compilers_and_libraries_2018.3.222/linux/mkl/lib/intel64/ -lmkl_intel_lp64 -lmkl_sequential -lmkl_core" # Need to export BLAS_LIBS *and* pass it as an option to CMake to ensure that external packages also find it; should upate to /nasa/intel/Compiler/2021.4.0/mkl/2021.4.0/lib/intel64
    14 export CXXFLAGS='-std=c++11'
     14export CXXFLAGS='-std=c++98'
    1515export DAK_BUILD=${ISSM_DIR}/externalpackages/dakota/build # DO NOT CHANGE THIS
    1616export DAK_INSTALL=${PREFIX} # DO NOT CHANGE THIS
     
    5353        -DCMAKE_C_FLAGS="-Wno-error=implicit-function-declaration" \
    5454        -DCMAKE_CXX_COMPILER=mpicxx \
    55         -DCMAKE_Fortran_COMPILER=/usr/bin/gfortran \
     55        -DCMAKE_Fortran_COMPILER=gfortran \
    5656        -DBoost_NO_BOOST_CMAKE=TRUE \
    5757        -DHAVE_ACRO=OFF \
Note: See TracChangeset for help on using the changeset viewer.