Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Core Modules
dune-common
Commits
2e429111
Commit
2e429111
authored
14 years ago
by
Oliver Sander
Browse files
Options
Downloads
Plain Diff
spelling
[[Imported from SVN: r6380]]
parents
1f82ee1b
16e72805
29bf9521
1636f44c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/common/test/Makefile.am
+1
-1
1 addition, 1 deletion
dune/common/test/Makefile.am
dune/common/test/mpihelpertest.cc
+2
-2
2 additions, 2 deletions
dune/common/test/mpihelpertest.cc
with
3 additions
and
3 deletions
dune/common/test/Makefile.am
+
1
−
1
View file @
2e429111
...
...
@@ -153,7 +153,7 @@ mpihelpertest_LDADD = $(DUNEMPILIBS) $(LDADD)
mpihelpertest_LDFLAGS
=
$(
AM_LDFLAGS
)
$(
DUNEMPILDFLAGS
)
mpihelpertest2_SOURCES
=
mpihelpertest.cc
mpihelpertest2_CPPFLAGS
=
$(
AM_CPPFLAGS
)
$(
DUNEMPICPPFLAGS
)
-DMPIHELPER_PREINITIALZE
mpihelpertest2_CPPFLAGS
=
$(
AM_CPPFLAGS
)
$(
DUNEMPICPPFLAGS
)
-DMPIHELPER_PREINITIAL
I
ZE
mpihelpertest2_LDADD
=
$(
DUNEMPILIBS
)
$(
LDADD
)
mpihelpertest2_LDFLAGS
=
$(
AM_LDFLAGS
)
$(
DUNEMPILDFLAGS
)
...
...
This diff is collapsed.
Click to expand it.
dune/common/test/mpihelpertest.cc
+
2
−
2
View file @
2e429111
...
...
@@ -10,7 +10,7 @@
int
main
(
int
argc
,
char
**
argv
)
{
#ifdef MPIHELPER_PREINITIALZE
#ifdef MPIHELPER_PREINITIAL
I
ZE
#if HAVE_MPI
MPI_Init
(
&
argc
,
&
argv
);
#endif
...
...
@@ -31,7 +31,7 @@ int main(int argc, char** argv)
Helper
::
MPICommunicator
comm
=
mpi
.
getCommunicator
();
comm
=
mpi
.
getCommunicator
();
#ifdef MPIHELPER_PREINITIALZE
#ifdef MPIHELPER_PREINITIAL
I
ZE
#if HAVE_MPI
MPI_Finalize
();
#endif
...
...
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