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
3f28aa34
Commit
3f28aa34
authored
5 years ago
by
Peter W. Draper
Browse files
Options
Downloads
Patches
Plain Diff
Remove debugging
parent
6d5b64f7
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
mpiuse.c
+0
-2
0 additions, 2 deletions
mpiuse.c
with
0 additions
and
2 deletions
mpiuse.c
+
0
−
2
View file @
3f28aa34
...
...
@@ -197,10 +197,8 @@ void mpiuse_dump_logs(int nranks, const char *dumpfile) {
* one-by-one. */
int
kk
=
k
;
MPI_Bcast
(
&
kk
,
1
,
MPI_INT
,
0
,
MPI_COMM_WORLD
);
message
(
"Bcast says: %d/%d/%d"
,
kk
,
k
,
myrank
);
if
(
kk
==
myrank
)
{
message
(
"Dumping from rank: %d/%d/%d"
,
kk
,
k
,
myrank
);
/* Open file and position at end. */
fd
=
fopen
(
dumpfile
,
"a"
);
...
...
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