Changeset 23626
- Timestamp:
- 01/11/19 18:47:00 (6 years ago)
- 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 37 37 mkdir ../install/bin 38 38 cp bjam ../install/bin 39 40 patch 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 3 3 --- 4 4 > # 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 22 22 export DAK_SRC=$ISSM_DIR/externalpackages/dakota/src 23 23 export DAK_BUILD=$ISSM_DIR/externalpackages/dakota/build 24 export MPIHOME=/opt/cray/mpt/default/gni/mpich-intel/14.0/ 24 export MPIHOME=/opt/cray/pe/mpt/7.7.3/gni/mpich-intel/16.0/ 25 25 26 cp $DAK_SRC/cmake/BuildDakotaTemplate.cmake $DAK_SRC/cmake/BuildDakotaCustom.cmake 26 27 patch $DAK_SRC/cmake/BuildDakotaCustom.cmake configs/6.2/BuildDakotaCustom.cmake.patch … … 32 33 patch src/src/NonDLocalReliability.cpp configs/6.2/NonDLocalReliability.cpp.patch 33 34 patch src/packages/pecos/src/pecos_global_defs.hpp configs/6.2/pecos_global_defs.hpp.patch 35 patch src/packages/surfpack/src/surfaces/nkm/NKM_KrigingModel.cpp configs/6.2/NKM_KrigingModel.patch 36 patch src/packages/DDACE/src/Analyzer/MainEffectsExcelOutput.cpp configs/6.2/MainEffectsExcelOutput.patch 37 patch src/src/DakotaInterface.cpp configs/6.2/DakotaInterface.patch 34 38 35 39 #Configure dakota 36 40 cd $DAK_BUILD 37 41 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 \ 42 cmake -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 \ 41 46 -DHAVE_ACRO=off \ 42 47 -DHAVE_JEGA=off \ -
issm/trunk-jpl/externalpackages/petsc/install-3.6-lonestar.sh
r23435 r23626 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-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" \ 24 24 --known-mpi-shared-libraries=1 \ 25 25 --with-debugging=0 \ … … 38 38 #!/bin/bash 39 39 #SBATCH -J petscinstall # Job Name 40 #SBATCH -n 12# Requests 12 tasks/node, 12 cores total40 #SBATCH -n 24 # Requests 12 tasks/node, 12 cores total 41 41 #SBATCH -N 1 # Requests 12 tasks/node, 12 cores total 42 42 #SBATCH -p normal # Queue name normal 43 43 #SBATCH -t 00:01:00 # Run time (hh:mm:ss) - 1.5 hours 44 set -x # Echo commands, use set echo with csh45 44 46 45 ibrun -np 1 ./conftest-arch-linux2-c-opt
Note:
See TracChangeset
for help on using the changeset viewer.