/[MITgcm]/MITgcm/tools/build_options/osf1_alpha_f77+mpi
ViewVC logotype

Annotation of /MITgcm/tools/build_options/osf1_alpha_f77+mpi

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


Revision 1.3 - (hide annotations) (download)
Sun Mar 21 22:22:53 2010 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.2: +2 -2 lines
add cvs Name and Header (if missing)

1 edhill 1.1 #!/bin/bash
2     #
3 jmc 1.3 # $Header: /u/gcmpack/MITgcm/tools/build_options/osf1_alpha_f77+mpi,v 1.2 2005/03/04 00:46:48 edhill Exp $
4     # $Name: $
5 edhill 1.1
6     # confirmed on Halem by eh3, 2003-09-03
7    
8     S64='$(TOOLSDIR)/set64bitConst.sh'
9 edhill 1.2 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_DEC -DWORDLENGTH=1'
10 edhill 1.1
11    
12     CPP='/usr/local/bin/cpp -traditional -P'
13    
14     #ph: makedepend not available on some/many DEC Alpha's; use mkdep instead
15     #EH3 Remove the buggy mkdep since the newly included cyrus version
16     #EH3 works much better on machines such as "halem"
17     #EH3 MAKEDEPEND='mkdep -f depend.out'
18    
19     # netcdf
20     # Tested and works: Wed Jul 21 11:55:34 EDT 2004
21     FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X ## _"
22     INCLUDES="$INCLUDES -I/usr/ulocal/stow/netcdf-3.5.1/include"
23     LIBS="-L/usr/ulocal/stow/netcdf-3.5.1/lib -lnetcdf -lfmpi -lmpi -lkmp_osfp10 -pthread"
24    
25     FC='f77'
26     LINK='f77'
27     FFLAGS='-fpe2 -convert big_endian -r8 -extend_source -automatic -call_shared -notransform_loops -align dcommons'
28     FOPTIM='-O5 -fast -tune host -inline all'
29     #ph: -O5 probably too aggressive in conjunction with adjoint code
30     NOOPTFILES='barrier.F different_multiple.F external_fields_load.F'
31     NOOPTFLAGS='-O0'
32     RMFILES='*.p.out'

  ViewVC Help
Powered by ViewVC 1.1.22