1
1
There were too many "%s" instances.  Re-order the output so that we
show file, line, and then the error message.
Этот коммит содержится в:
Jeff Squyres 2015-12-15 14:48:01 -08:00
родитель a4a17c2836
Коммит c1a6beac8d
2 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -65,7 +65,7 @@ void opal_btl_usnic_util_abort(const char *msg, const char *file, int line)
opal_show_help("help-mpi-btl-usnic.txt", "internal error after init", opal_show_help("help-mpi-btl-usnic.txt", "internal error after init",
true, true,
opal_process_info.nodename, opal_process_info.nodename,
msg, file, line); file, line, message);
opal_btl_usnic_exit(NULL); opal_btl_usnic_exit(NULL);
/* Never returns */ /* Never returns */

Просмотреть файл

@ -1,6 +1,6 @@
# -*- text -*- # -*- text -*-
# #
# Copyright (c) 2012-2014 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2012-2015 Cisco Systems, Inc. All rights reserved.
# #
# $COPYRIGHT$ # $COPYRIGHT$
# #
@ -77,10 +77,9 @@ something wrong with the usNIC or OpenFabrics configuration on this
server. server.
Server: %s Server: %s
Message: %s
File: %s File: %s
Line: %d Line: %d
Error: %s Message: %s
# #
[check_reg_mem_basics fail] [check_reg_mem_basics fail]
The usNIC BTL failed to initialize while trying to register some The usNIC BTL failed to initialize while trying to register some