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
0f210f8c
Commit
0f210f8c
authored
2 years ago
by
Peter W. Draper
Browse files
Options
Downloads
Patches
Plain Diff
Fix up compilation issues
parent
b171a73e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
swiftmpistepsim.c
+2
-2
2 additions, 2 deletions
swiftmpistepsim.c
with
2 additions
and
2 deletions
swiftmpistepsim.c
+
2
−
2
View file @
0f210f8c
...
...
@@ -53,7 +53,7 @@ static const int task_type_send = 25;
static
const
int
task_type_recv
=
26
;
/* 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
];
/* The local queues. */
...
...
@@ -538,7 +538,7 @@ int main(int argc, char *argv[]) {
MPI_Barrier
(
MPI_COMM_WORLD
);
fflush
(
stdout
);
if
(
myrank
==
0
)
message
(
"Dumping updated log"
);
mpiuse_dump_logs
(
nranks
,
logfile
);
mpiuse_dump_logs
(
nranks
,
0
,
logfile
);
/* Shutdown MPI. */
res
=
MPI_Finalize
();
...
...
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