Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
swiftmpistepsim
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
SWIFT
swiftmpistepsim
Commits
2eabc5d4
Commit
2eabc5d4
authored
2 years ago
by
Peter W. Draper
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'multi-all'
# Conflicts: # mpiuse.c # swiftmpifakestepsim.c
parents
bb3e74cd
0f210f8c
No related branches found
No related tags found
1 merge request
!9
Draft: Multiple threads for inject, send and recv.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
swiftmpifakestepsim.c
+1
-1
1 addition, 1 deletion
swiftmpifakestepsim.c
swiftmpistepsim.c
+1
-1
1 addition, 1 deletion
swiftmpistepsim.c
with
2 additions
and
2 deletions
swiftmpifakestepsim.c
+
1
−
1
View file @
2eabc5d4
...
@@ -446,7 +446,7 @@ static void usage(char *argv[]) {
...
@@ -446,7 +446,7 @@ static void usage(char *argv[]) {
"
\t
-r -o <file> use occurence sample of values in a file, size is a "
"
\t
-r -o <file> use occurence sample of values in a file, size is a "
"scale factor.,]
\n
"
"scale factor.,]
\n
"
"
\t
-x random seed
\n
"
"
\t
-x random seed
\n
"
"
\t
-z out
p
ut log in standard format, i.e. can be used as input"
);
"
\t
-z out
o
ut log in standard format, i.e. can be used as input"
);
fflush
(
stderr
);
fflush
(
stderr
);
}
}
...
...
This diff is collapsed.
Click to expand it.
swiftmpistepsim.c
+
1
−
1
View file @
2eabc5d4
...
@@ -56,7 +56,7 @@ static const int task_type_send = 25;
...
@@ -56,7 +56,7 @@ static const int task_type_send = 25;
static
const
int
task_type_recv
=
26
;
static
const
int
task_type_recv
=
26
;
/* Global communicators for each of the subtypes. */
/* Global communicators for each of the subtypes. */
static
const
int
task_subtype_count
=
34
;
// Just some upper limit on subtype.
#define
task_subtype_count
34
// Just some upper limit on subtype.
static
MPI_Comm
subtypeMPI_comms
[
task_subtype_count
];
static
MPI_Comm
subtypeMPI_comms
[
task_subtype_count
];
/* The local queues. */
/* The local queues. */
...
...
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