Whamcloud - gitweb
Add module loading support to lconf. By default, lconf will load and
authorrread <rread>
Wed, 21 Aug 2002 20:47:24 +0000 (20:47 +0000)
committerrread <rread>
Wed, 21 Aug 2002 20:47:24 +0000 (20:47 +0000)
commit1713a4c45cf265f15e773104325e0f5ee73a03b2
tree07dcffcca285557232592169968cc9959c15fed7
parentfbea53c45ac68c0c954177828fbd024fd8a8e7fe
Add module loading support to lconf. By default, lconf will load and
unload the modules needed based on what devices are configured for a node.

The path to load modules from is determined based on the directory lconf is
run from. If a Makefile is found, the it is assumed lconf is in lustre/utils
and modules will be searched for in ../../lustre and ../../portals.

Module support can be turned off with --nomod, if desired.

Use option --gdb  to create a gdb module script. Lconf will print the path
of the script and pause for few seconds.
lustre/utils/lconf