Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
ompi
/
mca
/
rte
История
Ralph Castain
a35bb8453a
Unlock the mutex prior to destructing it.
...
Thanks to Nicolas Joly for the report
2016-05-19 10:36:58 -07:00
..
base
Purge whitespace from the repo
2015-06-23 20:59:57 -07:00
orte
Unlock the mutex prior to destructing it.
2016-05-19 10:36:58 -07:00
configure.m4
Purge whitespace from the repo
2015-06-23 20:59:57 -07:00
Makefile.am
Purge whitespace from the repo
2015-06-23 20:59:57 -07:00
rte.h
When direct launching applications, we must allow the MPI layer to progress during RTE-level barriers. Neither SLURM nor Cray provide non-blocking fence functions, so push those calls into a separate event thread (use the OPAL async thread for this purpose so we don't create another one) and let the MPI thread sping in wait_for_completion. This also restores the "lazy" completion during MPI_Finalize to minimize cpu utilization.
2016-05-14 16:37:00 -07:00