/[MITgcm]/MITgcm/tools/build_options/irix64_ip27_f77+mpi_nas_turing
ViewVC logotype

Diff of /MITgcm/tools/build_options/irix64_ip27_f77+mpi_nas_turing

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

revision 1.1 by heimbach, Sat Jul 24 00:04:15 2004 UTC revision 1.3 by jmc, Sun Mar 21 22:22:52 2010 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  #  #
3  #  $Header$  # $Header$
4  #  # $Name$
5  # adapted to turing.nas.nasa.gov  
6  # heimbach@mit.edu  # adapted for compilation on turing.nas.nasa.gov
7    # and execute on turing, lomax, chapman
8    
9  S64='$(TOOLSDIR)/set64bitConst.sh'  S64='$(TOOLSDIR)/set64bitConst.sh'
10  MAKEDEPEND=makedepend  MAKEDEPEND=makedepend
11  CPP='/lib/cpp -P -traditional'  CPP='/lib/cpp -P'
   
12  DEFINES='-DTARGET_SGI -DWORDLENGTH=4'  DEFINES='-DTARGET_SGI -DWORDLENGTH=4'
13  FC='f77'  FC='f77'
14  FFLAGS='-n32 -extend_source -bytereclen'  FFLAGS='-extend_source -mp -mpio -bytereclen -mips4 -r8 -static'
15  FOPTIM='-O3 -OPT:Olimit=0:roundoff=3:div_split=ON:alias=typed'  FOPTIM='-O3'
16  LIBS='-lmpi -lscs'  LIBS='-lmpi'
17  INCLUDEDIRS='/opt/mpt/mpt/usr/include'  INCLUDEDIRS='/opt/mpt/mpt/usr/include/'

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

  ViewVC Help
Powered by ViewVC 1.1.22