aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGH.h
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-03 21:45:12 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-03 21:45:12 +0000
commit3d5d36496a7f8df6d1b28c823cc739faa9c9e3fd (patch)
tree58e63914497efef396898189e43981a8d27346df /src/include/pGH.h
parent39c59ca314108602de8128628d5d517327418375 (diff)
Removing old files with pGFs
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@192 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pGH.h')
-rw-r--r--src/include/pGH.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/pGH.h b/src/include/pGH.h
index ab2fe88..5bc3b5d 100644
--- a/src/include/pGH.h
+++ b/src/include/pGH.h
@@ -19,13 +19,11 @@ typedef struct PGH
/* pGH identifier */
void *callerid;
-
int dim; /* The dimension of the GH */
/* Size of the processor group */
int nprocs; /* Number of processors */
int myproc; /* My processor */
- /*int *nproc;*/ /* Processor topology */
int commmodel; /* Comm model is PUGH_ALLOCATEDBUFFERS */
/* or PUGH_DERIVEDTYPES. Currently unused */
@@ -36,7 +34,7 @@ typedef struct PGH
/* What time level we're on */
int timelevel;
- int *perme; /* Periodic in each direction? */
+ int *perme; /* Periodic in each direction? */
int periodic; /* Is the system periodic? */
int forceSync; /* force synchronisation of GFs with storage */
@@ -45,7 +43,6 @@ typedef struct PGH
/* Coordinate information */
CCTK_REAL dx0, dy0, dz0, dt0; /* Delta of our system */
CCTK_REAL lx0, ly0, lz0; /* Processor-Local coordinate origins */
- /* CCTK_REAL phys_time; */ /* physical time */
int GHiteration; /* iteration number on processor */
/* Indentification for a pGH */