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

Annotation of /MITgcm/tools/build_options/osf1_alpha_f77

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


Revision 1.5 - (hide annotations) (download)
Tue Sep 21 19:51:10 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55c_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57b_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint57e_post, checkpoint55h_post, checkpoint55b_post, checkpoint56c_post, checkpoint57a_post, checkpoint55g_post, checkpoint55f_post, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57c_post, checkpoint55e_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.4: +2 -2 lines
 o fixes for systems that do not have NetCDF libs
   - thank you to Patrick for pointing this out!

1 edhill 1.1 #!/bin/bash
2     #
3 edhill 1.5 # $Header: /u/gcmpack/MITgcm/tools/build_options/osf1_alpha_f77,v 1.4 2004/07/22 02:25:41 edhill Exp $
4 edhill 1.1 #
5    
6     # confirmed on Halem by eh3, 2003-09-03
7    
8     S64='$(TOOLSDIR)/set64bitConst.sh'
9     DEFINES='-DTARGET_DEC -DWORDLENGTH=1'
10    
11    
12     CPP='/usr/bin/cpp -P'
13 edhill 1.2
14 edhill 1.1 #ph: makedepend not available on some/many DEC Alpha's; use mkdep instead
15 edhill 1.2 #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 edhill 1.3 # 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 edhill 1.5 LIBS="-L/usr/ulocal/stow/netcdf-3.5.1/lib"
24 edhill 1.3
25 edhill 1.1 FC='f77'
26     LINK='f77'
27 edhill 1.4 FFLAGS='-fpe2 -convert big_endian -r8 -extend_source -automatic -call_shared -notransform_loops -align dcommons'
28 edhill 1.1 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