/[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.8 - (show annotations) (download)
Tue May 24 00:13:26 2005 UTC (18 years, 11 months ago) by edhill
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, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint57q_post, checkpoint57z_post, checkpoint58c_post, checkpoint57l_post
Changes since 1.7: +3 -1 lines
 o make sure netcdf works on the cg01 cluster w/ pgf77

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+mpi_cg01,v 1.7 2005/02/01 19:12:54 jmc 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 LIBS='-lnetcdf'

  ViewVC Help
Powered by ViewVC 1.1.22