1
1
openmpi/ISSUES
Brian Barrett 309ff000a6 * add --enable-mca-static to specify components that should be statically
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.
2005-04-13 03:19:48 +00:00

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