Closed alvarovm closed 3 years ago
Have you set the environment variables described in the README.md?
Yes, these are set up
export H5_DIR=/home/myuser/hdf5-async/hdf5
export VOL_DIR=/home/myuser/hdf5-async/vol-async
export ABT_DIR=/home/myuser/hdf5-async/vol-async/argobots
export LD_LIBRARY_PATH=$VOL_DIR/src:$H5_DIR/install/lib:$ABT_DIR/install/lib:$LD_LIBRARY_PATH
export HDF5_PLUGIN_PATH="$VOL_DIR/src"
export HDF5_VOL_CONNECTOR="async under_vol=0;under_info={}"
Hi @alvarovm , sorry for the late reply, the error messages you reported is generally due to not setting the environment variables properly, can you do "ls $VOL_DIR/src/libh5async.so" and see if the library file exist? Please also check $H5_DIR/install/lib and $ABT_DIR/install/lib have the corresponding .so files.
We have just merged the required changes to the official hdf5 develop branch (https://github.com/HDFGroup/hdf5, README is updated), so I'd suggest to use that.
Also there are a few updates (mainly file name changes) to the async-vol repo, please checkout the latest codes and let us know if you still see the problem.
Hi, I am getting errors when I run the test cases in the code.
For example:
and:
Thanks