Changeset 2c47b73 for GenericIO.cxx


Ignore:
Timestamp:
06/15/18 15:41:53 (6 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master, pympi
Children:
eeacdad
Parents:
6461f57
git-author:
Hal Finkel <hfinkel@…> (06/15/18 15:41:53)
git-committer:
Hal Finkel <hfinkel@…> (06/15/18 15:41:53)
Message:

more work on adding SZ (latest version)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GenericIO.cxx

    r6461f57 r2c47b73  
    516516       } 
    517517 
     518       if (!sz_initialized) { 
     519         SZ_Init(NULL); 
     520         sz_initialized = true; 
     521       } 
     522 
    518523#ifdef _OPENMP 
    519524       blosc_set_nthreads(omp_get_max_threads()); 
Note: See TracChangeset for help on using the changeset viewer.