Changeset 20008
- Timestamp:
- 01/27/16 17:16:36 (9 years ago)
- Location:
- issm/trunk-jpl/externalpackages
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/dakota/configs/5.3.1/CMakeLists.txt.lonestar.patch
r19581 r20008 3 3 --- 4 4 > # TODO: Can't this be integrated into the following logic? 5 > set(BLAS_LIBS "-L/opt/apps/intel/1 1.1/mkl/lib/em64t/-lmkl_intel_lp64 -lmkl_sequential -lmkl_core -L/usr/lib64/ -lpthread -lm")6 > set(LAPACK_LIBS "-L/opt/apps/intel/1 1.1/mkl/lib/em64t/-lmkl_intel_lp64 -lmkl_sequential -lmkl_core -L/usr/lib64/ -lpthread -lm")5 > set(BLAS_LIBS "-L/opt/apps/intel/16.0.1.150/compilers_and_libraries_2016.1.150/linux/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -L/usr/lib64/ -lpthread -lm") 6 > set(LAPACK_LIBS "-L/opt/apps/intel/16.0.1.150/compilers_and_libraries_2016.1.150/linux/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -L/usr/lib64/ -lpthread -lm") -
issm/trunk-jpl/externalpackages/dakota/install-6.2-lonestar.sh
r19667 r20008 22 22 export DAK_SRC=$ISSM_DIR/externalpackages/dakota/src 23 23 export DAK_BUILD=$ISSM_DIR/externalpackages/dakota/build 24 export MPIHOME= $ISSM_DIR/externalpackages/mpich/install24 export MPIHOME=/opt/cray/mpt/default/gni/mpich-intel/14.0/ 25 25 cp $DAK_SRC/cmake/BuildDakotaTemplate.cmake $DAK_SRC/cmake/BuildDakotaCustom.cmake 26 26 patch $DAK_SRC/cmake/BuildDakotaCustom.cmake configs/6.2/BuildDakotaCustom.cmake.patch … … 36 36 cd $DAK_BUILD 37 37 38 cmake -D CMAKE_C_COMPILER= $ISSM_DIR/externalpackages/mpich/install/bin/mpicc \39 -D CMAKE_CXX_COMPILER= $ISSM_DIR/externalpackages/mpich/install/bin/mpicxx \40 -D CMAKE_Fortran_COMPILER= $ISSM_DIR/externalpackages/mpich/install/bin/mpif77 \38 cmake -D CMAKE_C_COMPILER=/opt/apps/intel16/cray_mpich/7.3.0/bin/mpicc \ 39 -D CMAKE_CXX_COMPILER=/opt/apps/intel16/cray_mpich/7.3.0/bin/mpicxx \ 40 -D CMAKE_Fortran_COMPILER=/opt/apps/intel16/cray_mpich/7.3.0/bin/mpif77 \ 41 41 -C $DAK_SRC/cmake/BuildDakotaCustom.cmake \ 42 42 -C $DAK_SRC/cmake/DakotaDev.cmake \ -
issm/trunk-jpl/externalpackages/petsc/install-3.6-lonestar.sh
r19995 r20008 20 20 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \ 21 21 --with-blas-lapack-dir="$TACC_MKL_LIB" \ 22 --with-mpi-lib="/opt/cray/mpt/default/gni/mpich- cray64/8.3/lib/libmpich.so" \23 --with-mpi-include="/opt/cray/mpt/default/gni/mpich- cray64/8.3/include" \22 --with-mpi-lib="/opt/cray/mpt/default/gni/mpich-intel/14.0/lib/libmpich.so" \ 23 --with-mpi-include="/opt/cray/mpt/default/gni/mpich-intel/14.0/include" \ 24 24 --known-mpi-shared-libraries=1 \ 25 25 --with-debugging=0 \
Note:
See TracChangeset
for help on using the changeset viewer.