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

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

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


Revision 1.3 - (show annotations) (download)
Fri Jul 28 15:17:05 2006 UTC (17 years, 9 months ago) by edhill
Branch: MAIN
CVS Tags: mitgcm_mapl_00, checkpoint58u_post, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58w_post, checkpoint58q_post, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59, checkpoint58o_post, checkpoint58y_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58t_post
Changes since 1.2: +16 -5 lines
remove the old "itrda" identifier from the names and merge into new or
  existing "aces" files

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+mpi_aces,v 1.2 2005/01/13 00:35:30 ce107 Exp $
4 # $Name: $
5 #
6 # These are the build options used with the PGI compiler for the
7 # daily testing on ACES (which are initiated by cron jobs on the "ao"
8 # head node).
9 #
10 # Please note the appropriate module command:
11 #
12 # module add mpich/pgi
13 #
14
15
16 FC='mpif77'
17 CC='mpicc'
18 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
19 INCLUDES='-I/usr/local/pkg/mpich/mpich-pgi/include -I/usr/local/pkg/pgi/pgi-5.2/linux86/5.2/include'
20 CPP='cpp -traditional -P'
21 LINK='mpif77'
22 LIBS='-L/usr/local/pkg/mpich/mpich-pgi/lib -L/usr/local/pkg/pgi/pgi-5.2/linux86/5.2/lib'
23
24
25 if test "x$IEEE" = x ; then
26 # No need for IEEE-754
27 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
28 # FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform'
29 FOPTIM='-fastsse -Mvect=cachesize:524288,transform'
30 else
31 # Try to follow IEEE-754
32 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
33 # FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform -Kieee'
34 FOPTIM='-O0 -Mvect=sse -Mscalarsse -Mcache_align -Mnoflushz -Kieee'
35 fi

  ViewVC Help
Powered by ViewVC 1.1.22