source: issm/trunk-jpl/configs/config-discover-intel13.sh@ 19321

Last change on this file since 19321 was 19321, checked in by schlegel, 10 years ago

CHG: Updates for discover intel13

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1#!/bin/csh
2
3#PETSc 3.2
4#MPI /usr/local/other/SLES11.1/mvapich2/1.8.1/intel-13.1.2.183/lib
5
6./configure \
7 --prefix=$ISSM_DIR \
8 --with-matlab-dir="$ISSM_DIR/externalpackages/matlab/install" \
9 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
10 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
11 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
12 --with-mkl-dir="/usr/local/intel/Composer/composer_xe_2013.3.163/mkl/" \
13 --with-mpi-include="/usr/local/other/SLES11.1/mvapich2/1.8.1/intel-13.1.2.183/include" \
14 --with-mpi-libflags="-L/usr/local/other/SLES11.1/mvapich2/1.8.1/intel-13.1.2.183/lib -lmpich -lopa -lmpl -lfmpich -lmpichcxx -lmpichf90 -lpthread -lrdmacm -libverbs -libumad -lrt -lnuma" \
15 --with-petsc-arch=$ISSM_ARCH \
16 --with-blacs-dir="/usr/local/intel/Composer/composer_xe_2013.3.163/mkl/" \
17 --with-blas-lapack-dir="/usr/local/intel/Composer/composer_xe_2013.3.163/mkl/" \
18 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
19 --with-cxxoptflags="-O3 -xS -DMPICH_IGNORE_CXX_SEEK" \
20 --with-vendor=intel-discover
21
22 # --with-esmf-dir=$ESMF_INSTALL_DIRECTORY \
23
Note: See TracBrowser for help on using the repository browser.