Change this back to use opal_init_util() -- using orte_init() mucks
with the C++ memory allocator. Let's not go there. This commit was SVN r18447.
Этот коммит содержится в:
родитель
caacaadb0a
Коммит
1cc663ebf6
@ -79,7 +79,7 @@ int main(int argc, char *argv[])
|
||||
int i, len;
|
||||
|
||||
// Initialize the argv parsing handle
|
||||
if (OMPI_SUCCESS != orte_init(ORTE_TOOL)) {
|
||||
if (OMPI_SUCCESS != opal_init_util()) {
|
||||
orte_show_help("help-ompi_info.txt", "lib-call-fail", true,
|
||||
"opal_init_util", __FILE__, __LINE__, NULL);
|
||||
exit(ret);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user