aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-09-21 12:33:02 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-09-21 12:33:02 +0000
commit6e9b7d8218240a89cbe9a842daa351b6f926e0f7 (patch)
treef80c0abae35b5e5d8b4b23193de0e3d476ba1f8e
parent51c4d09536af56e24e522e47b669f6a05f380a78 (diff)
LOGICAL -> BOOLEAN and getting some printout. This will be put in
a better place git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@90 b61c5cb5-eaca-4651-9a7a-d64986f99364
-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 =