Changeset 10917
- Timestamp:
- 11/24/11 08:41:19 (13 years ago)
- Location:
- issm/trunk/configs
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/configs/macmathieu32/configure.sh
r10082 r10917 1 1 #!/bin/sh 2 export FCFLAGS=" -m32" 3 export FFLAGS=" -m32" 4 export CFLAGS=" -arch i386" 5 export CXXFLAGS=" -arch i386" 6 2 7 ./configure \ 3 8 --prefix=$ISSM_TIER \ … … 21 26 --with-cxxoptflags=" -DMATLAB_MEX_FILE -fno-common -no-cpp-precomp -fexceptions -arch i386 -DMX_COMPAT_32 -O3 -DNDEBUG -w " \ 22 27 --with-numthreads=8 23 24 #CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if25 #you have headers in a nonstandard directory <include dir>26 #CPP C preprocessor27 #CXX C++ compiler command28 #CXXFLAGS C++ compiler flags29 #F77 Fortran 77 compiler command30 #FFLAGS Fortran 77 compiler flags -
issm/trunk/configs/macmathieu64/configure.sh
r10082 r10917 1 1 #!/bin/sh 2 2 3 #petsc 3.1 4 #mpich 1.3 5 export FCFLAGS=" -m64" 6 export FFLAGS=" -m64" 7 export CFLAGS=" -arch x86_64" 8 export CXXFLAGS=" -arch x86_64" 3 #petsc 3.2 4 #mpich 1.4 9 5 10 6 ./configure \
Note:
See TracChangeset
for help on using the changeset viewer.