Oops -- assignment was the wrong way around.
This commit was SVN r3021.
Этот коммит содержится в:
родитель
0021b2e7ce
Коммит
722e51aa2c
@ -268,7 +268,7 @@ int ompi_mpi_init(int argc, char **argv, int requested, int *provided)
|
|||||||
/* save the resulting thread levels */
|
/* save the resulting thread levels */
|
||||||
|
|
||||||
ompi_mpi_thread_requested = requested;
|
ompi_mpi_thread_requested = requested;
|
||||||
*provided = ompi_mpi_thread_provided;
|
ompi_mpi_thread_provided = *provided;
|
||||||
ompi_mpi_thread_multiple = (ompi_mpi_thread_provided ==
|
ompi_mpi_thread_multiple = (ompi_mpi_thread_provided ==
|
||||||
MPI_THREAD_MULTIPLE);
|
MPI_THREAD_MULTIPLE);
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user