Show the "base" type as part of the default set
This commit was SVN r596.
Этот коммит содержится в:
родитель
2e4aa358fb
Коммит
8cd280b257
@ -285,6 +285,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
mca_base_cmd_line_process_args(cmd_line);
|
||||
|
||||
laminfo::mca_types.push_back("base");
|
||||
|
||||
laminfo::mca_types.push_back("pcm");
|
||||
laminfo::mca_types.push_back("oob");
|
||||
laminfo::mca_types.push_back("registry");
|
||||
|
@ -67,8 +67,6 @@ void laminfo::do_params()
|
||||
// Show the params
|
||||
|
||||
if (want_all) {
|
||||
show_mca_params("lam", module_all, param_all);
|
||||
show_mca_params("mpi", module_all, param_all);
|
||||
for (i = 0; i < mca_types.size(); ++i) {
|
||||
show_mca_params(mca_types[i], module_all, param_all);
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user