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

Annotation of /MITgcm/tools/build_options/linux_ia32_pgf77_cg01

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


Revision 1.1 - (hide annotations) (download)
Tue May 24 15:19:08 2005 UTC (19 years ago) by molod
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57o_post, checkpoint57m_post, checkpoint57v_post, checkpoint57s_post, checkpoint57j_post, checkpoint58b_post, checkpoint57k_post, checkpoint57i_post, checkpoint57y_post, checkpoint57x_post, checkpoint57y_pre, checkpoint57r_post, checkpoint58, checkpoint57n_post, checkpoint58d_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint57q_post, checkpoint57z_post, checkpoint58c_post, checkpoint57l_post
optfile for cg01 pgf77 to get mnc working (copied stuff from optfile with mpi)

1 molod 1.1 #!/bin/bash
2     #
3     # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77,v 1.7 2005/01/31 19:30:14 ce107 Exp $
4     #
5    
6     FC='pgf77'
7     CC='pgcc'
8     DEFINES='-DWORDLENGTH=4'
9     CPP='cpp -traditional -P'
10    
11     if test "x$IEEE" = x ; then
12     # No need for IEEE-754
13     FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
14     FOPTIM='-fastsse -Mvect=cachesize:524288,transform'
15     else
16     # Try to follow IEEE-754
17     FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
18     FOPTIM='-O0 -Mvect=sse -Mscalarsse -Mcache_align -Mnoflushz -Kieee'
19     fi
20    
21     INCLUDEDIRS='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/pgi/include'
22     LIBS='-lnetcdf'

  ViewVC Help
Powered by ViewVC 1.1.22