Skip to content
Snippets Groups Projects

Feature/superlu5

Merged Christoph Grüninger requested to merge feature/superlu5 into master
1 file
+ 5
6
Compare changes
  • Side-by-side
  • Inline
@@ -92,14 +92,13 @@ int main(void)
SUPERLU_MIN_VERSION_4_3)
CHECK_C_SOURCE_COMPILES("
#include <slu_ddefs.h>
typedef int int_t;
#include <supermatrix.h>
#include <slu_util.h>
int main(void)
{
dgssvx(NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL,
NULL, 1, NULL, NULL, NULL,
NULL, NULL, NULL, NULL,
NULL, NULL, NULL);
GlobalLU_t glu;
return 0;
}"
SUPERLU_MIN_VERSION_5)
Loading