Ignore:
Timestamp:
07/20/23 11:55:20 (12 months ago)
Author:
jderouillat
Message:

Implement an API to use the ZFP compression plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/io/netCdfInterface.cpp

    r2529 r2532  
    791791  { 
    792792    pluginLibName = "libhdf5sz.so"; 
     793  } 
     794  else if ( filterId == 32013 ) // 32013 = ZFP 
     795  { 
     796    pluginLibName = "libh5zzfp.so"; 
    793797  } 
    794798  if (cplugin) 
Note: See TracChangeset for help on using the changeset viewer.