superlu_dist icon indicating copy to clipboard operation
superlu_dist copied to clipboard

Problem cuilding SuperLU 5.2.2 on Linux

Open ghwilliams opened this issue 3 years ago • 1 comments

We found the following problems when trying to compile the code under linux:

  1. The folder "lib" is not created when calling make. It was necessary to create this folder before running make. The error is like that: fig_01

  2. "<" characters instead of double quotes in the file SRC/dGetDiagU.c fig_02

  3. Fortran example program (FORTRAN/df77exm) crash fig_03

Best regards Williams Lima and Emanuelle Machado

ghwilliams avatar Mar 23 '21 21:03 ghwilliams

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)

xiaoyeli avatar Mar 24 '21 19:03 xiaoyeli