Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
PaStiX
Commits
628bc7b2
Commit
628bc7b2
authored
Aug 16, 2017
by
Mathieu Faverge
Browse files
Fix issue with includes
parent
5f07f2e1
Changes
6
Hide whitespace changes
Inline
Side-by-side
graph/graph_io.c
View file @
628bc7b2
...
...
@@ -88,6 +88,7 @@ graphLoad( const pastix_data_t *pastix_data,
if
(
env
)
{
pastix_cleanenv
(
filename
);
}
(
void
)
pastix_data
;
}
/**
...
...
sopalin/coeftab_zinit.c
View file @
628bc7b2
...
...
@@ -210,4 +210,6 @@ coeftab_zcblkinit( const SolverMatrix *solvmtx,
coeftab_zalloc_one
(
cblk
);
}
}
(
void
)
directory
;
}
sopalin/sequential_zgetrf.c
View file @
628bc7b2
...
...
@@ -20,7 +20,7 @@
#include
"isched.h"
#include
"solver.h"
#include
"sopalin_data.h"
#include
"coeftab_z.h"
#include
"
sopalin/
coeftab_z.h"
#include
"pastix_zcores.h"
#if defined(PASTIX_WITH_PARSEC)
...
...
sopalin/sequential_zhetrf.c
View file @
628bc7b2
...
...
@@ -20,7 +20,7 @@
#include
"isched.h"
#include
"solver.h"
#include
"sopalin_data.h"
#include
"coeftab_z.h"
#include
"
sopalin/
coeftab_z.h"
#include
"pastix_zcores.h"
#if defined(PASTIX_WITH_PARSEC)
...
...
sopalin/sequential_zpotrf.c
View file @
628bc7b2
...
...
@@ -20,7 +20,7 @@
#include
"isched.h"
#include
"solver.h"
#include
"sopalin_data.h"
#include
"coeftab_z.h"
#include
"
sopalin/
coeftab_z.h"
#include
"pastix_zcores.h"
#if defined(PASTIX_WITH_PARSEC)
...
...
sopalin/sequential_zsytrf.c
View file @
628bc7b2
...
...
@@ -20,7 +20,7 @@
#include
"isched.h"
#include
"solver.h"
#include
"sopalin_data.h"
#include
"coeftab_z.h"
#include
"
sopalin/
coeftab_z.h"
#include
"pastix_zcores.h"
#if defined(PASTIX_WITH_PARSEC)
...
...
AUMAGE Olivier
@aumage
mentioned in issue
#4 (closed)
·
Sep 01, 2017
mentioned in issue
#4 (closed)
mentioned in issue #4
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment