source: issm/oecreview/Archive/19101-20495/ISSM-20329-20330.diff@ 20498

Last change on this file since 20498 was 20498, checked in by Mathieu Morlighem, 9 years ago

CHG: done with Archive/19101-20495

File size: 993 bytes
  • ../trunk-jpl/configs/config-linux64-hexagon.sh

     
     1#!/bin/sh
     2
     3#need to swap to GNU environment
     4#need to change the petsc libflag to lcraypetsc...
     5./configure \
     6                --prefix=/work/bfl022/issm_install \
     7                --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
     8                --with-petsc-dir=$PETSC_DIR \
     9                --with-metis-dir=$CRAY_TPSL_PREFIX_DIR \
     10                --with-mumps-dir=$CRAY_TPSL_PREFIX_DIR \
     11                --with-mpi-include="$CRAY_MPICH2_DIR/include" \
     12                --with-mpi-libflags="-L$CRAY_MPICH2_DIR/lib -lmpich -lmpl -lfmpich -lmpichcxx -lmpichf90" \
     13                --with-gsl-dir="/work/apps/gsl/1.16-gnu/" \
     14                --enable-development
Note: See TracBrowser for help on using the repository browser.