@@ -1815,27 +1815,19 @@ component frameworks in Open MPI:
1815
1815
MPI component frameworks:
1816
1816
-------------------------
1817
1817
1818
- allocator - Memory allocator
1819
1818
bcol - Base collective operations
1820
1819
bml - BTL management layer
1821
- btl - MPI point-to-point Byte Transfer Layer, used for MPI
1822
- point-to-point messages on some types of networks
1823
1820
coll - MPI collective algorithms
1824
- crcp - Checkpoint/restart coordination protocol
1825
- dpm - MPI dynamic process management
1826
1821
fbtl - file byte transfer layer: abstraction for individual
1827
1822
read/write operations for OMPIO
1828
1823
fcoll - collective read and write operations for MPI I/O
1829
1824
fs - file system functions for MPI I/O
1830
1825
io - MPI I/O
1831
- mpool - Memory pooling
1832
1826
mtl - Matching transport layer, used for MPI point-to-point
1833
1827
messages on some types of networks
1834
1828
op - Back end computations for intrinsic MPI_Op operators
1835
1829
osc - MPI one-sided communications
1836
1830
pml - MPI point-to-point management layer
1837
- pubsub - MPI publish/subscribe management
1838
- rcache - Memory registration cache
1839
1831
rte - Run-time environment operations
1840
1832
sbgp - Collective operation sub-group
1841
1833
sharedfp - shared file pointer operations for MPI I/O
@@ -1863,25 +1855,25 @@ ess - RTE environment-specfic services
1863
1855
filem - Remote file management
1864
1856
grpcomm - RTE group communications
1865
1857
iof - I/O forwarding
1858
+ notifier - System-level notification support
1866
1859
odls - OpenRTE daemon local launch subsystem
1867
1860
oob - Out of band messaging
1868
1861
plm - Process lifecycle management
1869
1862
ras - Resource allocation system
1870
1863
rmaps - Resource mapping system
1871
1864
rml - RTE message layer
1872
1865
routed - Routing table for the RML
1873
- sensor - Software and hardware health monitoring
1874
- snapc - Snapshot coordination
1875
- sstore - Distributed scalable storage
1866
+ rtc - Run-time control framework
1867
+ schitzo - OpenRTE personality framework
1876
1868
state - RTE state machine
1877
1869
1878
1870
Miscellaneous frameworks:
1879
1871
-------------------------
1880
1872
1873
+ allocator - Memory allocator
1881
1874
backtrace - Debugging call stack backtrace support
1875
+ btl - Point-to-point Byte Transfer Layer
1882
1876
compress - Compression algorithms
1883
- crs - Checkpoint and restart service
1884
- db - Internal database support
1885
1877
dl - Dynamic loading library interface
1886
1878
event - Event library (libevent) versioning support
1887
1879
hwloc - Hardware locality (hwloc) versioning support
@@ -1890,7 +1882,12 @@ installdirs - Installation directory relocation services
1890
1882
memchecker - Run-time memory checking
1891
1883
memcpy - Memopy copy support
1892
1884
memory - Memory management hooks
1885
+ mpool - Memory pooling
1886
+ patcher - Symbol patcher hooks
1887
+ pmix - Process management interface (exascale)
1893
1888
pstat - Process status
1889
+ rcache - Memory registration cache
1890
+ sec - Security framework
1894
1891
shmem - Shared memory support (NOT related to OSHMEM)
1895
1892
timer - High-resolution timers
1896
1893
0 commit comments