/[MITgcm]/MITgcm/pkg/exch2/W2_EXCH2_TOPOLOGY.h
ViewVC logotype

Contents of /MITgcm/pkg/exch2/W2_EXCH2_TOPOLOGY.h

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


Revision 1.2 - (show annotations) (download)
Fri Jan 16 20:26:05 2004 UTC (20 years, 4 months ago) by afe
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint52l_pre, hrcube4, checkpoint58e_post, mitgcm_mapl_00, checkpoint52n_post, checkpoint52j_post, checkpoint53d_post, checkpoint58u_post, checkpoint58w_post, checkpoint54a_pre, checkpoint57m_post, checkpoint55c_post, checkpoint54e_post, checkpoint57s_post, checkpoint54a_post, checkpoint53c_post, checkpoint57k_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint58r_post, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint52l_post, checkpoint55h_post, checkpoint58n_post, checkpoint53b_post, checkpoint58x_post, checkpoint52k_post, checkpoint57g_pre, checkpoint54b_post, checkpoint53b_pre, checkpoint55b_post, checkpoint58t_post, checkpoint58h_post, checkpoint54d_post, checkpoint56c_post, checkpoint52m_post, checkpoint57y_pre, checkpoint55, checkpoint53a_post, checkpoint57f_pre, checkpoint57a_post, checkpoint54, checkpoint58q_post, checkpoint54f_post, checkpoint57v_post, checkpoint55g_post, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint55f_post, checkpoint59c, checkpoint59b, checkpoint59h, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, checkpoint53, eckpoint57e_pre, checkpoint57h_done, checkpoint58f_post, checkpoint53g_post, checkpoint57x_post, checkpoint57n_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, hrcube5, checkpoint58o_post, checkpoint57z_post, checkpoint57c_post, checkpoint58y_post, checkpoint55e_post, checkpoint58k_post, checkpoint52i_post, checkpoint52j_pre, checkpoint58v_post, checkpoint53f_post, checkpoint55a_post, checkpoint53d_pre, checkpoint54c_post, checkpoint58s_post, checkpoint58p_post, checkpoint57j_post, checkpoint58b_post, checkpoint57h_pre, checkpoint58m_post, checkpoint57l_post, checkpoint52i_pre, checkpoint52h_pre, checkpoint57h_post, hrcube_2, hrcube_3, checkpoint56a_post, checkpoint55d_post
Changes since 1.1: +6 -0 lines
File MIME type: text/plain
Modified W2_EXCH2_TOPOLOGY.h to reflect current topo generator

1 C Tiling topology data structures header file
2 C *** THIS FILE IS AUTOMATICALLY GENERATED ***
3 C NTILES :: Number of tiles in this topology
4 C MAX_NEIGHBOURS :: Maximum number of neighbours any tile has.
5 C exch2_domain_nxt :: Total domain length in tiles.
6 C exch2_domain_nyt :: Maximum domain height in tiles.
7 C exch2_tnx :: Size in X for each tile.
8 C exch2_tny :: Size in Y for each tile.
9 C exch2_tbasex :: Tile offset in X within its sub-domain (cube face)
10 C exch2_tbasey :: Tile offset in Y within its sub-domain (cube face)
11 C exch2_tglobalxlo :: Tile base X index within global index space.
12 C exch2_tglobalylo :: Tile base Y index within global index space.
13 C exch2_isWedge :: 0 if West not at domain edge, 1 if it is.
14 C exch2_isNedge :: 0 if North not at domain edge, 1 if it is.
15 C exch2_isEedge :: 0 if East not at domain edge, 1 if it is.
16 C exch2_isSedge :: 0 if South not at domain edge, 1 if it is.
17 C exch2_myFace :: Cube face number used for I/O.
18 C exch2_nNeighbours :: Tile neighbour entries count.
19 C exch2_tProc :: Rank of process owning tile
20 C :: (filled at run time).
21 C exch2_neighbourId :: Tile number for each neighbour entry.
22 C exch2_opposingSend_record :: Record for entry in target tile send
23 C :: list that has this tile and face
24 C :: as its target.
25 C exch2_pi :: X index row of target to source permutation
26 C :: matrix for each neighbour entry.
27 C exch2_pj :: Y index row of target to source permutation
28 C :: matrix for each neighbour entry.
29 C exch2_oi :: X index element of target to source
30 C :: offset vector for cell-centered quantities
31 C :: of each neighbor entry.
32 C exch2_oj :: Y index element of target to source
33 C :: offset vector for cell-centered quantities
34 C :: of each neighbor entry.
35 C exch2_oi_f :: X index element of target to source
36 C :: offset vector for face quantities
37 C :: of each neighbor entry.
38 C exch2_oj_f :: Y index element of target to source
39 C :: offset vector for face quantities
40 C :: of each neighbor entry.
41 INTEGER NTILES
42 INTEGER MAX_NEIGHBOURS
43 INTEGER exch2_domain_nyt
44 INTEGER exch2_domain_nxt
45 PARAMETER ( NTILES = 6)
46 PARAMETER ( MAX_NEIGHBOURS = 4)
47 PARAMETER ( exch2_domain_nxt=6)
48 PARAMETER ( exch2_domain_nyt=1)
49 INTEGER exch2_tnx(NTILES)
50 INTEGER exch2_tny(NTILES)
51 INTEGER exch2_tbasex(NTILES)
52 INTEGER exch2_tbasey(NTILES)
53 INTEGER exch2_txglobalo(NTILES)
54 INTEGER exch2_tyglobalo(NTILES)
55 INTEGER exch2_isWedge(NTILES)
56 INTEGER exch2_isNedge(NTILES)
57 INTEGER exch2_isEedge(NTILES)
58 INTEGER exch2_isSedge(NTILES)
59 INTEGER exch2_myFace(NTILES)
60 INTEGER exch2_mydnx(NTILES)
61 INTEGER exch2_mydny(NTILES)
62 INTEGER exch2_nNeighbours(NTILES)
63 INTEGER exch2_tProc(NTILES)
64 INTEGER exch2_neighbourId(MAX_NEIGHBOURS,NTILES)
65 INTEGER exch2_opposingSend_record(MAX_NEIGHBOURS,NTILES)
66 INTEGER exch2_pi(2,MAX_NEIGHBOURS,NTILES)
67 INTEGER exch2_pj(2,MAX_NEIGHBOURS,NTILES)
68 INTEGER exch2_oi(MAX_NEIGHBOURS,NTILES)
69 INTEGER exch2_oj(MAX_NEIGHBOURS,NTILES)
70 INTEGER exch2_oi_f(MAX_NEIGHBOURS,NTILES)
71 INTEGER exch2_oj_f(MAX_NEIGHBOURS,NTILES)
72
73
74 C Exchange execution loop data structures
75 INTEGER exch2_itlo_c(MAX_NEIGHBOURS,NTILES)
76 INTEGER exch2_ithi_c(MAX_NEIGHBOURS,NTILES)
77 INTEGER exch2_jtlo_c(MAX_NEIGHBOURS,NTILES)
78 INTEGER exch2_jthi_c(MAX_NEIGHBOURS,NTILES)
79
80 COMMON /W2_EXCH2_TOPO_I/
81 & exch2_tnx, exch2_tny,
82 & exch2_tbasex,exch2_tbasey,
83 & exch2_txglobalo,exch2_tyglobalo,
84 & exch2_isWedge, exch2_isNedge,
85 & exch2_isEedge, exch2_isSedge,
86 & exch2_myFace, exch2_mydnx, exch2_mydny,
87 & exch2_nNeighbours,exch2_neighbourId,
88 & exch2_opposingSend_record,
89 & exch2_tProc,
90 & exch2_pi,exch2_pj,
91 & exch2_oi,exch2_oj,
92 & exch2_oi_f,exch2_oj_f
93
94 COMMON /W2_EXCH2_HALO_SPEC/
95 & exch2_itlo_c, exch2_ithi_c,
96 & exch2_jtlo_c, exch2_jthi_c
97 C *** THIS FILE IS AUTOMATICALLY GENERATED ***

  ViewVC Help
Powered by ViewVC 1.1.22