From 5a789bba8c30fdf218e549c2bbb7d39cbc133df2 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 13 Feb 2003 16:56:32 +0000 Subject: H2 I would like to use checkpointing for a thorn which has complex grid arrays. I tried to use the IOFlexIO thorn and received the error: Unsupported CCTK variable datatype 10. Is there a way to checkpoint complex variables? Yes there is: use IOHDF5 instead of IOFlexIO. The FlexIO library doesn't support a native complex datatype, and we decided not to add extra logic complex numbers in IOFlexIO. HDF5 does not have this limitation, it natively supports all Cactus datatypes. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3143 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/FAQ | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'doc/FAQ') diff --git a/doc/FAQ b/doc/FAQ index 2347c535..b2dd6f09 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,7 +1,7 @@ Cactus Code Frequently Asked Questions -$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.57 2003-02-11 11:45:55 tradke Exp $ +$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.58 2003-02-13 16:56:32 allen Exp $ Also available at http://www.cactuscode.org/Documentation/FAQ @@ -263,6 +263,11 @@ I/O: H1 I want to run an old parameter file, but none of the I/O parameters are recognised! +H2 I would like to use checkpointing for a thorn which has complex grid + arrays. I tried to use the IOFlexIO thorn and received the error: + Unsupported CCTK variable datatype 10. Is there a way to checkpoint + complex variables? + ------------------------------------------------------------------------------ Configuration Files: @@ -1331,6 +1336,16 @@ H1 I want to run an old parameter file, but none of the I/O parameters are http://www.cactuscode.org/Development/Release/FixParametersForBETA13.pl +H2 I would like to use checkpointing for a thorn which has complex grid + arrays. I tried to use the IOFlexIO thorn and received the error: + Unsupported CCTK variable datatype 10. Is there a way to checkpoint + complex variables? + + Yes there is: use IOHDF5 instead of IOFlexIO. The FlexIO library doesn't + support a native complex datatype, and we decided not to add extra logic + complex numbers in IOFlexIO. HDF5 does not have this limitation, it + natively supports all Cactus datatypes. + ------------------------------------------------------------------------------ Configuration Files: -- cgit v1.2.3