forked from HDFGroup/hdf5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop' into threading_updates
- Loading branch information
Showing
3 changed files
with
52 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
|
||
- name: Run a multi-line script | ||
run: | | ||
sed -i 's/hdf5@1.8.4:1.14/hdf5@1.8.4:/g' \ | ||
sed -i 's/hdf5@1.10.4:1.14/hdf5@1.10.4:/g' \ | ||
./spack/var/spack/repos/builtin/packages/py-h5py/package.py | ||
. ./spack/share/spack/setup-env.sh | ||
./spack/bin/spack spec py-h5py@master+mpi ^[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
/** @page LBTraining Training Videos | ||
Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics | ||
<hr> | ||
|
||
<br> | ||
<table> | ||
<tr> | ||
<td>[**HDF5 Introduction**](https://youtu.be/S74Kc8QYDac)</td> | ||
</tr> | ||
</table> | ||
|
||
## Core Topics | ||
|
||
<table> | ||
<tr> | ||
<td>[**Data Model and Basic Usage, Core Topic #1**](https://youtu.be/vKuthH200eI)</td> | ||
<td>[**Datasets, Core Topic #2**](https://youtu.be/2oDXgecMMfo)</td> | ||
<td>[**Attributes, Core Topic #3**](https://youtu.be/d_P6LhmzmWQ)</td> | ||
</tr> | ||
<tr> | ||
<td>[**Groups and Links, Core Topic #4**](https://youtu.be/29J_FxPEDxo)</td> | ||
<td>[**Discovering File Structure, Core Topic #5**](https://youtu.be/rIl1Gz8zh-8)</td> | ||
<td>[**Partial IO, Core Topic #6**](https://youtu.be/RuzwPCFGBRE)</td> | ||
</tr> | ||
<tr> | ||
<td>[**Compound Datatype, Core Topic #7**](https://youtu.be/NXWwjrPdACY)</td> | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
</table> | ||
|
||
## Advanced Topics: | ||
|
||
<table> | ||
<tr> | ||
<td>[**Dataset Storage Layouts, Advanced Topic #1**](https://youtu.be/mOTpu5KDpj8)</td> | ||
<td>[**Using Compression and Filters, Advanced Topic #2**](https://youtu.be/TvnDV-U9T4k)</td> | ||
<td>[**Using Command Line Tools, Advanced Topic #3**](https://youtu.be/CPIO1lmRkdM)</td> | ||
</tr> | ||
</table> | ||
|
||
<hr> | ||
Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics | ||
|
||
*/ | ||
|
||
|
||
|