aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2012-06-22 17:18:12 +0000
committerrhaas <rhaas@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2012-06-22 17:18:12 +0000
commit323497aef47512b4fdf138ac6d0e36b1bef7adfb (patch)
tree5a97128fc0ebd803b9e10ea2e17c303166dcaed4 /schedule.ccl
parentb7f6e4f941dabfa1f05b79e8ed04eef8a12638e6 (diff)
EOS_Omni: add table reader test
This adds a test (plus sample hdf5 table) using a small routine EOS_OMNI_dumptable to output the read in data as ASCII into a user selected file. Code and table kindly provided by Evan O'Connor. Small changes afterwards by Roland Haas. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/trunk@63 8e189c6b-2ab8-4400-aa02-70a9cfce18b9
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 74b5d33..9920825 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -14,5 +14,15 @@ if (nuceos_read_table)
LANG: C
OPTIONS: global
} "Read EOS HDF5 table"
+
+ if (dump_nuceos_table)
+ {
+ SCHEDULE EOS_OMNI_dumptable after EOS_OMNI_ReadTable AT CCTK_BASEGRID
+ {
+ LANG: FORTRAN
+ OPTIONS: global
+ } "Dump EOS HDF5 table in ASCII"
+ }
+
}