/usr/include/ug/parallel.h is in libdune-uggrid-dev 2.5.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 | // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
/****************************************************************************/
/* */
/* File: parallel.h */
/* */
/* Purpose: defines for parallel ugp version 3 */
/* */
/* Author: Stefan Lang, Klaus Birken */
/* Institut fuer Computeranwendungen III */
/* Universitaet Stuttgart */
/* Pfaffenwaldring 27 */
/* 70550 Stuttgart */
/* email: stefan@ica3.uni-stuttgart.de */
/* phone: 0049-(0)711-685-7003 */
/* fax : 0049-(0)711-685-7000 */
/* */
/* History: 09.05.95 begin, ugp version 3.0 */
/* */
/* Remarks: */
/* */
/****************************************************************************/
/****************************************************************************/
/* */
/* auto include mechanism and other include files */
/* */
/****************************************************************************/
#ifndef __PARALLEL_H__
#define __PARALLEL_H__
#include "heaps.h"
#ifdef ModelP
#include "ppif.h"
#include "ddd.h"
#endif
#include "gm.h"
#include "pargm.h"
#include "namespace.h"
START_UGDIM_NAMESPACE
/****************************************************************************/
/* */
/* defines in the following order */
/* */
/* compile time constants defining static data size (i.e. arrays) */
/* other constants */
/* macros */
/* */
/****************************************************************************/
#define MAXDDDTYPES 32
enum HandlerSets
{
HSET_XFER = 0,
HSET_REFINE
};
#ifdef ModelP
/* CE for nodes */
/* not used, kb 961216
#define KEEP_VECTOR 0*/ /* this is a node with vector */
/*#define DEL_VECTOR 1*/ /* this is a node without vector */
/* status output from different parallel phases */
/*
#define STAT_OUT
*/
/* define DDD_PRIO_ENV to change priority using fast PrioBegin/End env. */
/*
#define DDD_PRIO_ENV
*/
#ifdef DDD_PRIO_ENV
#define DDD_PrioritySet(h,p) {ObjectPriorityUpdate((DDD_OBJ)h,p); DDD_PrioChange(h,p);}
#endif
/* macros for processor-synchronized output */
#define SYNC_ALL { int _p; for(_p=0; _p<procs; _p++) { \
Synchronize(); if(_p==me) {
#define SYNC_CONTEXT { int _p; for(_p=0; _p<procs; _p++) { \
Synchronize(); if((_p==me)&&CONTEXT(me)) {
#define SYNC_END }}}
#define UGTYPE(t) (dddctrl.ugtypes[(t)])
#define DDDTYPE(t) (dddctrl.types[(t)])
#define HAS_DDDHDR(t) (dddctrl.dddObj[(t)])
#define CONTEXT(p) (dddctrl._context[(p)])
#define DDD_DOMAIN_DATA DDD_USER_DATA+1
#define DDD_EXTRA_DATA DDD_USER_DATA+2
/* macros for ddd object info */
/* for elements */
#define EPRIO(e) (Priorities)DDD_InfoPriority(PARHDRE(e))
#define SETEPRIO(e,p) DDD_PrioritySet(PARHDRE(e),p)
#define SETEPRIOX(e,p) if (EPRIO(e)!=p) DDD_PrioritySet(PARHDRE(e),p)
#define EMASTER(e) (EPRIO(e) == PrioMaster)
#define EGHOST(e) (EPRIO(e)==PrioHGhost || EPRIO(e)==PrioVGhost ||\
EPRIO(e)==PrioVHGhost)
#define EVHGHOST(e) (EPRIO(e)==PrioVHGhost)
#define EVGHOST(e) (EPRIO(e)==PrioVGhost || EPRIO(e)==PrioVHGhost)
#define EHGHOST(e) (EPRIO(e)==PrioHGhost || EPRIO(e)==PrioVHGhost)
#define EGID(e) DDD_InfoGlobalId(PARHDRE(e))
#define EPROCLIST(e) DDD_InfoProcList(PARHDRE(e))
#define EPROCPRIO(e,p) DDD_InfoProcPrio(PARHDRE(e),p)
#define ENCOPIES(e) DDD_InfoNCopies(PARHDRE(e))
#define EATTR(e) DDD_InfoAttr(PARHDRE(e))
#define XFEREDELETE(e) DDD_XferDeleteObj(PARHDRE(e))
#define XFERECOPY(e,dest,prio) DDD_XferCopyObj(PARHDRE(e),dest,prio)
#define XFERECOPYX(e,dest,prio,size) DDD_XferCopyObjX(PARHDRE(e),dest,prio,size)
/* for nodes, vectors, edges (edges only 3D) */
#define PRIO(e) DDD_InfoPriority(PARHDR(e))
#define SETPRIO(e,p) DDD_PrioritySet(PARHDR(e),p)
#define SETPRIOX(e,p) if (PRIO(e)!=p) DDD_PrioritySet(PARHDR(e),p)
#define MASTER(e) (PRIO(e)==PrioMaster || PRIO(e)==PrioBorder)
#define GHOST(e) (PRIO(e)==PrioHGhost || PRIO(e)==PrioVGhost ||\
PRIO(e)==PrioVHGhost)
#define VHGHOST(e) (PRIO(e)==PrioVHGhost)
#define VGHOST(e) (PRIO(e)==PrioVGhost || PRIO(e)==PrioVHGhost)
#define HGHOST(e) (PRIO(e)==PrioHGhost || PRIO(e)==PrioVHGhost)
#define GID(e) DDD_InfoGlobalId(PARHDR(e))
#define PROCLIST(e) DDD_InfoProcList(PARHDR(e))
#define PROCPRIO(e,p) DDD_InfoProcPrio(PARHDR(e),p)
#define NCOPIES(e) DDD_InfoNCopies(PARHDR(e))
#define ATTR(e) DDD_InfoAttr(PARHDR(e))
#define XFERDELETE(e) DDD_XferDeleteObj(PARHDR(e))
#define XFERCOPY(e,dest,prio) DDD_XferCopyObj(PARHDR(e),dest,prio)
#define XFERCOPYX(e,dest,prio,size) DDD_XferCopyObjX(PARHDR(e),dest,prio,size)
/* for vertices */
#define VXPRIO(e) DDD_InfoPriority(PARHDRV(e))
#define SETVXPRIO(e,p) DDD_PrioritySet(PARHDRV(e),p)
#define SETVXPRIOX(e,p) if (VXPRIO(e)!=p) DDD_PrioritySet(PARHDRV(e),p)
#define VXMASTER(e) (VXPRIO(e)==PrioMaster || VXPRIO(e)==PrioBorder)
#define VXGHOST(e) (VXPRIO(e)==PrioHGhost || VXPRIO(e)==PrioVGhost ||\
VXPRIO(e)==PrioVHGhost)
#define VXVHGHOST(e) (VXPRIO(e)==PrioVHGhost)
#define VXVGHOST(e) (VXPRIO(e)==PrioVGhost || VXPRIO(e)==PrioVHGhost)
#define VXHGHOST(e) (VXPRIO(e)==PrioHGhost || VXPRIO(e)==PrioVHGhost)
#define VXGID(e) DDD_InfoGlobalId(PARHDRV(e))
#define VXPROCLIST(e) DDD_InfoProcList(PARHDRV(e))
#define VXPROCPRIO(e,p) DDD_InfoProcPrio(PARHDRV(e),p)
#define VXNCOPIES(e) DDD_InfoNCopies(PARHDRV(e))
#define VXATTR(e) DDD_InfoAttr(PARHDRV(e))
#define XFERVXDELETE(e) DDD_XferDeleteObj(PARHDRV(e))
#define XFERVXCOPY(e,dest,prio) DDD_XferCopyObj(PARHDRV(e),dest,prio,size)
#define XFERVXCOPYX(e,dest,prio,size) DDD_XferCopyObjX(PARHDRV(e),dest,prio,size)
/* macros for priorities */
/* for elements */
#define EMASTERPRIO(p) (p==PrioMaster)
#define EGHOSTPRIO(p) (p==PrioHGhost || p==PrioVGhost || p==PrioVHGhost)
#define EVHGHOSTPRIO(p) (p==PrioVHGhost)
#define EVGHOSTPRIO(p) (p==PrioVGhost || p==PrioVHGhost)
#define EHGHOSTPRIO(p) (p==PrioHGhost || p==PrioVHGhost)
/* for nodes, vertices, vectors, edges (edges only 3D) */
#define MASTERPRIO(p) (p==PrioMaster || p==PrioBorder)
#define GHOSTPRIO(p) (p==PrioHGhost || p==PrioVGhost || p==PrioVHGhost)
#define VHGHOSTPRIO(p) (p==PrioVHGhost)
#define VGHOSTPRIO(p) (p==PrioVGhost || p==PrioVHGhost)
#define HGHOSTPRIO(p) (p==PrioHGhost || p==PrioVHGhost)
#define EGID_FMT DDD_GID_FMT
#define GID_FMT DDD_GID_FMT
/* This exchanges in the load balancing the connections too.
#define __EXCHANGE_CONNECTIONS__ */
#endif /* ModelP */
/****************************************************************************/
/* */
/* data structures exported by the corresponding source file */
/* */
/****************************************************************************/
/****************************************************************************/
/* */
/* definition of exported global variables */
/* */
/****************************************************************************/
#ifdef ModelP
/* DDD objects */
extern DDD_TYPE TypeVector;
extern DDD_TYPE TypeIVertex, TypeBVertex;
extern DDD_TYPE TypeNode;
extern DDD_TYPE TypeUnknown;
#ifdef __TWODIM__
extern DDD_TYPE TypeTrElem, TypeTrBElem,
TypeQuElem, TypeQuBElem;
#endif
#ifdef __THREEDIM__
extern DDD_TYPE TypeTeElem, TypeTeBElem;
extern DDD_TYPE TypePyElem, TypePyBElem;
extern DDD_TYPE TypePrElem, TypePrBElem;
extern DDD_TYPE TypeHeElem, TypeHeBElem;
#endif
/* DDD data objects */
extern DDD_TYPE TypeMatrix;
extern DDD_TYPE TypeBndP;
extern DDD_TYPE TypeEdge;
extern DDD_TYPE TypeBndS;
/* DDD Interfaces */
extern DDD_IF ElementIF, ElementSymmIF, ElementVIF, ElementSymmVIF,
ElementVHIF, ElementSymmVHIF;
extern DDD_IF BorderNodeIF, BorderNodeSymmIF, OuterNodeIF, NodeVIF,
NodeIF, NodeAllIF;
extern DDD_IF BorderVectorIF, BorderVectorSymmIF,
OuterVectorIF, OuterVectorSymmIF,
VectorVIF, VectorVAllIF, VectorIF;
extern DDD_IF EdgeIF, BorderEdgeSymmIF, EdgeHIF, EdgeVHIF,
EdgeSymmVHIF;
/* DDD Global Controls */
typedef struct
{
/* data from ug */
MULTIGRID *currMG;
FORMAT *currFormat;
int nodeData;
int edgeData;
int elemData;
int sideData;
/* data for memmgr */
MULTIGRID *memmgrMG;
INT ugtypes[MAXDDDTYPES]; /* dddtype -> ugtype */
DDD_TYPE types[MAXOBJECTS]; /* ugtype -> dddtype */
int dddObj[MAXOBJECTS];
/* status of DDDIF */
int allTypesDefined;
/* context information, will be allocated with size=procs */
INT *_context;
} DDD_CTRL;
extern DDD_CTRL dddctrl;
#endif
/****************************************************************************/
/* */
/* function declarations */
/* */
/****************************************************************************/
#ifdef ModelP
/* from initddd.c */
int InitDDD (void);
int ExitDDD (void);
void InitCurrMG (MULTIGRID *);
/* from debugger.c */
void ddd_pstat (char *);
void ddd_DisplayContext (void);
/* from lb.c */
void lbs (const char *argv, MULTIGRID *theMG);
/* from handler.c */
void ddd_HandlerInit (INT);
DDD_TYPE NFatherObjType (DDD_OBJ obj, DDD_OBJ ref);
void ObjectPriorityUpdate (DDD_OBJ obj, DDD_PRIO newPrio);
/* from lbrcb.c */
int BalanceGridRCB (MULTIGRID *, int);
/* from gridcons.c */
void ConstructConsistentGrid (GRID *theGrid);
void ConstructConsistentMultiGrid (MULTIGRID *theMG);
/* from pgmcheck.c */
INT CheckProcListCons (int *proclist, int uniqueTag);
INT CheckInterfaces (GRID *theGrid);
/* from priority.c */
INT SetGridBorderPriorities (GRID *theGrid);
void SetGhostObjectPriorities (GRID *theGrid);
/* from trans.c */
int TransferGrid (MULTIGRID *theMG);
int TransferGridFromLevel (MULTIGRID *theMG, INT level);
void AMGAgglomerate (MULTIGRID *theMG);
/* from identify.c */
void IdentifyInit (MULTIGRID *theMG);
void IdentifyExit (void);
INT Identify_Objects_of_ElementSide (GRID *theGrid, ELEMENT *theElement, INT i);
INT Identify_SonNodesAndSonEdges (GRID *theGrid);
/* from overlap.c */
INT UpdateGridOverlap (GRID *theGrid);
INT ConnectGridOverlap (GRID *theGrid);
INT ConnectVerticalOverlap (MULTIGRID *theMG);
/* from priority.c */
void SetGhostObjectPriorities (GRID *theGrid);
INT SetBorderPriorities (GRID *theGrid);
INT SetGridBorderPriorities (GRID *theGrid);
/* from partition.c */
INT CheckPartitioning (MULTIGRID *theMG);
INT RestrictPartitioning (MULTIGRID *theMG);
/* from pgmcheck.c */
INT CheckInterfaces (GRID *theGrid);
#endif /* ModelP */
END_UGDIM_NAMESPACE
#endif /* __PARALLEL_H__ */
|