From 3c614e451b1a698e501c430b875a6eb2a24b6176 Mon Sep 17 00:00:00 2001 From: rhaas Date: Thu, 9 Aug 2012 21:52:00 +0000 Subject: 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 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/trunk@65 8e189c6b-2ab8-4400-aa02-70a9cfce18b9 --- param.ccl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'param.ccl') 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 -- cgit v1.2.3