Skip to content

fab format question #473

Closed Answered by zingale
indra098124 asked this question in Q&A
Jul 4, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

We will always output the checkpoint files in whatever format the host computer is using, at full precision. The fab format will allow you to swap the endianness of the plotfile or output it in reduced (i.e. 32-bit instead of 64-bit) precision.

In some setups you'll see:

fab.format = NATIVE_32

this makes plotfiles single precision, mainly just to save space. Most output tools can manage the byte-swapping if the endianness of the machine you are doing analysis on is different than the one that you are doing the simulations on, so you don't need to worry about that generally.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@indra098124
Comment options

@indra098124
Comment options

Answer selected by indra098124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants