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

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

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


Revision 1.9 - (show annotations) (download)
Fri Mar 24 22:40:10 2006 UTC (18 years ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58m_post, checkpoint60, checkpoint61, checkpoint58r_post, checkpoint58g_post, checkpoint58n_post, checkpoint58x_post, checkpoint61l, checkpoint58h_post, checkpoint58w_post, checkpoint58j_post, checkpoint58q_post, mitgcm_mapl_00, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58i_post, checkpoint58o_post, checkpoint58k_post, checkpoint58u_post, checkpoint58y_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint58t_post, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q
Changes since 1.8: +2 -1 lines
add same includes line

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+mpi_cg01,v 1.8 2005/05/24 00:13:26 edhill Exp $
4 #
5
6 FC='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/pgi/bin/mpif77'
7 CC='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/pgi/bin/mpicc'
8 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
9 CPP='/lib/cpp -traditional -P'
10 NOOPTFLAGS='-O0'
11
12 if test "x$IEEE" = x ; then
13 # No need for IEEE-754
14 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
15 FOPTIM='-fast -Mvect=cachesize:524288,transform'
16 else
17 # Try to follow IEEE-754
18 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
19 FOPTIM='-O0 -Mvect=sse -pc64 -Mcache_align -Kieee'
20 fi
21
22 INCLUDEDIRS='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/pgi/include'
23 INCLUDES='-I/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/pgi/include'
24 LIBS='-lnetcdf'

  ViewVC Help
Powered by ViewVC 1.1.22