Discussion:
[OMPI users] Lustre support uses deprecated include.
Åke Sandgren
2017-03-13 13:55:08 UTC
Permalink
Hi!

The lustre support in ompi/mca/fs/lustre/fs_lustre.h is using a
deprecated include.

#include <lustre/liblustreapi.h>

is deprecated in newer lustre versions (at least from 2.8) and

#include <lustre/lustreapi.h>

should be used instead.
--
Ake Sandgren, HPC2N, Umea University, S-90187 Umea, Sweden
Internet: ***@hpc2n.umu.se Phone: +46 90 7866134 Fax: +46 90-580 14
Mobile: +46 70 7716134 WWW: http://www.hpc2n.umu.se
Edgar Gabriel
2017-03-13 16:31:28 UTC
Permalink
thank you for the report, it is on my to do list. I will try to get the
configure logic to recognize which file to use later this, should
hopefully be done for 2.0.3 and 2.1.1 series.

Thanks

Edgar
Post by Åke Sandgren
Hi!
The lustre support in ompi/mca/fs/lustre/fs_lustre.h is using a
deprecated include.
#include <lustre/liblustreapi.h>
is deprecated in newer lustre versions (at least from 2.8) and
#include <lustre/lustreapi.h>
should be used instead.
Loading...