1
1

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.
Этот коммит содержится в:
George Bosilca 2004-04-30 20:09:11 +00:00
родитель 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
an MCA paramter to find out if the user wants it on or off by
default */
param = mca_base_param_register_int("mpi", NULL, "error_check", NULL, 1);
mca_base_param_lookup_int(param, &value);
lam_mpi_param_check = (bool) value;