Commit 9f3baaaa by Marcus Winter

mtapi: added description of default node attributes in mtapi_c and fixed typo in…

mtapi: added description of default node attributes in mtapi_c and fixed typo in mtapi_cpp documentation
parent baf33809
...@@ -1050,8 +1050,14 @@ void mtapi_nodeattr_set( ...@@ -1050,8 +1050,14 @@ void mtapi_nodeattr_set(
* *
* \c attributes is a pointer to a node attributes object that was previously * \c attributes is a pointer to a node attributes object that was previously
* prepared with mtapi_nodeattr_init() and mtapi_nodeattr_set(). If * prepared with mtapi_nodeattr_init() and mtapi_nodeattr_set(). If
* \c attributes is \c MTAPI_NULL, then implementation-defined default * \c attributes is \c MTAPI_NULL, then the following default
* attributes will be used. * attributes will be used:
* - all available cores will be used
* - maximum number of tasks is 1024
* - maximum number of groups is 128
* - maximum number of queues is 16
* - maximum queue capacity is 1024
* - maximum number of priorities is 4.
* *
* On success, \c *status is set to \c MTAPI_SUCCESS. On error, \c *status is * On success, \c *status is set to \c MTAPI_SUCCESS. On error, \c *status is
* set to the appropriate error defined below. * set to the appropriate error defined below.
......
...@@ -60,7 +60,7 @@ class Node { ...@@ -60,7 +60,7 @@ class Node {
* - maximum number of groups is 128 * - maximum number of groups is 128
* - maximum number of queues is 16 * - maximum number of queues is 16
* - maximum queue capacity is 1024 * - maximum queue capacity is 1024
* - maximum number of priorites is 4. * - maximum number of priorities is 4.
* *
* \notthreadsafe * \notthreadsafe
* \throws ErrorException if the singleton was already initialized or the * \throws ErrorException if the singleton was already initialized or the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment