hdf5-vol-async: fix path needed for h5bench (#32805)
* fix path needed for h5bench * Update var/spack/repos/builtin/packages/hdf5-vol-async/package.py Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
parent
a077b2b0ee
commit
f64ca7bc6a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Hdf5VolAsync(CMakePackage):
|
|||
depends_on("hdf5@1.13: +mpi +threadsafe")
|
||||
|
||||
def setup_run_environment(self, env):
|
||||
env.set("HDF5_PLUGIN_PATH", self.spec.prefix)
|
||||
env.set("HDF5_PLUGIN_PATH", self.spec.prefix.lib)
|
||||
vol_connector = "async under_vol=0;under_info=[]"
|
||||
env.set("HDF5_VOL_CONNECTOR", vol_connector)
|
||||
env.set("MPICH_MAX_THREAD_SAFETY", "multiple")
|
||||
|
|
Loading…
Reference in a new issue