1
1

add user warning message to inform when udapl btl is no longer able to register memory

This commit was SVN r14678.
Этот коммит содержится в:
Donald Kerr 2007-05-16 21:04:50 +00:00
родитель af7f56c179
Коммит c40307fd27
2 изменённых файлов: 9 добавлений и 1 удалений

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

@ -96,6 +96,8 @@ static int udapl_reg_mr(void *reg_data, void *base, size_t size,
&dat_size, &dat_addr);
if(rc != DAT_SUCCESS) {
opal_show_help("help-mpi-btl-udapl.txt",
"dat_lmr_create DAT_INSUFFICIENT_RESOURCES", true);
return OMPI_ERR_OUT_OF_RESOURCE;
}

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

@ -10,7 +10,7 @@
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2006 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
# Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
#
# $COPYRIGHT$
#
@ -81,3 +81,9 @@ program fails.
WARNING: The MCA parameter %s has been modified to a value,
%d, which may not be sufficient. Try setting %s to %d if
program fails.
[dat_lmr_create DAT_INSUFFICIENT_RESOURCES]
WARNING: The uDAPL BTL is not able to register memory. Possibly out of
allowed privileged memory (i.e. memory that can be pinned). Increasing
the allowed privileged memory may alleviate this issue.