/[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.5 - (show annotations) (download)
Tue Sep 21 19:51:10 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55c_post, checkpoint57b_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint55h_post, checkpoint56c_post, checkpoint55b_post, checkpoint57a_post, checkpoint55g_post, checkpoint55f_post, checkpoint57a_pre, checkpoint57, checkpoint56, checkpoint55e_post, checkpoint57c_post, checkpoint55i_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.4: +1 -2 lines
 o fixes for systems that do not have NetCDF libs
   - thank you to Patrick for pointing this out!

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+mpi_cg01,v 1.4 2004/09/18 16:09:44 edhill Exp $
4 #
5
6 FC='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/pgi/bin/mpif77'
7 CC='gcc'
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='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform'
16 else
17 # Try to follow IEEE-754
18 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
19 FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform -Kieee'
20 fi
21
22 INCLUDEDIRS='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/pgi/include'

  ViewVC Help
Powered by ViewVC 1.1.22