1
1
openmpi/orte/bindings
Mark Santcroos 656bdcfc54 Expose opal_set_using_threads and improve error message on missing ompi_info.
Signed-off-by: Mark Santcroos <mark.santcroos@rutgers.edu>
2017-01-19 07:57:58 -05:00
..
python Expose opal_set_using_threads and improve error message on missing ompi_info. 2017-01-19 07:57:58 -05:00
README Refactor the ORTE DVM code so that external codes can submit multiple jobs using only a single connection to the HNP. 2016-02-13 08:10:44 -08:00

Copyright (c) 2016      Intel, Inc. All rights reserved

$COPYRIGHT$

Additional copyrights may follow

$HEADER$

===========================================================================

This is where bindings of ORTE functions to alternative programming languages
such as Python and C++ reside. Not every ORTE function has been provided with
a wrapper - it is purely on an as-needed basis. However, there is no restriction
on the number of wrappers that can exist, nor on what type of function is wrapped.

There is only one rule to observe: you can wrap a framework, but you cannot wrap a
specific plugin within that framework. This constraint flows from the fact that
plugins are only accessed via the framework interface - thus, there is no way to
guarantee that a particular plugin will be the active selection.