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

Contents of /MITgcm/tools/build_options/osf1_halem_mpi

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


Revision 1.3 - (show annotations) (download)
Thu Jul 22 17:39:29 2004 UTC (19 years, 10 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55c_post, checkpoint57b_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint55h_post, checkpoint54d_post, checkpoint56c_post, checkpoint54e_post, checkpoint55b_post, checkpoint55, checkpoint55a_post, checkpoint57a_post, checkpoint55g_post, checkpoint55f_post, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, checkpoint54f_post, checkpoint55e_post, checkpoint57c_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.2: +7 -3 lines
 o fix for Ivana

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

  ViewVC Help
Powered by ViewVC 1.1.22