- Add extra bool flag that was just added to the mca_module_t struct
in mca.h - MCA and type ames must be lower case (to match the directory and output structure) This commit was SVN r207.
Этот коммит содержится в:
родитель
049002bf63
Коммит
0d1f3720f3
@ -6,11 +6,11 @@ mca_pml_module_1_0_0_t mca_pml_teg_module_1_0_0_0 = {
|
||||
1, /* MCA major version */
|
||||
0, /* MCA minor version */
|
||||
0, /* MCA release version */
|
||||
"PML", /* MCA type name */
|
||||
"pml", /* MCA type name */
|
||||
1, /* MCA type major version */
|
||||
0, /* MCA type minor version */
|
||||
0, /* MCA type release version */
|
||||
"TEG", /* MCA module name */
|
||||
"teg", /* MCA module name */
|
||||
1, /* MCA module major version */
|
||||
0, /* MCA module minor version */
|
||||
0, /* MCA module release version */
|
||||
@ -19,5 +19,6 @@ mca_pml_module_1_0_0_t mca_pml_teg_module_1_0_0_0 = {
|
||||
},
|
||||
mca_pml_teg_query, /* module query */
|
||||
mca_pml_teg_init /* module init */
|
||||
true, /* checkpoint/restart */
|
||||
};
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user