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

Annotation 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 - (hide annotations) (download)
Sat Sep 18 16:09:44 2004 UTC (19 years, 8 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 heimbach 1.1 #!/bin/bash
2     #
3 edhill 1.4 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+mpi_itrda,v 1.3 2004/07/30 20:53:25 edhill Exp $
4 edhill 1.3 # $Name: $
5 heimbach 1.1 #
6    
7 edhill 1.3
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 heimbach 1.1 DEFINES='-DWORDLENGTH=4'
11 edhill 1.3 INCLUDES='-I/usr/local/mpich/mpich-1.2.1..7b_pgi/include/'
12 heimbach 1.1 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 edhill 1.3
16    
17     if test "x$IEEE" = x ; then
18     # No need for IEEE-754
19     FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
20 edhill 1.4 FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform'
21 edhill 1.3 else
22     # Try to follow IEEE-754
23     FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
24 edhill 1.4 FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform -Kieee'
25 edhill 1.3 fi
26    
27     # netcdf
28 edhill 1.4 # LIBS="$LIBS -lnetcdf"
29 edhill 1.3

  ViewVC Help
Powered by ViewVC 1.1.22