superlu_dist
superlu_dist copied to clipboard
Problem cuilding SuperLU 5.2.2 on Linux
We found the following problems when trying to compile the code under linux:
-
The folder "lib" is not created when calling make. It was necessary to create this folder before running make. The error is like that:
-
"<" characters instead of double quotes in the file SRC/dGetDiagU.c
-
Fortran example program (FORTRAN/df77exm) crash
Best regards Williams Lima and Emanuelle Machado
For #1, have you tried to use Cmake to install? For #2, I have fixed that (thanks for pointing out) For #3, you need to run like this: df77exm < ../EXAMPLE/g20.rua (see README in that directory)