/[MITgcm]/MITgcm/tools/build_options/darwin_ia32_ifort
ViewVC logotype

Diff of /MITgcm/tools/build_options/darwin_ia32_ifort

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

revision 1.1 by heimbach, Thu Nov 23 05:15:16 2006 UTC revision 1.2 by jmc, Sun Mar 21 22:22:52 2010 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  #  #
3    # $Header$
4    # $Name$
5    
6  #  Ed Hill  #  Ed Hill
7  #  #
 #  tested on faulks, 20030818  
 #  
8  #  Build options for the intel 9 fortran compiler on MAC OS X  #  Build options for the intel 9 fortran compiler on MAC OS X
9  #  On Mac PoweBookPro OSX 10.4.8 with standard ifort  #  On Mac PoweBookPro OSX 10.4.8 with standard ifort
10    
11  CC=icc  CC=icc
12  FC=ifort  FC=ifort
13  F90C=ifort  F90C=ifort
14  F90FIXEDFORMAT='-fixed -Tf'  F90FIXEDFORMAT='-fixed -Tf'
15  DEFINES='-DWORDLENGTH=4'  DEFINES='-DWORDLENGTH=4'
16  LINK='ifort'  LINK='ifort'
17  CPP='cpp  -traditional -P'  CPP='cpp  -traditional -P'

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

  ViewVC Help
Powered by ViewVC 1.1.22