Changeset 23626


Ignore:
Timestamp:
01/11/19 18:47:00 (6 years ago)
Author:
schlegel
Message:

CHG: update lonestar install

Location:
issm/trunk-jpl/externalpackages
Files:
4 added
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/boost/install-1.55-lonestar.sh

    r23435 r23626  
    3737mkdir ../install/bin
    3838cp bjam ../install/bin
     39
     40patch install/include/boost/multi_index/ordered_index.hpp ./configs/1.55/ordered_index.hpp.patch
  • issm/trunk-jpl/externalpackages/dakota/configs/6.2/CMakeLists.txt.lonestar.patch

    r19667 r23626  
    33---
    44> # TODO: Can't this be integrated into the following logic?
    5 > set(BLAS_LIBS "-L/opt/apps/intel/11.1/mkl/lib/em64t/ -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -L/usr/lib64/ -lpthread -lm")
    6 > set(LAPACK_LIBS "-L/opt/apps/intel/11.1/mkl/lib/em64t/ -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -L/usr/lib64/ -lpthread -lm")
     5> set(BLAS_LIBS "-L$TACC_MKL_LIB -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm")
     6> set(LAPACK_LIBS "-L$TACC_MKL_LIB -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm")
  • issm/trunk-jpl/externalpackages/dakota/install-6.2-lonestar.sh

    r23435 r23626  
    2222export DAK_SRC=$ISSM_DIR/externalpackages/dakota/src
    2323export DAK_BUILD=$ISSM_DIR/externalpackages/dakota/build
    24 export MPIHOME=/opt/cray/mpt/default/gni/mpich-intel/14.0/
     24export MPIHOME=/opt/cray/pe/mpt/7.7.3/gni/mpich-intel/16.0/
     25
    2526cp $DAK_SRC/cmake/BuildDakotaTemplate.cmake $DAK_SRC/cmake/BuildDakotaCustom.cmake
    2627patch $DAK_SRC/cmake/BuildDakotaCustom.cmake configs/6.2/BuildDakotaCustom.cmake.patch
     
    3233patch src/src/NonDLocalReliability.cpp configs/6.2/NonDLocalReliability.cpp.patch
    3334patch src/packages/pecos/src/pecos_global_defs.hpp configs/6.2/pecos_global_defs.hpp.patch
     35patch src/packages/surfpack/src/surfaces/nkm/NKM_KrigingModel.cpp configs/6.2/NKM_KrigingModel.patch
     36patch src/packages/DDACE/src/Analyzer/MainEffectsExcelOutput.cpp configs/6.2/MainEffectsExcelOutput.patch
     37patch src/src/DakotaInterface.cpp configs/6.2/DakotaInterface.patch
    3438
    3539#Configure dakota
    3640cd $DAK_BUILD
    3741
    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 \
     42cmake -D CMAKE_C_COMPILER=mpicc \
     43           -D CMAKE_CXX_COMPILER=mpicxx \
     44           -D CMAKE_Fortran_COMPILER=mpif77 \
     45                -D MPIEXEC_EXECUTABLE=/opt/apps/tacc/bin/ibrun \
    4146                -DHAVE_ACRO=off \
    4247                -DHAVE_JEGA=off \
  • issm/trunk-jpl/externalpackages/petsc/install-3.6-lonestar.sh

    r23435 r23626  
    2020        --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
    2121        --with-blas-lapack-dir="$TACC_MKL_LIB" \
    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" \
     22        --with-mpi-lib="/opt/cray/pe/mpt/7.7.3/gni/mpich-intel/16.0/lib/libmpich.so" \
     23        --with-mpi-include="/opt/cray/pe/mpt/7.7.3/gni/mpich-intel/16.0/include" \
    2424        --known-mpi-shared-libraries=1 \
    2525        --with-debugging=0 \
     
    3838#!/bin/bash             
    3939#SBATCH -J petscinstall # Job Name
    40 #SBATCH -n 12 # Requests 12 tasks/node, 12 cores total
     40#SBATCH -n 24 # Requests 12 tasks/node, 12 cores total
    4141#SBATCH -N 1 # Requests 12 tasks/node, 12 cores total
    4242#SBATCH -p normal # Queue name normal
    4343#SBATCH -t 00:01:00 # Run time (hh:mm:ss) - 1.5 hours
    44 set -x # Echo commands, use set echo with csh
    4544
    4645ibrun -np 1 ./conftest-arch-linux2-c-opt
Note: See TracChangeset for help on using the changeset viewer.