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

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

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


Revision 1.1 - (show annotations) (download)
Thu May 18 03:10:54 2006 UTC (17 years, 10 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58l_post, mitgcm_mapl_00, checkpoint58m_post, checkpoint58u_post, checkpoint58r_post, checkpoint58g_post, checkpoint58n_post, checkpoint58x_post, checkpoint58h_post, checkpoint58w_post, checkpoint58j_post, checkpoint58q_post, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59, checkpoint58f_post, checkpoint58i_post, checkpoint58o_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58t_post
new optfile for the latest (v6.1) PGI compiler on the authors network

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+authors_fc3,v 1.1 2005/04/26 20:15:38 edhill Exp $
4 #
5
6 FC='/usr/local/pkg/pgi/pgi-6.1-5/linux86/6.1/bin/pgf77'
7 CC='/usr/local/pkg/pgi/pgi-6.1-5/linux86/6.1/bin/pgcc'
8 DEFINES='-DWORDLENGTH=4'
9 CPP='cpp -traditional -P'
10 # INCLUDES="-I/scratch/edhill/netcdf_for_pgi/pgi_fc3/include"
11 # LIBS="-L/scratch/edhill/netcdf_for_pgi/pgi_fc3/lib"
12
13 if test "x$IEEE" = x ; then
14 # No need for IEEE-754
15 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
16 FOPTIM='-fastsse -Mvect=cachesize:524288,transform'
17 else
18 # Try to follow IEEE-754
19 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
20 FOPTIM='-O0 -Mvect=sse -Mscalarsse -Mcache_align -Mnoflushz -Kieee'
21 fi

  ViewVC Help
Powered by ViewVC 1.1.22