Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
spm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
solverstack
spm
Commits
cbc4ab56
Commit
cbc4ab56
authored
7 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Fix issue with defines of header files
parent
0a499aa2
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
drivers/laplacian.h
+3
-3
3 additions, 3 deletions
drivers/laplacian.h
spm.h
+3
-3
3 additions, 3 deletions
spm.h
spm_drivers.h
+3
-3
3 additions, 3 deletions
spm_drivers.h
z_spm.h
+3
-3
3 additions, 3 deletions
z_spm.h
with
12 additions
and
12 deletions
drivers/laplacian.h
+
3
−
3
View file @
cbc4ab56
...
...
@@ -9,8 +9,8 @@
* @date 2011-11-11
*
**/
#ifndef _
LAPLACIAN_H
_
#define _
LAPLACIAN_H
_
#ifndef _
laplacian_h
_
#define _
laplacian_h
_
void
z_spmLaplacian_7points
(
pastix_spm_t
*
spm
,
pastix_int_t
dim1
,
pastix_int_t
dim2
,
pastix_int_t
dim3
,
pastix_fixdbl_t
alpha
,
pastix_fixdbl_t
beta
);
void
c_spmLaplacian_7points
(
pastix_spm_t
*
spm
,
pastix_int_t
dim1
,
pastix_int_t
dim2
,
pastix_int_t
dim3
,
pastix_fixdbl_t
alpha
,
pastix_fixdbl_t
beta
);
...
...
@@ -30,4 +30,4 @@ void d_spmExtendedLaplacian3D( pastix_spm_t *spm, pastix_int_t dim1, pastix_int_
void
s_spmExtendedLaplacian3D
(
pastix_spm_t
*
spm
,
pastix_int_t
dim1
,
pastix_int_t
dim2
,
pastix_int_t
dim3
);
void
p_spmExtendedLaplacian3D
(
pastix_spm_t
*
spm
,
pastix_int_t
dim1
,
pastix_int_t
dim2
,
pastix_int_t
dim3
);
#endif
/* _
LAPLACIAN_H
_ */
#endif
/* _
laplacian_h
_ */
This diff is collapsed.
Click to expand it.
spm.h
+
3
−
3
View file @
cbc4ab56
...
...
@@ -24,8 +24,8 @@
* matrices, as well as norms computations and converter tools.
*
**/
#ifndef _
SPM_H
_
#define _
SPM_H
_
#ifndef _
spm_h
_
#define _
spm_h
_
#include
"pastix/api.h"
...
...
@@ -228,4 +228,4 @@ static inline void s_spmPrintElt( FILE *f, pastix_int_t i, pastix_int_t j, float
/**
* @}
*/
#endif
/* _
SPM_H
_ */
#endif
/* _
spm_h
_ */
This diff is collapsed.
Click to expand it.
spm_drivers.h
+
3
−
3
View file @
cbc4ab56
...
...
@@ -13,8 +13,8 @@
* @date 2011-11-11
*
**/
#ifndef _
SPM_DRIVER_H
_
#define _
SPM_DRIVER_H
_
#ifndef _
spm_drivers_h
_
#define _
spm_drivers_h
_
#include
"spm.h"
...
...
@@ -33,4 +33,4 @@ int readCSCD ( const char *filename, pastix_spm_t *spm, void **rhs, MPI_Comm pas
int
genLaplacian
(
const
char
*
filename
,
pastix_spm_t
*
spm
);
int
genExtendedLaplacian
(
const
char
*
filename
,
pastix_spm_t
*
spm
);
#endif
/* _
SPM_DRIVER_H
_ */
#endif
/* _
spm_drivers_h
_ */
This diff is collapsed.
Click to expand it.
z_spm.h
+
3
−
3
View file @
cbc4ab56
...
...
@@ -17,8 +17,8 @@
* @precisions normal z -> c d s p
*
**/
#ifndef _z_spm_
H
_
#define _z_spm_
H
_
#ifndef _z_spm_
h
_
#define _z_spm_
h
_
/**
* Integer routines
...
...
@@ -68,4 +68,4 @@ void z_spmDofExtend(pastix_spm_t *spm);
void
z_spmScal
(
const
pastix_complex64_t
alpha
,
pastix_spm_t
*
spm
);
#endif
/* _z_spm_
H
_ */
#endif
/* _z_spm_
h
_ */
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