aboutsummaryrefslogtreecommitdiff
path: root/configuration.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 /configuration.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 'configuration.ccl')
-rw-r--r--configuration.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
index f615a50..44a74c9 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -5,3 +5,6 @@ PROVIDES EOS_Omni
LANG
}
+OPTIONAL MPI
+{
+}