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

Annotation of /MITgcm/tools/build_options/linux_ia32_pgf77+mpi_aer

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


Revision 1.3 - (hide 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, checkpoint57b_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint55h_post, checkpoint55b_post, checkpoint56c_post, checkpoint57a_post, checkpoint55g_post, checkpoint55f_post, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, checkpoint57c_post, checkpoint55e_post, checkpoint55a_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.2: +16 -9 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.3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+mpi_aer,v 1.2 2003/11/13 22:03:39 edhill Exp $
4 heimbach 1.1 #
5    
6 edhill 1.3
7     FC='/opt/mpich/bin/mpif77'
8     CC='gcc'
9     LINK='/opt/mpich/bin/mpif77'
10 heimbach 1.1 DEFINES='-DWORDLENGTH=4'
11 edhill 1.3 CPP='cpp -traditional -P'
12 heimbach 1.1
13 edhill 1.3 if test "x$IEEE" = x ; then
14     # No need for IEEE-754
15     FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
16     FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform'
17     else
18     # Try to follow IEEE-754
19     FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
20     FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform -Kieee'
21     fi
22 heimbach 1.1
23 edhill 1.3 INCLUDES='-I/opt/mpich/include'
24 heimbach 1.1 LIBS='-L/opt/mpich/lib/ -lfmpich -lmpich'

  ViewVC Help
Powered by ViewVC 1.1.22