Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yaxt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dkrz-sw
yaxt
Commits
8040ecbe
Commit
8040ecbe
authored
3 years ago
by
Thomas Jahns
Browse files
Options
Downloads
Patches
Plain Diff
Fix incorrect doxygen annotation.
parent
156d0302
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/xt_exchanger.h
+6
-5
6 additions, 5 deletions
src/xt_exchanger.h
src/xt_redist_internal.h
+1
-1
1 addition, 1 deletion
src/xt_redist_internal.h
with
7 additions
and
6 deletions
src/xt_exchanger.h
+
6
−
5
View file @
8040ecbe
...
...
@@ -87,7 +87,7 @@ struct Xt_exchanger_ {
* Executes a synchronous data exchange.
* @param[in] exchanger exchanger object
* @param[in] src_data source data
* @param[out] d
a
t_data destination data
* @param[out] d
s
t_data destination data
*/
PPM_DSO_INTERNAL
void
xt_exchanger_s_exchange
(
Xt_exchanger
exchanger
,
const
void
*
src_data
,
...
...
@@ -97,7 +97,7 @@ xt_exchanger_s_exchange(Xt_exchanger exchanger, const void * src_data,
* Executes a asynchronous data exchange.
* @param[in] exchanger exchanger object
* @param[in] src_data source data
* @param[out] d
a
t_data destination data
* @param[out] d
s
t_data destination data
*/
PPM_DSO_INTERNAL
void
xt_exchanger_a_exchange
(
Xt_exchanger
exchanger
,
...
...
@@ -125,7 +125,7 @@ xt_exchanger_delete(Xt_exchanger);
* @param[in] rank MPI rank
* @param[in] direction specific whether the datatype of an incoming or outgoing
* message is requested
* @param[in
[
do_dup mpi datatype copy will be dup if true
* @param[in
]
do_dup mpi datatype copy will be dup if true
* @return MPI_Datatype for the specificed message
* @remark returns MPI_DATATYPE_NULL if there is no message matching the
* specificed configuration
...
...
@@ -235,8 +235,9 @@ xt_exchanger_team_share_destroy(Xt_exchanger exchanger, void *share);
* This call is collective for all MPI ranks
* in the communicator the exchanger team was constructed for.
*
* @param[in] exchanger exchanger object to destroy team shared data for.
* @param[out] share object to destroy
* @param[in] exchanger_new exchanger constructor to destroy team
* shared data for.
* @param[out] share shared state object to destroy
*/
PPM_DSO_INTERNAL
void
xt_exchanger_new_team_share_destroy
(
Xt_exchanger_new
exchanger_new
,
...
...
This diff is collapsed.
Click to expand it.
src/xt_redist_internal.h
+
1
−
1
View file @
8040ecbe
...
...
@@ -120,7 +120,7 @@ xt_redist_check_comms(Xt_redist *redists, int num_redists, MPI_Comm comm);
* @param[in] redist redistribution object
* @param[in] direction specifices whether ranks for the outgoing or incoming
* messages are requested
* @param[inout] ranks
ranks for all outgoing/incoming messages
* @param[in
,
out] ranks ranks for all outgoing/incoming messages
* @return number of outgoing/incoming message
* @remark the user needs to ensure that array ranks is big enough to hold all
* ranks, each element of ranks must be either a pointer to a valid
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment