Closed alvarovm closed 3 years ago
Argobots (https://www.argobots.org) is a dependency for building this package. Please build it and update the Makefile for where you have installed it.
I have Argobots in /home/myuser/hdf5-async/vol-async/argobots/
Hi, This is just a comment of an issue I found in the test/Makefile
Got this error while I was running the tests
async_test_serial.exe
I noticed that LDFLAGS in the test/Makefile has:
So I removed '-lh5async' in LDFLAGS which is pointing to the dynamic library. Now the test
async_test_serial.exe
passed.