Changeset 10552
- Timestamp:
- 11/09/11 10:44:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/configs/sophie/configure.sh
r10551 r10552 3 3 #petsc 3.2 4 4 #mpich 1.4 5 export FCFLAGS=" -m64" 6 export FFLAGS=" -m64" 7 export CFLAGS=" -arch x86_64" 8 export CXXFLAGS=" -arch x86_64" 5 9 6 10 ./configure \ … … 10 14 --with-metis-dir=$ISSM_TIER/externalpackages/metis/install \ 11 15 --with-petsc-dir=$ISSM_TIER/externalpackages/petsc/install \ 12 --with-petsc-version=3.2 \13 16 --with-mpi-include=$ISSM_TIER/externalpackages/mpich2/install/include \ 14 17 --with-mpi-lib=" $ISSM_TIER/externalpackages/mpich2/install/lib/libpmpich.a $ISSM_TIER/externalpackages/mpich2/install/lib/libmpich.a $ISSM_TIER/externalpackages/mpich2/install/lib/libmpl.a " \ … … 21 24 --with-scalapack-dir=$ISSM_TIER/externalpackages/petsc/install/ \ 22 25 --with-mumps-dir=$ISSM_TIER/externalpackages/petsc/install/ \ 23 --with-fortran-lib="/sw/usr/local/lib/ libgfortran.a" \26 --with-fortran-lib="/sw/usr/local/lib/x86_64/libgfortran.a" \ 24 27 --with-math-lib="/usr/lib/libm.dylib" \ 25 28 --with-graphics-lib="/usr/X11/lib/libX11.dylib" \ 26 --with-cxxoptflags=" -fno-common -Wno-write-strings -no-cpp-precomp -fexceptions - g -O3 -DNDEBUG -DMX_COMPAT_32 -m32 -arch i386"\29 --with-cxxoptflags=" -fno-common -Wno-write-strings -no-cpp-precomp -fexceptions -arch x86_64 -O3 -DNDEBUG -w "\ 27 30 --with-numthreads=8
Note:
See TracChangeset
for help on using the changeset viewer.