-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
119 additions
and
14 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
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,16 @@ | ||
export HDF5_PLUGIN_PATH=/home/huihuo.zheng/workspace/exahdf5/soft//hdf5/vol/lib | ||
export HDF5_VOL_CONNECTOR="cache_ext config=cache_1.cfg;under_vol=512;under_info={under_vol=0;under_info={}}" | ||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HDF5_PLUGIN_PATH | ||
mkdir -p SSD | ||
echo " | ||
HDF5_CACHE_STORAGE_TYPE: SSD | ||
HDF5_CACHE_STORAGE_PATH: SSD | ||
HDF5_CACHE_STORAGE_SCOPE: GLOBAL | ||
HDF5_CACHE_STORAGE_SIZE: 1287558138880 | ||
HDF5_CACHE_FUSION_THRESHOLD: 16777216 | ||
HDF5_CACHE_WRITE_BUFFER_SIZE: 10485760000 | ||
" > cache_1.cfg | ||
HDF5_CACHE_WR=yes mpirun -np 2 write_cache.exe --dim 1024 1 --collective | ||
|
||
|
||
|
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,14 @@ | ||
export HDF5_PLUGIN_PATH=/home/huihuo.zheng/workspace/exahdf5/soft//hdf5/vol/lib | ||
export HDF5_VOL_CONNECTOR="cache_ext config=cache_1.cfg;under_vol=512;under_info={under_vol=0;under_info={}}" | ||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HDF5_PLUGIN_PATH | ||
mkdir -p SSD | ||
echo " | ||
HDF5_CACHE_STORAGE_TYPE: SSD | ||
HDF5_CACHE_STORAGE_PATH: SSD | ||
HDF5_CACHE_STORAGE_SCOPE: GLOBAL | ||
HDF5_CACHE_STORAGE_SIZE: 1287558138880 | ||
HDF5_CACHE_WRITE_BUFFER_SIZE: 10485760000 | ||
" > cache_1.cfg | ||
HDF5_CACHE_WR=yes mpirun -np 2 write_cache.exe | ||
|
||
|
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,12 @@ | ||
export HDF5_PLUGIN_PATH=/home/huihuo.zheng/workspace/exahdf5/soft//hdf5/vol/lib | ||
export HDF5_VOL_CONNECTOR="cache_ext config=cache_1.cfg;under_vol=512;under_info={under_vol=0;under_info={}}" | ||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HDF5_PLUGIN_PATH | ||
mkdir -p SSD | ||
echo "HDF5_CACHE_STORAGE_TYPE: SSD | ||
HDF5_CACHE_STORAGE_PATH: SSD | ||
HDF5_CACHE_STORAGE_SCOPE: GLOBAL | ||
HDF5_CACHE_STORAGE_SIZE: 1287558138880 | ||
HDF5_CACHE_WRITE_BUFFER_SIZE: 10485760000" > cache_1.cfg | ||
HDF5_CACHE_WR=yes mpirun -np 2 write_cache.exe --async_close | ||
|
||
|
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,14 @@ | ||
export HDF5_PLUGIN_PATH=/home/huihuo.zheng/workspace/exahdf5/soft//hdf5/vol/lib | ||
export HDF5_VOL_CONNECTOR="cache_ext config=cache_1.cfg;under_vol=512;under_info={under_vol=0;under_info={}}" | ||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HDF5_PLUGIN_PATH | ||
mkdir -p SSD | ||
echo " | ||
HDF5_CACHE_STORAGE_TYPE: MEMORY | ||
HDF5_CACHE_STORAGE_PATH: SSD | ||
HDF5_CACHE_STORAGE_SCOPE: LOCAL | ||
HDF5_CACHE_STORAGE_SIZE: 1287558138880 | ||
HDF5_CACHE_WRITE_BUFFER_SIZE: 10485760000 | ||
" > cache_1.cfg | ||
HDF5_CACHE_WR=yes mpirun -np 2 write_cache.exe | ||
|
||
|
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,14 @@ | ||
export HDF5_PLUGIN_PATH=/home/huihuo.zheng/workspace/exahdf5/soft//hdf5/vol/lib | ||
export HDF5_VOL_CONNECTOR="cache_ext config=cache_1.cfg;under_vol=512;under_info={under_vol=0;under_info={}}" | ||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HDF5_PLUGIN_PATH | ||
mkdir -p SSD | ||
echo " | ||
HDF5_CACHE_STORAGE_TYPE: MEMORY | ||
HDF5_CACHE_STORAGE_PATH: SSD | ||
HDF5_CACHE_STORAGE_SCOPE: LOCAL | ||
HDF5_CACHE_STORAGE_SIZE: 1287558138880 | ||
HDF5_CACHE_WRITE_BUFFER_SIZE: 10485760000 | ||
" > cache_1.cfg | ||
HDF5_CACHE_WR=yes mpirun -np 2 write_cache.exe --async_close | ||
|
||
|
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,16 @@ | ||
export HDF5_PLUGIN_PATH=/home/huihuo.zheng/workspace/exahdf5/soft//hdf5/vol/lib | ||
export HDF5_VOL_CONNECTOR="cache_ext config=cache_1.cfg;under_vol=512;under_info={under_vol=0;under_info={}}" | ||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HDF5_PLUGIN_PATH | ||
mkdir -p SSD | ||
echo " | ||
HDF5_CACHE_STORAGE_TYPE: MEMORY | ||
HDF5_CACHE_STORAGE_PATH: SSD | ||
HDF5_CACHE_STORAGE_SCOPE: LOCAL | ||
HDF5_CACHE_STORAGE_SIZE: 1287558138880 | ||
HDF5_CACHE_FUSION_THRESHOLD: 16777216 | ||
HDF5_CACHE_WRITE_BUFFER_SIZE: 10485760000 | ||
" > cache_1.cfg | ||
HDF5_CACHE_WR=yes mpirun -np 2 write_cache.exe --dim 1024 1 --collective | ||
|
||
|
||
|
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,14 @@ | ||
export HDF5_PLUGIN_PATH=/home/huihuo.zheng/workspace/exahdf5/soft//hdf5/vol/lib | ||
export HDF5_VOL_CONNECTOR="cache_ext config=cache_1.cfg;under_vol=512;under_info={under_vol=0;under_info={}}" | ||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HDF5_PLUGIN_PATH | ||
mkdir -p SSD | ||
echo " | ||
HDF5_CACHE_STORAGE_TYPE: SSD | ||
HDF5_CACHE_STORAGE_PATH: SSD | ||
HDF5_CACHE_STORAGE_SCOPE: LOCAL | ||
HDF5_CACHE_STORAGE_SIZE: 1287558138880 | ||
HDF5_CACHE_WRITE_BUFFER_SIZE: 10485760000 | ||
" > cache_1.cfg | ||
HDF5_CACHE_WR=yes mpirun -np 2 write_cache.exe | ||
|
||
|
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,14 @@ | ||
export HDF5_PLUGIN_PATH=/home/huihuo.zheng/workspace/exahdf5/soft//hdf5/vol/lib | ||
export HDF5_VOL_CONNECTOR="cache_ext config=cache_1.cfg;under_vol=512;under_info={under_vol=0;under_info={}}" | ||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HDF5_PLUGIN_PATH | ||
mkdir -p SSD | ||
echo " | ||
HDF5_CACHE_STORAGE_TYPE: SSD | ||
HDF5_CACHE_STORAGE_PATH: SSD | ||
HDF5_CACHE_STORAGE_SCOPE: LOCAL | ||
HDF5_CACHE_STORAGE_SIZE: 1287558138880 | ||
HDF5_CACHE_WRITE_BUFFER_SIZE: 10485760000 | ||
" > cache_1.cfg | ||
HDF5_CACHE_WR=yes mpirun -np 2 write_cache.exe --async_close | ||
|
||
|
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