1
1

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.
Этот коммит содержится в:
Jeff Squyres 2008-05-16 14:18:56 +00:00
родитель 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);