Huihuo Zheng

Results 6 comments of Huihuo Zheng

The mpirun/mpiexec command differs from system to system. It is good to modify ./benchmark.sh accordingly. Maybe Johnu can add this note in the documentation. Huihuo > On May 17, 2024,...

We are aware of that. We are in the process of addressing the issue in the DLIO code.

@gaowayne , it is due to the python version you used in FedoraOS37. For a simple fix, please try modifying the requirements.txt, change to tensorflow-io==0.29.0

Which workload were you testing? You might also need to make sure the affinity setting of your threads, usually with –cpu-bind option in your MPI command. Huihuo From: hanyunfan ***@***.***>...

Main changes: - h5bench_write.c: please check regions with -DUSE_CACHE_VOL - h5bench_util.c: please check regions with -DUSE_CACHE_VOL - h5bench: - added json parser for Cache VOL. - enabling vol as long...

@jeanbez @houjun I pushed a new commit: I added back "MODE" option in cfg file for Cache VOL support. If the user does not set MODE in the cfg file,...