/[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.2 by heimbach, Sat Jan 7 20:12:02 2006 UTC revision 1.3 by heimbach, Tue Jan 10 17:37:56 2006 UTC
# Line 18  DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MP Line 18  DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MP
18    
19  # These paths will likely change to newer versions of ifort  # These paths will likely change to newer versions of ifort
20  #  #
 LIBS='-L/opt/intel_fc_80/lib -lmpi'  
 FC=/opt/intel_fc_80/bin/ifort  
21    
22  #ph(  #ph(
23    #LIBS='-L/opt/intel_fc_80/lib -lmpi'
24    #FC=/opt/intel_fc_80/bin/ifort
25  #ph o switching to columbia flags  #ph o switching to columbia flags
26  #ph o use ifort options -convert big_endian -assume byterecl  #ph o use ifort options -convert big_endian -assume byterecl
27  #ph o add -Wl,-ldl flag to (temporarily?) resolve glibc(?) problem  #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'  #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'  ###FFLAGS='-extend_source -O2 -tpp2 -ftz -fno-alias -fno-fnalias -convert big_endian -assume byterecl'
30    #
31    #ph o switching to v9.x compiler series
32    #ph o new flag "-i-static" removes all Intel-specific shared libs"
33    LIBS='-L/opt/intel_9.0.03x/lib -lmpi'
34    FC=/opt/intel_9.0.03x/bin/ifort
35    FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -i-static -convert big_endian -assume byterecl'
36    #ph)
37    
38  # FOPTIM='-O3 -align'  # FOPTIM='-O3 -align'
39  #  #

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

  ViewVC Help
Powered by ViewVC 1.1.22