From 323497aef47512b4fdf138ac6d0e36b1bef7adfb Mon Sep 17 00:00:00 2001 From: rhaas Date: Fri, 22 Jun 2012 17:18:12 +0000 Subject: 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 --- schedule.ccl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'schedule.ccl') 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" + } + } -- cgit v1.2.3