Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
История
Brad Benton
0b84dfd2a6
POE is not currently working or supported, so removing from the trunk.
...
This commit was SVN r17970.
2008-03-26 02:06:40 +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
Modify the routed framework to allow greater control/flexibility over response to lost routes and initial wireup of jobs as required by several soon-to-come new modules.
2008-03-26 01:00:24 +00:00
plm
POE is not currently working or supported, so removing from the trunk.
2008-03-26 02:06:40 +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
Modify the routed framework to allow greater control/flexibility over response to lost routes and initial wireup of jobs as required by several soon-to-come new modules.
2008-03-26 01:00:24 +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