Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
ompi
/
mca
История
Jeff Squyres
3d8ef08912
Minor updates.
...
This commit was SVN r24791.
2011-06-20 17:59:37 +00:00
..
allocator
Fix broken basic allocator. Not sure how this ever worked.
2011-06-03 14:43:54 +00:00
bml
Remove lingering references to opal_profile option
2011-05-18 18:27:29 +00:00
btl
Minor updates.
2011-06-20 17:59:37 +00:00
coll
Dont use a temporary string.
2011-06-20 09:29:19 +00:00
common
Fixes CID
#1665
.
2011-03-12 03:41:49 +00:00
crcp
Convert the opal_event framework to use direct function calls instead of hiding functions behind function pointers. Eliminate the opal_object_t abstraction of libevent's event struct so it can be directly passed to the libevent functions.
2010-10-28 15:22:46 +00:00
dpm
My my...cleanup a disconnect between the man pages and how we implemented comm_spawn_multiple. We allow an info key per executable. Also fix the -host and -add-host info keys - they are supposed to accept comma-separated lists.
2011-05-17 20:12:31 +00:00
io
replace the switch-case statement on the basic datatypes by a series of
2011-06-09 15:35:35 +00:00
mpool
Continue clean up of thread options started in r22841, 22842, and 22849.
2011-03-18 21:36:35 +00:00
mtl
Crank up the number of short receive blocks so that we're unlikely to hit the flow
2011-06-16 21:58:53 +00:00
op
Continue clean up of thread options started in r22841, 22842, and 22849.
2011-03-18 21:36:35 +00:00
osc
Use free list get instead of wait; this is a constrained resource that will never come back, as it scales with the number of windows and not some more dynamic resources...
2011-05-05 17:19:59 +00:00
pml
Remove lingering references to opal_profile option
2011-05-18 18:27:29 +00:00
pubsub
Fix ompi-server: remove extra command flag in buffer being sent to mpirun, ensure that tools route messages thru a remote HNP
2011-03-05 17:12:46 +00:00
rcache
Convert the bad dos line endings to unix style for all windows related files.
2010-12-02 12:08:08 +00:00
topo
Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers
2010-09-24 22:53:28 +00:00
vprotocol
Correct an abstraction break that causes ompi_info to segfault if pml-v is not built. Move the definition and instantation of the mca_pml_v struct to the vprotocol base. Include the vprotocol/base/base.h file in pml_v.h. Remove the now useless pml_v.c.
2010-10-22 05:12:12 +00:00