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
MAM_BICGSTAB
Commits
68966962
Commit
68966962
authored
Jun 28, 2024
by
Iker Martín Álvarez
Browse files
Update README.md
parent
04b9f6b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
68966962
...
@@ -45,4 +45,10 @@ enum mall_spawn_methods{MAM_SPAWN_BASELINE, MAM_SPAWN_MERGE};
...
@@ -45,4 +45,10 @@ enum mall_spawn_methods{MAM_SPAWN_BASELINE, MAM_SPAWN_MERGE};
enum
mam_spawn_strats
{
MAM_STRAT_SPAWN_CLEAR
,
MAM_STRAT_SPAWN_PTHREAD
,
MAM_STRAT_SPAWN_SINGLE
,
MAM_STRAT_SPAWN_INTERCOMM
};
enum
mam_spawn_strats
{
MAM_STRAT_SPAWN_CLEAR
,
MAM_STRAT_SPAWN_PTHREAD
,
MAM_STRAT_SPAWN_SINGLE
,
MAM_STRAT_SPAWN_INTERCOMM
};
enum
mall_redistribution_methods
{
MAM_RED_BASELINE
,
MAM_RED_POINT
};
enum
mall_redistribution_methods
{
MAM_RED_BASELINE
,
MAM_RED_POINT
};
enum
mam_redistribution_strats
{
MAM_STRAT_RED_CLEAR
,
MAM_STRAT_RED_NONBLOCKING
,
MAM_STRAT_RED_PTHREAD
,
MAM_STRAT_RED_WAIT_SOURCES
,
MAM_STRAT_RED_WAIT_TARGETS
};
enum
mam_redistribution_strats
{
MAM_STRAT_RED_CLEAR
,
MAM_STRAT_RED_NONBLOCKING
,
MAM_STRAT_RED_PTHREAD
,
MAM_STRAT_RED_WAIT_SOURCES
,
MAM_STRAT_RED_WAIT_TARGETS
};
typedef
struct
{
int
numS
,
numT
;
// Amount of sources and targets
int
rank_state
;
// State of the process during and after the reconfiguration (Survive, Spawned, Unneeded).
MPI_Comm
comm
;
}
mam_user_reconf_t
;
```
```
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