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
elpa
elpa
Commits
f867d600
Commit
f867d600
authored
May 22, 2017
by
Andreas Marek
Browse files
Fix C test
parent
6521c189
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/C/test.c
View file @
f867d600
...
...
@@ -184,7 +184,7 @@ int main(int argc, char** argv) {
assert_elpa_ok
(
error
);
#ifdef WITH_MPI
elpa_set
(
handle
,
"mpi_comm_parent"
,
mpi_comm
,
&
error
);
elpa_set
(
handle
,
"mpi_comm_parent"
,
MPI_Comm_c2f
(
MPI_COMM_WORLD
)
,
&
error
);
assert_elpa_ok
(
error
);
elpa_set
(
handle
,
"process_row"
,
my_prow
,
&
error
);
...
...
Write
Preview
Markdown
is supported
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