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
AGULLO Emmanuel
Chameleon
Commits
7d897073
Commit
7d897073
authored
May 25, 2016
by
PRUVOST Florent
Browse files
chameleon auxiliary.h: update proto declaration to avoid implicit declaration of function
parent
d78337f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
control/auxiliary.h
View file @
7d897073
...
...
@@ -3,7 +3,7 @@
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-201
4
Inria. All rights reserved.
* @copyright (c) 2012-201
6
Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -42,6 +42,13 @@ void morse_fatal_error (const char *func_name, char* msg_text);
int
morse_rank
(
MORSE_context_t
*
morse
);
int
morse_tune
(
MORSE_enum
func
,
int
M
,
int
N
,
int
NRHS
);
/*******************************************************************************
* API routines
**/
int
MORSE_Version
(
int
*
ver_major
,
int
*
ver_minor
,
int
*
ver_micro
);
int
MORSE_Element_Size
(
int
type
);
int
MORSE_My_Mpi_Rank
(
void
);
#ifdef __cplusplus
}
#endif
...
...
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