Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
История
George Bosilca
2ed6ed37bd
Don't forget to cleanup once we're done.
...
This commit was SVN r17965.
2008-03-25 22:42:24 +00:00
..
errmgr
Bring some sanity to the exit code returned by mpirun. Ensure that we provide a non-zero code if something goes wrong, including someone exiting after calling mpi_init without calling mpi_finalize.
2008-03-19 19:00:51 +00:00
ess
Remove the obsolete and largely unused orte_system_info structure. The only fields that were used in that struct were nodeid and nodename - these have been transferred to the orte_process_info structure.
2008-03-23 23:10:15 +00:00
filem
Bring some sanity to the exit code returned by mpirun. Ensure that we provide a non-zero code if something goes wrong, including someone exiting after calling mpi_init without calling mpi_finalize.
2008-03-19 19:00:51 +00:00
grpcomm
Fix the allgather and allgather_list functions to avoid deadlocks at large node/proc counts. Violated the RML rules here - we received the allgather buffer and then did an xcast, which causes a send to go out, and is then subsequently received by the sender. This fix breaks that pattern by forcing the recv to complete outside of the function itself - thus, the allgather and allgather_list always complete their recvs before returning or sending.
2008-03-24 20:50:31 +00:00
iof
Remove the orte_proc_table. Migrate all users of it to the opal_hash_table and a new name hash function in orte.
2008-03-05 22:44:35 +00:00
odls
Revert that! Need to complete the rest of the change so the orted knows the correct nodeid...
2008-03-24 18:17:26 +00:00
oob
Add debug to tell us when we opened a socket and to whom
2008-03-21 15:47:47 +00:00
plm
Don't forget to cleanup once we're done.
2008-03-25 22:42:24 +00:00
ras
Remove the obsolete and largely unused orte_system_info structure. The only fields that were used in that struct were nodeid and nodename - these have been transferred to the orte_process_info structure.
2008-03-23 23:10:15 +00:00
rmaps
Remove the obsolete and largely unused orte_system_info structure. The only fields that were used in that struct were nodeid and nodename - these have been transferred to the orte_process_info structure.
2008-03-23 23:10:15 +00:00
rml
Move an OMPI RML tag to the OMPI layer
2008-03-25 13:30:48 +00:00
routed
Fix the unity routed component and direct xcast mode.
2008-03-06 18:13:05 +00:00
snapc
Remove the obsolete and largely unused orte_system_info structure. The only fields that were used in that struct were nodeid and nodename - these have been transferred to the orte_process_info structure.
2008-03-23 23:10:15 +00:00