summaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-05-24 13:08:08 +0200
committerAnton Khirnov <anton@khirnov.net>2019-06-02 17:34:48 +0200
commit1afea75597177b736429f8f6368bb5ecd0f0a389 (patch)
tree9074692724c4c28e98e5e18b7b39183b30f35f0c /interface.ccl
parente6a0b26fdbbf2d7669de937c67c8da48ce07cc56 (diff)
Add support for MPI.
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index 124823e..8ebef12 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -19,5 +19,5 @@ REAL lapse_mg TYPE=GF TIMELEVELS=2
REAL lapse_mg_eval TYPE=GF tags='Prolongation="None"'
REAL lapse_prev0 TYPE=GF tags='Prolongation="None"'
REAL lapse_prev1 TYPE=GF tags='Prolongation="None"'
-REAL lapse_prev0_time TYPE=ARRAY DIM=1 SIZE=32
-REAL lapse_prev1_time TYPE=ARRAY DIM=1 SIZE=32
+REAL lapse_prev0_time TYPE=ARRAY DIM=1 SIZE=32 DISTRIB=constant
+REAL lapse_prev1_time TYPE=ARRAY DIM=1 SIZE=32 DISTRIB=constant