Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
8ec7bb92
Commit
8ec7bb92
authored
Aug 03, 2015
by
Jonathan Jenkins
Browse files
uninit var in test, no idea how it passed locally...
parent
141873bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/jobmap-test.c
View file @
8ec7bb92
...
...
@@ -19,6 +19,7 @@ static int test_jobmap_identity(int num_ranks)
struct
codes_jobmap_ctx
*
c
;
struct
codes_jobmap_params_identity
p
;
p
.
num_ranks
=
num_ranks
;
c
=
codes_jobmap_configure
(
CODES_JOBMAP_IDENTITY
,
&
p
);
if
(
!
c
)
ERR
(
"jobmap-identity: configure failure"
);
...
...
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