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

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

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


Revision 1.4 - (show annotations) (download)
Sat Sep 18 16:09:44 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55c_post, checkpoint55d_pre, checkpoint55j_post, checkpoint55h_post, checkpoint55b_post, checkpoint55a_post, checkpoint55g_post, checkpoint55f_post, checkpoint55e_post, checkpoint55i_post, checkpoint55d_post
Changes since 1.3: +4 -4 lines
 o minimizing diffs for some of the optfiles per JMC's request
   - hopefully it won't break anything!

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+mpi_itrda,v 1.3 2004/07/30 20:53:25 edhill Exp $
4 # $Name: $
5 #
6
7
8 FC='/usr/local/mpich/mpich-1.2.1..7b_pgi/bin/mpif77'
9 CC='/usr/local/mpich/mpich-1.2.1..7b_pgi/bin/mpicc'
10 DEFINES='-DWORDLENGTH=4'
11 INCLUDES='-I/usr/local/mpich/mpich-1.2.1..7b_pgi/include/'
12 CPP='/lib/cpp -traditional -P'
13 LINK='/usr/local/mpich/mpich-1.2.1..7b_pgi/bin/mpif77'
14 LIBS='-L/usr/local/mpich/mpich-1.2.1..7b_pgi/lib/ -lfmpich -lmpich'
15
16
17 if test "x$IEEE" = x ; then
18 # No need for IEEE-754
19 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
20 FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform'
21 else
22 # Try to follow IEEE-754
23 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
24 FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform -Kieee'
25 fi
26
27 # netcdf
28 # LIBS="$LIBS -lnetcdf"

  ViewVC Help
Powered by ViewVC 1.1.22