Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Chameleon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
Chameleon
Commits
b10ae63a
Commit
b10ae63a
authored
May 21, 2019
by
Mathieu Faverge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue when compiling with C++ code and map functions
parent
96ec99ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
include/chameleon.h
include/chameleon.h
+9
-8
No files found.
include/chameleon.h
View file @
b10ae63a
...
@@ -51,6 +51,15 @@
...
@@ -51,6 +51,15 @@
*/
*/
#include "chameleon/tasks.h"
#include "chameleon/tasks.h"
#include "chameleon/chameleon_z.h"
#include "chameleon/chameleon_c.h"
#include "chameleon/chameleon_d.h"
#include "chameleon/chameleon_s.h"
#include "chameleon/chameleon_zc.h"
#include "chameleon/chameleon_ds.h"
BEGIN_C_DECLS
/* ****************************************************************************
/* ****************************************************************************
* CHAMELEON functionnalities
* CHAMELEON functionnalities
*/
*/
...
@@ -65,17 +74,9 @@ int CHAMELEON_map_Tile_Async( cham_uplo_t uplo,
...
@@ -65,17 +74,9 @@ int CHAMELEON_map_Tile_Async( cham_uplo_t uplo,
RUNTIME_sequence_t
*
sequence
,
RUNTIME_sequence_t
*
sequence
,
RUNTIME_request_t
*
request
);
RUNTIME_request_t
*
request
);
#include "chameleon/chameleon_z.h"
#include "chameleon/chameleon_c.h"
#include "chameleon/chameleon_d.h"
#include "chameleon/chameleon_s.h"
#include "chameleon/chameleon_zc.h"
#include "chameleon/chameleon_ds.h"
/* ****************************************************************************
/* ****************************************************************************
* CHAMELEON Functions
* CHAMELEON Functions
*/
*/
BEGIN_C_DECLS
/* Auxiliary */
/* Auxiliary */
int
CHAMELEON_Version
(
int
*
ver_major
,
int
*
ver_minor
,
int
*
ver_micro
);
int
CHAMELEON_Version
(
int
*
ver_major
,
int
*
ver_minor
,
int
*
ver_micro
);
...
...
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