/[MITgcm]/MITgcm/tools/build_options/linux_amd64_pgf90+mpi_xd1
ViewVC logotype

Annotation of /MITgcm/tools/build_options/linux_amd64_pgf90+mpi_xd1

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 24 10:28:01 2008 UTC (15 years, 10 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint61, checkpoint62, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
new build options file for the pgf90 on xd1, to replace the current
version for the pgf77

1 mlosch 1.1 #!/bin/bash
2     #
3     # $Header: $
4     # $Name: $
5     #
6     # tested on xd1.awi.de
7     # Linux xd1-420-6 2.4.21_H_01_01 #6 SMP Wed Nov 3 15:30:06 PST 2004 x86_64 unknownx
8     # pgf90 7.1-1 64-bit target on x86-64 Linux -tp k8-64
9     # Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
10     # Copyright 2000-2007, STMicroelectronics, Inc. All Rights Reserved.
11    
12     #FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X ## _"
13    
14     FC='mpif90'
15     CC='mpicc'
16     LINK='mpif90'
17     CPP='/usr/bin/cpp -P -traditional'
18    
19     MPI='true'
20     DEFINES='-DWORDLENGTH=4'
21     INCLUDES='-I/usr/mpich/mpich-1.2.6-pgi524/include -I/opt/awi/netcdf-3.6.0-p1/include'
22     LIBS='-L/usr/mpich/mpich-1.2.6-pgi524/lib -Mmpi -L/opt/awi/netcdf-3.6.0-p1/lib -lnetcdf'
23    
24     if test "x$IEEE" = x ; then
25     # No need for IEEE-754
26     FFLAGS='-byteswapio -Mnodclchk -Mextend'
27     FOPTIM='-O2 -Munroll'
28     else
29     # Try to follow IEEE-754
30     FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
31     FOPTIM='-tp amd64 -O0 -Munroll -Kieee'
32     fi
33     #FFLAGS=$FFLAGS' -mcmodel=medium'

  ViewVC Help
Powered by ViewVC 1.1.22