aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorcott <cott@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2012-01-31 22:01:47 +0000
committercott <cott@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2012-01-31 22:01:47 +0000
commite4122388c179b0b2bb1c90ef4eb24a3794731c2f (patch)
tree7b550ee9866bd1980aa150adbd4b2af905c80812 /schedule.ccl
parentd6846422ead98808109f717d150a7b1cb178fdd0 (diff)
* add banner informing user that EOS table is being read
* fix scheduling issue (reading the table was not scheduled in global mode) * re-add option of turning off energy shift git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/trunk@55 8e189c6b-2ab8-4400-aa02-70a9cfce18b9
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e22a35f..21acfb2 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -12,6 +12,7 @@ if (nuceos_read_table)
SCHEDULE EOS_OMNI_ReadTable AT CCTK_INITIAL before ADMBase_InitialData
{
LANG: C
+ OPTIONS: global
} "Read EOS HDF5 table"
}