/[MITgcm]/MITgcm/tools/build_options/linux_ia32_pgf77+authors_fc5
ViewVC logotype

Diff of /MITgcm/tools/build_options/linux_ia32_pgf77+authors_fc5

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

revision 1.3 by jmc, Fri Jun 15 16:28:58 2007 UTC revision 1.5 by jmc, Thu Apr 2 22:06:38 2009 UTC
# Line 3  Line 3 
3  #  $Header$  #  $Header$
4  #  #
5    
6    # on author:
7    # (csh,tcsh) setenv PGI /usr/local/pkg/pgi/pgi-6.1-5
8    # (sh,bash)  export PGI=/usr/local/pkg/pgi/pgi-6.1-5
9    
10  FC='/usr/local/pkg/pgi/pgi-6.1-5/linux86/6.1/bin/pgf77'  FC='/usr/local/pkg/pgi/pgi-6.1-5/linux86/6.1/bin/pgf77'
11  CC='/usr/local/pkg/pgi/pgi-6.1-5/linux86/6.1/bin/pgcc'  CC='/usr/local/pkg/pgi/pgi-6.1-5/linux86/6.1/bin/pgcc'
12  DEFINES='-DWORDLENGTH=4'  DEFINES='-DWORDLENGTH=4'
13  CPP='cpp -traditional -P'  CPP='cpp -traditional -P'
14  # INCLUDES="-I/scratch/edhill/netcdf_for_pgi/pgi_fc3/include"  # INCLUDES="-I/scratch/edhill/netcdf_for_pgi/pgi_fc3/include"
15  # LIBS="-L/scratch/edhill/netcdf_for_pgi/pgi_fc3/lib"  # LIBS="-L/scratch/edhill/netcdf_for_pgi/pgi_fc3/lib"
16    if test "x$ALWAYS_USE_F90" = x1 ; then
17        FC='/usr/local/pkg/pgi/pgi-6.1-5/linux86/6.1/bin/pgf90'
18    fi
19    
20  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
21      #  No need for IEEE-754      #  No need for IEEE-754

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

  ViewVC Help
Powered by ViewVC 1.1.22