HDFGroup / vol-async

Asynchronous I/O for HDF5
https://hdf5-vol-async.readthedocs.io
Other
19 stars 13 forks source link

2.1 Compile H5_DIR Configure Issue #20

Closed jahidhasanlinix closed 2 years ago

jahidhasanlinix commented 2 years ago

Dear Authors, @houjun @jeanbez I was trying to compile 2.1 but had an issue once I run the second command which is > ./configure --prefix=$H5_DIR/install --enable-parallel --enable-threadsafe --enable-unsupported #(may need to add CC=cc or CC=mpicc) I tried with both, also I added some flags to make it work but it gives me errors. ./autogen.sh works but it does not generate any make file to compile as well. Two different errors while adding CC=cc or CC=mpicc I added some flags like --with-zlib CFLAGS="03" in some cases, I followed this link but still, it did not resolve my issue, not sure what blocking me to execute it successfully: Link:

Screenshot 2022-03-15 160746 Screenshot 2022-03-15 160553

[2.2 works fine 2.3 Fixed but can't make it as H5 is required]

I tried figuring it out but I really need a bit of suggestion or help to debug it.

Any suggestions will be highly appreciated, Thank you.

houjun commented 2 years ago

Looks like your mpicc is not working, can you try compiling a simple MPI program to see if it works?

jahidhasanlinix commented 2 years ago

@houjun Thank you so much. Its resolved now.