/[MITgcm]/MITgcm/tools/build_options/unsupported/linux_amd64_pgf77+mpi_ocl
ViewVC logotype

Contents of /MITgcm/tools/build_options/unsupported/linux_amd64_pgf77+mpi_ocl

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


Revision 1.1 - (show annotations) (download)
Thu Sep 29 16:10:32 2011 UTC (12 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint64, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
move to unsupported/ (has been merged into linux_amd64_pgf77_ocl)

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_amd64_pgf77+mpi_ocl,v 1.4 2010/12/19 22:42:23 jmc Exp $
4 # $Name: $
5
6 # tested on ocl00.awi-bremerhaven.de
7 # Linux ocl00 2.4.21-261-smp #1 SMP Wed Nov 17 22:05:59 UTC 2004 x86_64 unknown
8 # pgf77 5.2-4
9 # Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
10 # Copyright 2000-2004, STMicroelectronics, Inc. All Rights Reserved.
11
12 FC='pgf77'
13 CC='pgcc'
14 LINK='pgf77'
15
16 MPI='true'
17
18 DEFINES='-DWORDLENGTH=4 -DNML_EXTENDED_F77'
19 CPP='/usr/bin/cpp -P -traditional'
20 EXTENDED_SRC_FLAG='-Mextend'
21 GET_FC_VERSION="-V"
22
23 INCLUDES='-I/opt/scali/include -I/var/tmp.shared/netcdf-64/include'
24 LIBS='-L/opt/scali/lib64 -L/var/tmp.shared/netcdf-64/lib -lfmpi -lmpi -lnetcdf'
25
26 if test "x$IEEE" = x ; then
27 # No need for IEEE-754
28 FFLAGS="$FFLAGS -byteswapio -Mnodclchk"
29 FOPTIM='-tp amd64 -O2 -Munroll'
30 else
31 # Try to follow IEEE-754
32 FFLAGS="$FFLAGS -byteswapio"
33 FOPTIM='-tp amd64 -O0 -Munroll -Kieee'
34 fi
35 #- might want to use '-r8' for fizhi pkg:
36 #FFLAGS="$FFLAGS -r8"

  ViewVC Help
Powered by ViewVC 1.1.22