/[MITgcm]/MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_meinesz
ViewVC logotype

Diff of /MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_meinesz

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

revision 1.1 by heimbach, Sat Jul 24 16:52:01 2004 UTC revision 1.2 by heimbach, Sat Jan 7 20:12:02 2006 UTC
# Line 12  CPP='/lib/cpp  -traditional -P' Line 12  CPP='/lib/cpp  -traditional -P'
12  # the '-convert big_endian' is crucial on this platform  # the '-convert big_endian' is crucial on this platform
13  # -D_BYTESWAPIO doesn't work  # -D_BYTESWAPIO doesn't work
14  # also switch to -DWORDLENGTH=1  # also switch to -DWORDLENGTH=1
15    # replace WORDLENGTH=1 by assume byterecl
16  #  #
17  DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=1'  DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
18    
19  # These paths will likely change to newer versions of ifort  # These paths will likely change to newer versions of ifort
20  #  #
21  LIBS='-L/opt/intel_fc_80/lib -lmpi'  LIBS='-L/opt/intel_fc_80/lib -lmpi'
22  FC=/opt/intel_fc_80/bin/ifort  FC=/opt/intel_fc_80/bin/ifort
23  FFLAGS='-extend_source -O2 -tpp2 -ftz -fno-alias -fno-fnalias -convert big_endian'  
24    #ph(
25    #ph o switching to columbia flags
26    #ph o use ifort options -convert big_endian -assume byterecl
27    #ph o add -Wl,-ldl flag to (temporarily?) resolve glibc(?) problem
28    FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -Wl,-ldl -convert big_endian -assume byterecl'
29    ###FFLAGS='-extend_source -O2 -tpp2 -ftz -fno-alias -fno-fnalias -convert big_endian -assume byterecl'
30    
31  # FOPTIM='-O3 -align'  # FOPTIM='-O3 -align'
32  #  #

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

  ViewVC Help
Powered by ViewVC 1.1.22