Lustre

Lustre is an open-source, parallel distributed file system, generally used for large-scale cluster computing that supports many requirements of leadership class HPC simulation environments.

Lustre Compilation for MLNX_OFED:

Warning

This procedure applies to RHEL/SLES OSs supported by Lustre. For further information, please refer to Lustre Release Notes.

Procedure_Heading_Icon-version-1-modificationdate-1701070254930-api-v2.PNG

To compile Lustre version 2.4.0 and higher:

Copy
Copied!
            

$ ./configure --with-o2ib=/usr/src/ofa_kernel/default/ $ make rpms

Copy
Copied!
            

$ EXTRA_LNET_INCLUDE="-I/usr/src/ofa_kernel/default/include/ -include /usr/src/ofa_kernel/default/include/linux/compat-2.6.h" ./configure --with-o2ib=/usr/src/ofa_kernel/default/ $ EXTRA_LNET_INCLUDE="-I/usr/src/ofa_kernel/default/include/ -include /usr/src/ofa_kernel/default/include/linux/compat-2.6.h" make rpms

For full installation example, refer to HowTo Install NVIDIA OFED driver for Lustre Community post.

© Copyright 2023, NVIDIA. Last updated on Nov 27, 2023.