aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2012-08-09 21:52:00 +0000
committerrhaas <rhaas@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2012-08-09 21:52:00 +0000
commit3c614e451b1a698e501c430b875a6eb2a24b6176 (patch)
tree8f7213efad61075b434032a99568b7bb0212555a /param.ccl
parentde20507ab6fe25e257b5b5abb8edaff6084ba959 (diff)
add option read_table_on_single_process to have a named processor
read the full table and MPI_Bcast it to the other processors From: Roland Haas <roland.haas@physics.gatech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/trunk@65 8e189c6b-2ab8-4400-aa02-70a9cfce18b9
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 77ef4de..fbe0648 100644
--- a/param.ccl
+++ b/param.ccl
@@ -80,6 +80,15 @@ STRING nuceos_table_name "nuceos table name (hdf5)" STEERABLE=RECOVER
.* :: "Can be anything"
} "blah.h5"
+BOOLEAN read_table_on_single_process "read table on one process only and bcast data" STEERABLE=ALWAYS
+{
+} "no"
+
+INT reader_process "read table on this process and bcast data" STEERABLE=ALWAYS
+{
+ 0:* :: "read on process N"
+} 0
+
shares: IO
USES STRING out_dir