PIDX Uintah

From
Revision as of 17:31, 21 February 2019 by Admin (talk | contribs) (Created page with "Uintah can be built with PIDX I/O support simple adding the parameter ''-enable-pidx'' to your configure instruction. In order to instruct a simulation to use PIDX you have t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Uintah can be built with PIDX I/O support simple adding the parameter -enable-pidx to your configure instruction.

In order to instruct a simulation to use PIDX you have to edit the .ups file with the following: <PIDX>

     <checkpoint>
       <compressionType>None</compressionType>
       <idxIo></idxIo>
     </checkpoint>
     
    <visIo>
       <compressionType>None</compressionType>
       <idxIo></idxIo>
     </visIo>
 </PIDX>