aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl8
-rw-r--r--schedule.ccl5
-rw-r--r--src/make.code.defn2
3 files changed, 10 insertions, 5 deletions
diff --git a/param.ccl b/param.ccl
index c5a4478..b44b575 100644
--- a/param.ccl
+++ b/param.ccl
@@ -25,11 +25,11 @@ INT ghost_size "The width of the ghost zone"
private:
-LOGICAL sync_verbose "Verbose output during synchronization ?"
+BOOLEAN sync_verbose "Verbose output during synchronization ?"
{
} no
-LOGICAL enable_all_storage "Enable storage for all GFs?"
+BOOLEAN enable_all_storage "Enable storage for all GFs?"
{
} "no"
@@ -57,7 +57,7 @@ INT proc_top_nz "No of Procs in Z direction"
# padding stuff
-LOGICAL padding_active "Padd 3D arrays so they line up on cache lines?"
+BOOLEAN padding_active "Padd 3D arrays so they line up on cache lines?"
{
} no
@@ -77,7 +77,7 @@ INT padding_address_spacing "Number of CCTK_REALs to space starting addresses in
0:* :: "Any positive number"
} 24
-LOGICAL zero_memory "Zero memory for GF's at allocation time ?"
+BOOLEAN zero_memory "Zero memory for GF's at allocation time ?"
{
} yes
diff --git a/schedule.ccl b/schedule.ccl
index d697faf..060bf26 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,3 +5,8 @@ schedule pugh_Startup at STARTUP
{
LANG:C
} "Startup routine."
+
+schedule pugh_Report at BASEGRID
+{
+ LANG:C
+} "Report on PUGH set up" \ No newline at end of file
diff --git a/src/make.code.defn b/src/make.code.defn
index 78dae05..716a4a0 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -1,7 +1,7 @@
# Main make.code.defn file for thorn pugh
# : /usr/users/cactus/CCTK/lib/make/new_thorn.pl,v 1.1 1999/02/03 17:00:50 goodale Exp n
# Source files in this directory
-SRCS = Startup.c GHExtension.c Comm.c SetupPGH.c SetupGroup.c SetupPGF.c pGF_PostSend.c pGF_PostRecv.c pGF_FinishRecv.c Reduction.c
+SRCS = Startup.c GHExtension.c Comm.c SetupPGH.c SetupGroup.c SetupPGF.c pGF_PostSend.c pGF_PostRecv.c pGF_FinishRecv.c Reduction.c PughUtils.c
# Subdirectories containing source files
SUBDIRS =