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

Annotation 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.1 - (hide annotations) (download)
Sat Nov 13 03:23:28 2004 UTC (19 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57b_post, checkpoint56b_post, checkpoint56c_post, checkpoint57a_post, checkpoint57a_pre, checkpoint57, checkpoint56, checkpoint56a_post
 o add better warnings to the can-we-build-netcdf test
 o add optfiles for the ACESgrid cluster

1 edhill 1.1 #!/bin/bash
2     #
3     # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+mpi_itrda,v 1.4 2004/09/18 16:09:44 edhill Exp $
4     # $Name: $
5     #
6    
7    
8     FC='mpif77'
9     CC='mpicc'
10     DEFINES='-DWORDLENGTH=4'
11     CPP='cpp -traditional -P'
12     LINK='mpif77'
13     INCLUDES='-I/usr/local/pkg/pgi/pgi-5.2/linux86/5.2/include'
14    
15    
16     if test "x$IEEE" = x ; then
17     # No need for IEEE-754
18     FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
19     FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform'
20     else
21     # Try to follow IEEE-754
22     FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
23     FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform -Kieee'
24     fi
25    

  ViewVC Help
Powered by ViewVC 1.1.22