1
1
openmpi/ompi/mca
2013-10-04 12:50:16 +00:00
..
allocator rename ompi_free_list operations to _mt, as per discussions at last face to face meeting 2013-07-08 22:07:52 +00:00
bcol coll/ml: update the coll_ml_enable_fragmentation variable to support the 2013-08-27 16:36:54 +00:00
bml Remove the proc_pml and proc_bml fields from ompi_proc_t and replace with a 2013-08-30 16:54:55 +00:00
btl Enable some CUDA-aware support on tcp btl. Only when configured in. 2013-10-04 12:50:16 +00:00
coll At coll_select time we can not check whether the communicator has a 2013-10-03 03:37:46 +00:00
common Add a few support functions for future features. 2013-10-03 21:06:17 +00:00
crcp As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00
dpm Singletons currently start out by spawning an HNP - this is required solely in the cases where the singleton subsequently calls MPI_Comm_spawn or publishes port info without support from an external orte-server. In all other cases, the HNP is of no value and can actually be a detriment by creating additional overhead on the node. This is particularly concerning for async operations where processes may begin as singletons and then dynamically wireup to perform pt2pt communications. 2013-10-04 02:58:26 +00:00
fbtl Adding typecasting with intptr_t to remove warnings. 2013-04-03 17:07:43 +00:00
fcoll update the _component.c files in ompio to use the explicit assignment of the 2013-07-22 21:11:05 +00:00
fs update the _component.c files in ompio to use the explicit assignment of the 2013-07-22 21:11:05 +00:00
io Lazy open does not work for the addproc sharedfp component since it starts by 2013-08-06 20:48:20 +00:00
mpool Remove redundant (and possibly erroneous) alignment code in rcache. It is already handled by users of the rcache. 2013-09-24 17:23:50 +00:00
mtl enable mxm2 from np>0 2013-09-16 12:36:28 +00:00
op Fix the case where we build without Fortran support. 2013-09-17 20:45:46 +00:00
osc Remove the proc_pml and proc_bml fields from ompi_proc_t and replace with a 2013-08-30 16:54:55 +00:00
pml Ensure we don't enter into an infinite loop looking for the PML modex key if it isn't present. The PMI implementation will load ALL modex keys when the first key is queried, so the hash db component can safely return "not found" if a subsequent key isn't present. The PML modex_recv needs to assume everything is okay if the modex recv fails to return a value. 2013-09-25 16:04:00 +00:00
pubsub Add missing library dependency 2013-09-27 00:08:43 +00:00
rcache Remove redundant (and possibly erroneous) alignment code in rcache. It is already handled by users of the rcache. 2013-09-24 17:23:50 +00:00
rte Do some cleanup of the way we handle modex data. Identify data that needs to be shared with peers in my job vs data that needs to be shared with non-peers - no point in sharing extra data. When we share data with some process(es) from another job, we cannot know in advance what info they have or lack, so we have to share everything just in case. This limits the optimization we can do for things like comm_spawn. 2013-09-27 00:37:49 +00:00
sbgp Remove the proc_pml and proc_bml fields from ompi_proc_t and replace with a 2013-08-30 16:54:55 +00:00
sharedfp add unignore for me. 2013-08-06 20:47:08 +00:00
topo Avoid segfault due to uninitialized variable 2013-08-16 21:10:38 +00:00
vprotocol As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00