aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorknarf <knarf@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2011-11-13 15:50:01 +0000
committerknarf <knarf@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2011-11-13 15:50:01 +0000
commitd6846422ead98808109f717d150a7b1cb178fdd0 (patch)
tree6b65e569d7c1cca33eb5c68ad84065ab12361c53 /schedule.ccl
parentd9e90b3e105b206a9802f63ee45512f6773cbe22 (diff)
Let EOS_Omni read HDF5 EOSs using the C-API, since building the fortran interface
is usually disabled, and conflicts with the parallel API as well. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/trunk@54 8e189c6b-2ab8-4400-aa02-70a9cfce18b9
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index a9cbd79..e22a35f 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,3 +6,12 @@ schedule EOS_Omni_Startup AT WRAGH
LANG: Fortran
OPTIONS: global
} "Set up conversion factors and other fun stuff"
+
+if (nuceos_read_table)
+{
+ SCHEDULE EOS_OMNI_ReadTable AT CCTK_INITIAL before ADMBase_InitialData
+ {
+ LANG: C
+ } "Read EOS HDF5 table"
+}
+