Scot Breitenfeld

Results 197 comments of Scot Breitenfeld

Also, the older H5Rcreate APIs are missing in Doxygen, the same with other H5R obsolete functions.

Done, see commit abf8b01f5530b7f20e3840ffd0024c02798d110b

@houjun , do you know the status of this PR? Was it just a matter of format changes? Should we sync it with develop and format it?

I noticed that, I'll check into it.

The branch is https://github.com/brtnfld/hdf5/tree/ASYNC_F To run the test: ``` #!/bin/bash export ABT_DIR=$HOME/work/argobots/build/argobots/ export HDF5_DIR=$HOME/work/hdf5.brtnfld/build/hdf5 export LD_LIBRARY_PATH="$HDF5_DIR/lib64:$HOME/packages/szip-2.1.1/szip/lib64:$ABT_DIR/lib64:$LD_LIBRARY_PATH" export HDF5_PLUGIN_PATH="$HOME/work/vol-async/build/lib" export HDF5_VOL_CONNECTOR="async under_vol=0;under_info={}" mpiexec -n 6 ./async_test ```

I'm also getting hanging periodically with 8 ranks, but that is probably a separate issue: ``` #0 0x00007f5178db5890 in pool_pop_shared () from /home/brtnfld/work/argobots/build/argobots//lib64/libabt.so.1 #1 0x00007f5178db9aea in sched_run () from /home/brtnfld/work/argobots/build/argobots//lib64/libabt.so.1...

[async.F90.gz](https://github.com/hpc-io/vol-async/files/10866135/async.F90.gz) It is also here: https://github.com/brtnfld/hdf5/blob/ASYNC_F/fortran/testpar/async.F90 line 252 is the issue.

No, only Fortran.