/[MITgcm]/MITgcm/tools/build_options/linux_ia32_ifort+mpi_aces
ViewVC logotype

Diff of /MITgcm/tools/build_options/linux_ia32_ifort+mpi_aces

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by edhill, Sun Nov 14 19:30:42 2004 UTC revision 1.3 by heimbach, Fri Jul 14 19:17:25 2006 UTC
# Line 11  Line 11 
11    
12  FC=mpif77  FC=mpif77
13  CC=mpicc  CC=mpicc
14  DEFINES='-D_BYTESWAPIO -DWORDLENGTH=1'  DEFINES='-DWORDLENGTH=4'
15  LINK=mpif77  LINK=mpif77
16  CPP='cpp  -traditional -P'  CPP='cpp  -traditional -P'
17  INCLUDES='-I/usr/local/pkg/mpich/mpich-intel/include -I/usr/local/pkg/ifc/ifc-8.1.018/include'  INCLUDES='-I/usr/local/pkg/mpich/mpich-intel/include -I/usr/local/pkg/ifc/ifc-8.1.018/include'
# Line 22  if test "x$IEEE" = x ; then Line 22  if test "x$IEEE" = x ; then
22      FOPTIM='-O3 -align'      FOPTIM='-O3 -align'
23  #P3 FOPTIM=$FOPTIM' -tpp6 -xWKM'  #P3 FOPTIM=$FOPTIM' -tpp6 -xWKM'
24  #P4 FOPTIM=$FOPTIM' -tpp7 -xWKM'  #P4 FOPTIM=$FOPTIM' -tpp7 -xWKM'
25      FFLAGS='-132 -r8 -i4 -w95 -W0 -WB'      FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -assume byterecl -convert big_endian'
26  else  else
27      FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'      FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -assume byterecl -convert big_endian'
28  fi  fi
29    
30    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22