Introduce mpi_error_check parameter to detect at runtime if the user want to check the consistency of MPI functions arguments.
This commit was SVN r1107.
Этот коммит содержится в:
родитель
a8047b9229
Коммит
d86e6858ff
@ -126,7 +126,7 @@ int lam_mpi_init(int argc, char **argv, int requested, int *provided)
|
|||||||
/* If we have run-time MPI parameter checking possible, register
|
/* If we have run-time MPI parameter checking possible, register
|
||||||
an MCA paramter to find out if the user wants it on or off by
|
an MCA paramter to find out if the user wants it on or off by
|
||||||
default */
|
default */
|
||||||
|
param = mca_base_param_register_int("mpi", NULL, "error_check", NULL, 1);
|
||||||
mca_base_param_lookup_int(param, &value);
|
mca_base_param_lookup_int(param, &value);
|
||||||
lam_mpi_param_check = (bool) value;
|
lam_mpi_param_check = (bool) value;
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user