Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Iker Martín Álvarez
Proteo
Commits
b7e68dad
Commit
b7e68dad
authored
Apr 10, 2024
by
iker_martin
Browse files
Missing file update in previous commits
parent
00fd51f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Codes/malleability/malleabilityManager.h
View file @
b7e68dad
...
...
@@ -16,7 +16,7 @@ typedef struct {
}
mam_user_reconf_t
;
int
MAM_Init
(
int
root
,
MPI_Comm
*
comm
,
char
*
name_exec
,
void
(
*
user_function
)(
void
*
),
void
*
user_args
);
void
MAM_Finalize
();
int
MAM_Finalize
();
int
MAM_Checkpoint
(
int
*
mam_state
,
int
wait_completed
,
void
(
*
user_function
)(
void
*
),
void
*
user_args
);
void
MAM_Resume_redistribution
(
int
*
mam_state
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment