/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/code/CPP_EEOPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.90x40x15/code/CPP_EEOPTIONS.h

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


Revision 1.1 - (show annotations) (download)
Fri Sep 28 14:53:34 2001 UTC (22 years, 8 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint46n_post, checkpoint51k_post, checkpoint47j_post, checkpoint48d_pre, checkpoint44b_post, checkpoint51j_post, branch-exfmods-tag, checkpoint47e_post, checkpoint43a-release1mods, checkpoint44h_pre, checkpoint47i_post, checkpoint44e_post, release1_p12, release1_p13, release1_p10, release1_p11, release1_p16, release1_p17, release1_p14, release1_p15, checkpoint47f_post, checkpoint50e_post, checkpoint50c_post, checkpoint46i_post, checkpoint51n_pre, checkpoint47d_post, checkpoint44f_pre, checkpoint47a_post, checkpoint46f_post, checkpoint46l_pre, checkpoint46h_post, checkpoint46d_pre, release1_beta1, checkpoint48e_post, checkpoint46e_post, checkpoint48d_post, checkpoint50g_post, release1-branch_tutorials, checkpoint46c_post, checkpoint44g_post, branchpoint-genmake2, checkpoint44h_post, checkpoint46l_post, checkpoint46k_post, checkpoint46e_pre, checkpoint48f_post, checkpoint45d_post, checkpoint51o_pre, checkpoint46j_pre, checkpoint45b_post, checkpoint46b_pre, checkpoint51i_post, checkpoint46j_post, checkpoint48c_post, chkpt44a_pre, release1-branch-end, release1_final_v1, checkpoint51e_post, checkpoint51b_post, checkpoint46, checkpoint50e_pre, checkpoint51c_post, checkpoint46c_pre, checkpoint43, checkpoint47d_pre, checkpoint47, checkpoint44, checkpoint45, checkpoint48, checkpoint49, checkpoint50i_post, checkpoint47b_post, checkpoint51l_post, checkpoint48i_post, checkpoint51f_post, checkpoint51o_post, checkpoint51f_pre, release1_b1, checkpoint48h_post, checkpoint50d_pre, chkpt44d_post, checkpoint48g_post, checkpoint46h_pre, checkpoint51, checkpoint50, checkpoint47h_post, release1_p8, release1_p9, checkpoint50d_post, checkpoint46g_pre, release1_p2, release1_p3, release1_p4, checkpoint51b_pre, release1_p6, checkpoint46a_post, checkpoint47g_post, chkpt44a_post, checkpoint44b_pre, release1_p1, checkpoint46m_post, checkpoint48a_post, checkpoint51h_pre, checkpoint46a_pre, checkpoint50c_pre, checkpoint45c_post, checkpoint50b_pre, release1_p5, checkpoint44e_pre, checkpoint51g_post, release1_p7, checkpoint46b_post, checkpoint46d_post, checkpoint48b_post, checkpoint50b_post, checkpoint46g_post, release1_p13_pre, release1_p12_pre, checkpoint45a_post, checkpoint50f_post, checkpoint50a_post, checkpoint50f_pre, checkpoint51d_post, checkpoint48c_pre, release1-branch_branchpoint, checkpoint51m_post, checkpoint51l_pre, checkpoint50h_post, checkpoint51a_post, checkpoint51n_post, release1_chkpt44d_post, checkpoint51i_pre, chkpt44c_pre, checkpoint44f_post, chkpt44c_post
Branch point for: release1_final, branch-genmake2, release1, release1_coupled, tg2-branch, checkpoint51n_branch, release1-branch, release1_50yr, branch-exfmods-curt
File MIME type: text/plain
Adding new 4x4 global ocean experiment, put together by Steph Dutk.
 - will add pick-up later...

1 C $Header: /u/u0/gcmpack/models/MITgcmUV/eesupp/inc/CPP_EEOPTIONS.h,v 1.17 2001/03/09 19:36:39 adcroft Exp $
2 C $Name: $
3
4 C
5 C /==========================================================\
6 C | CPP_EEOPTIONS.h |
7 C |==========================================================|
8 C | C preprocessor "execution environment" supporting |
9 C | flags. Use this file to set flags controlling the |
10 C | execution environment in which a model runs - as opposed |
11 C | to the dynamical problem the model solves. |
12 C | Note: Many options are implemented with both compile time|
13 C | and run-time switches. This allows options to be |
14 C | removed altogether, made optional at run-time or |
15 C | to be permanently enabled. This convention helps |
16 C | with the data-dependence analysis performed by the |
17 C | adjoint model compiler. This data dependency |
18 C | analysis can be upset by runtime switches that it |
19 C | is unable to recoginise as being fixed for the |
20 C | duration of an integration. |
21 C | A reasonable way to use these flags is to |
22 C | set all options as selectable at runtime but then |
23 C | once an experimental configuration has been |
24 C | identified, rebuild the code with the appropriate |
25 C | options set at compile time. |
26 C \==========================================================/
27
28 #ifndef _CPP_EEOPTIONS_H_
29 #define _CPP_EEOPTIONS_H_
30
31 C In general the following convention applies:
32 C ALLOW - indicates an feature will be included but it may
33 C CAN have a run-time flag to allow it to be switched
34 C on and off.
35 C If ALLOW or CAN directives are "undef'd" this generally
36 C means that the feature will not be available i.e. it
37 C will not be included in the compiled code and so no
38 C run-time option to use the feature will be available.
39 C
40 C ALWAYS - indicates the choice will be fixed at compile time
41 C so no run-time option will be present
42
43 C Flag used to indicate whether Fortran formatted write
44 C and read are threadsafe. On SGI the routines can be thread
45 C safe, on Sun it is not possible - if you are unsure then
46 C undef this option.
47 #undef FMTFTN_IO_THREADSAFE
48
49 C-- Control MPI based parallel processing
50 #undef ALLOW_USE_MPI
51 #undef ALWAYS_USE_MPI
52
53 C-- Control use of communication that might overlap computation.
54 C Under MPI selects/deselects "non-blocking" sends and receives.
55 #define ALLOW_ASYNC_COMMUNICATION
56 #undef ALLOW_ASYNC_COMMUNICATION
57 #undef ALWAYS_USE_ASYNC_COMMUNICATION
58 C-- Control use of communication that is atomic to computation.
59 C Under MPI selects/deselects "blocking" sends and receives.
60 #define ALLOW_SYNC_COMMUNICATION
61 #undef ALWAYS_USE_SYNC_COMMUNICATION
62
63 C-- Control use of JAM routines for Artic network
64 C These invoke optimized versions of "exchange" and "sum" that
65 C utilize the programmable aspect of Artic cards.
66 #undef LETS_MAKE_JAM
67 #undef JAM_WITH_TWO_PROCS_PER_NODE
68
69 C-- Control storage of floating point operands
70 C On many systems it improves performance only to use
71 C 8-byte precision for time stepped variables.
72 C Constant in time terms ( geometric factors etc.. )
73 C can use 4-byte precision, reducing memory utilisation and
74 C boosting performance because of a smaller working
75 C set size. However, on vector CRAY systems this degrades
76 C performance.
77 #define REAL4_IS_SLOW
78
79 C-- Control use of "double" precision constants.
80 C Use D0 where it means REAL*8 but not where it means REAL*16
81 #define D0 d0
82
83 C-- Control XY periodicity in processor to grid mappings
84 C Note: Model code does not need to know whether a domain is
85 C periodic because it has overlap regions for every box.
86 C Model assume that these values have been
87 C filled in some way.
88 #undef ALWAYS_PREVENT_X_PERIODICITY
89 #undef ALWAYS_PREVENT_Y_PERIODICITY
90 #define CAN_PREVENT_X_PERIODICITY
91 #define CAN_PREVENT_Y_PERIODICITY
92
93 #endif /* _CPP_EEOPTIONS_H_ */
94
95 #include "CPP_EEMACROS.h"

  ViewVC Help
Powered by ViewVC 1.1.22