Skip to content

LLNL/lustre

Folders and files

NameName
Last commit message
Last commit date
Sep 4, 2018
Mar 16, 2016
Jul 16, 2021
Mar 4, 2021
Oct 22, 2020
Oct 22, 2020
Jun 27, 2021
Jul 16, 2021
Aug 6, 2018
Jul 20, 2021
Jul 16, 2021
Jan 14, 2018
May 21, 2018
Nov 2, 2018
Dec 19, 2004
Sep 29, 2005
Jul 15, 2021
Nov 27, 2018
Sep 12, 2013
Sep 4, 2018
Nov 7, 2020
Sep 17, 2015
Sep 4, 2018
Jun 27, 2019
Aug 18, 2017
Apr 16, 2019
Jul 16, 2021

Repository files navigation

Instructions for building, configuring and running Lustre:
    https://wiki.whamcloud.com/display/PUB/Building+Lustre+from+Source
and
    https://wiki.whamcloud.com/display/PUB/Getting+started+with+Lustre.

Instructions for contributing patches for Lustre:
    https://wiki.whamcloud.com/display/PUB/Submitting+Changes
and
    https://wiki.whamcloud.com/display/PUB/Using+Gerrit

The Lustre Coding Style Guidelines can be found at:
    https://wiki.whamcloud.com/display/PUB/Coding+Guidelines

The Lustre Test Script Style Guidelines can be found at:
    https://wiki.whamcloud.com/display/PUB/Test+Coding+Style

In order to improve the quality of patches submitted to the Lustre tree,
it is possible to automatically check every patch and commit against the
Lustre Coding Guidelines.  To do this, run in the top-level lustre/ tree:

    cd .git/hooks
    ln -s ../../contrib/git-hooks/{prepare-,}commit-msg ./
    cd ../..