/[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.6 - (show annotations) (download)
Wed Nov 17 04:29:27 2004 UTC (19 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57b_post, checkpoint57a_post, checkpoint56b_post, checkpoint56c_post, checkpoint57c_pre, checkpoint57a_pre, checkpoint57, checkpoint57c_post, checkpoint56a_post
Changes since 1.5: +3 -3 lines
 o remove FOPTIM args that cause fatal "internal compiler error"-s
   - now works on ITRDA

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

  ViewVC Help
Powered by ViewVC 1.1.22