309ff000a6
linked into libmpi * add --enable-mca-direct to specify components that should be directly called (instead of going through component structs and the like). The components and component frameworks must explicitly support this. Currently, only the TEG PML does so. * Updated all the calls to the PML to use a macro so that they can either be direct called or called through function pointer interfaces (aka the component infrastructure) This commit was SVN r5291.
10 строки
332 B
Plaintext
10 строки
332 B
Plaintext
- Need some type of template system for *_direct_call_headers.h file
|
|
so that it isn't touched every time it changes.
|
|
--> DONE
|
|
- Error if we want direct call and the component fails to work or
|
|
support direct calling
|
|
--> DONE
|
|
- configure way to know doing direct
|
|
--> DONE
|
|
- ompi_info to know a component is direct call-able
|