You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clinic/index.org
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ understand the context.
185
185
: world
186
186
: hello
187
187
: finished at 08:25:33
188
-
- Noticable speedup but not a panacea
188
+
- Noticeable speedup but not a panacea
189
189
#+begin_quote
190
190
Eventually I hope to have a version of =h5pyd= that supports =async= (or maybe
191
191
an entirely new package), that would make it a little easier to use.
@@ -250,7 +250,7 @@ I have an application that reads groups as units and all the datasets
250
250
use the contiguous data layout. I believe this option, if available,
251
251
can yield a good read performance.
252
252
#+end_quote
253
-
- Intersting suggestions
253
+
- Interesting suggestions
254
254
- Elena suggested to first create all datasets with =H5D_ALLOC_TIME_LATE=
255
255
- Mark suggested to =H5Pget_meta_block_size= to set aside sufficient
256
256
"group space" (Maybe also =H5Pset_est_link_info=?)
@@ -674,7 +674,7 @@ int main()
674
674
- A :: Currently, the code will skip entries >64K, because the underlying
675
675
=H5Dcreate= will fail. (The logic and code can be much improved.) It's better
676
676
to first run =archive_checker_64k= and see if there are any size warnings.
677
-
The =h5compactor= and =h5shredder= were sucessfully run on TAR archives with
677
+
The =h5compactor= and =h5shredder= were successfully run on TAR archives with
678
678
tens of millions of small images (<64K).
679
679
** Last week's highlights
680
680
*** Announcements
@@ -1126,7 +1126,7 @@ However, I cannot get this to work with h5py.
1126
1126
#+end_quote
1127
1127
- [[https://meetingorganizer.copernicus.org/EGU22/EGU22-11201.html][DIARITSup: a framework to supervise live measurements, Digital Twins modelscomputations and predictions for structures monitoring.]]
1128
1128
#+begin_quote
1129
-
DIARITSup is a chain of various softwares following the concept of ”system of
1129
+
DIARITSup is a chain of various software following the concept of ”system of
1130
1130
systems”. It interconnects hardware and software layers dedicated to in-situ
1131
1131
monitoring of structures or critical components. It embeds data assimilation
1132
1132
capabilities combined with specific Physical or Statistical models like
@@ -1227,7 +1227,7 @@ HDFS?
1227
1227
1228
1228
** Tips, tricks, & insights
1229
1229
*** SWMR (old) and compression "issues" - take 2
1230
-
- Free-space managment is disabled in the original SWMR implementation
1230
+
- Free-space management is disabled in the original SWMR implementation
1231
1231
- Can lead to file bloat when compression is enabled & overly aggressive
1232
1232
flushing
1233
1233
- **Question:** How does the new SWMR VFD implementation behave?
- "Partial I/O gets in the way" - sorting fields by name or offset
3792
3792
- Happens on each write call => overhead
3793
3793
- Can this be avoided? User might provide a patch...
3794
-
**** [[https://forum.hdfgroup.org/t/read-write-specific-coordiantes-in-multi-dimensional-dataset/9137][Read/write specific coordiantes in multi-dimensional dataset?]]
3794
+
**** [[https://forum.hdfgroup.org/t/read-write-specific-coordinates-in-multi-dimensional-dataset/9137][Read/write specific coordinates in multi-dimensional dataset?]]
3795
3795
- Thomas is looking for use cases from =h5py= users
Copy file name to clipboardExpand all lines: documentation/hdf5-docs/Migrating+from+HDF5+1.12+to+HDF5+1.14.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,4 @@ The way optional operations are handled in the virtual object layer (VOL) change
35
35
The virtual file layer has changed in HDF5 1.14.0. Existing virtual file drivers (VFDs) will have to be updated to work with this version of the library.
36
36
37
37
## Virtual Object Layer (VOL) Changes
38
-
The virtual object layer has changed significantly in HDF5 1.14.0 and the 1.12 VOL API is now considered deprecated and unsupported. Existing virtual object layer connectors shoul be updated to work with this version of the library.
38
+
The virtual object layer has changed significantly in HDF5 1.14.0 and the 1.12 VOL API is now considered deprecated and unsupported. Existing virtual object layer connectors should be updated to work with this version of the library.
Copy file name to clipboardExpand all lines: documentation/hdf5-docs/release_specifics/Migrating_from_HDF5_1.12_to_HDF5_1.14.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,4 @@ The way optional operations are handled in the virtual object layer (VOL) change
35
35
The virtual file layer has changed in HDF5 1.14.0. Existing virtual file drivers (VFDs) will have to be updated to work with this version of the library.
36
36
37
37
## Virtual Object Layer (VOL) Changes
38
-
The virtual object layer has changed significantly in HDF5 1.14.0 and the 1.12 VOL API is now considered deprecated and unsupported. Existing virtual object layer connectors shoul be updated to work with this version of the library.
38
+
The virtual object layer has changed significantly in HDF5 1.14.0 and the 1.12 VOL API is now considered deprecated and unsupported. Existing virtual object layer connectors should be updated to work with this version of the library.
Copy file name to clipboardExpand all lines: documentation/hdf5-docs/release_specifics/sw_changes_1.10.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Note that bug fixes and performance enhancements in the C library are automatica
18
18
19
19
The following information is included below.
20
20
21
-
* <ahref="#compatiblity">Compatiblity and Performance Issues</a>
21
+
* <ahref="#compatibility">Compatibility and Performance Issues</a>
22
22
* <ahref="#9versus8">Release 1.10.9 versus 1.10.8]</a>
23
23
* <ahref="#8versus7">Release 1.10.8 versus 1.10.7</a>
24
24
* <ahref="#7versus6">Release 1.10.7 versus 1.10.6</a>
@@ -32,7 +32,7 @@ The following information is included below.
32
32
33
33
See [API Compatibility Reports for 1.10]() for information regarding compatibility with previous releases.
34
34
35
-
<h2id="compatiblity">Compatiblity and Performance Issues</h2>
35
+
<h2id="compatibility">Compatibility and Performance Issues</h2>
36
36
37
37
Not all HDF5-1.10 releases are compatible. Users should NOT be using 1.10 releases prior to HDF5-1.10.3. See the compatibility matrix below for details on compatibility between 1.10 releases:
38
38
@@ -529,7 +529,7 @@ hid\_t
529
529
530
530
Changed from a 32-bit to a 64-bit value.
531
531
532
-
hid\_t is the type is used for all HDF5 identifiers. This change, which is necessary to accomodate the capacities of modern computing systems, therefore affects all HDF5 applications. If an application has been using HDF5's hid\_t the type, recompilation will normally be sufficient to take advantage of HDF5 Release 1.10.0. If an application uses an integer type instead of HDF5's hid\_t type, those identifiers must be changed to a 64-bit type when the application is ported to the 1.10.x series.
532
+
hid\_t is the type is used for all HDF5 identifiers. This change, which is necessary to accommodate the capacities of modern computing systems, therefore affects all HDF5 applications. If an application has been using HDF5's hid\_t the type, recompilation will normally be sufficient to take advantage of HDF5 Release 1.10.0. If an application uses an integer type instead of HDF5's hid\_t type, those identifiers must be changed to a 64-bit type when the application is ported to the 1.10.x series.
533
533
534
534
New Features and Feature Sets
535
535
Several new features are introduced in HDF5 Release 1.10.0.
@@ -998,7 +998,7 @@ The original function is renamed to H5Fget\_info1 and deprecated.
998
998
999
999
A new version of the function, H5Fget\_info2, is introduced.
1000
1000
1001
-
The compatiblity macro H5Fget\_info is introduced.
1001
+
The compatibility macro H5Fget\_info is introduced.
1002
1002
1003
1003
H5F\_info\_t
1004
1004
@@ -1008,15 +1008,15 @@ The original struct is renamed to H5F\_info1\_t and deprecated.
1008
1008
1009
1009
A new version of the struct, H5F\_info2\_t, is introduced.
1010
1010
1011
-
The compatiblity macro H5F\_info\_t is introduced.
1011
+
The compatibility macro H5F\_info\_t is introduced.
1012
1012
1013
1013
H5Rdereference
1014
1014
1015
1015
The original function is renamed to H5Rdereference1 and deprecated.
1016
1016
1017
1017
A new version of the function, H5Rdereference2, is introduced.
1018
1018
1019
-
The compatiblity macro H5Rdereference is introduced.
1019
+
The compatibility macro H5Rdereference is introduced.
1020
1020
1021
1021
### Autotools Configuration and Large File Support
1022
1022
Autotools configuration has been extensively reworked and autotool's handling of large file support has been overhauled in this release.
Copy file name to clipboardExpand all lines: documentation/hdf5-docs/release_specifics/sw_changes_1.12.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ For a description of the major new features that were introduced, please see [Ne
94
94
95
95
### In the C/Fortran Interface (main library)
96
96
97
-
Folllowing are the new or changed APIs introduced in HDF5-1.12.0. Those introduced with a new feature list the specific new feature that they were added for.
97
+
Following are the new or changed APIs introduced in HDF5-1.12.0. Those introduced with a new feature list the specific new feature that they were added for.
0 commit comments