LLNL / UnifyFS

UnifyFS: A file system for burst buffers
Other
99 stars 31 forks source link

Handle the case where h5cc -show returns multiple lines #794

Closed wangvsa closed 12 months ago

wangvsa commented 12 months ago

Description

Fix issue https://github.com/LLNL/UnifyFS/issues/793. When determining the HDF5 C compiler, only examine the first line. Otherwise, the generated Makefile might be incorrect.

Types of changes