superlu
superlu copied to clipboard
Supernodal sparse direct solver. https://portal.nersc.gov/project/sparse/superlu/
In ilu_dpivotL, if singularity is detected, exit(1) will be triggered and cause the whole program be terminated. This is inconsistent with what happend in LU. In dpivotL, singularity will only...
I was skipping over the _Checks_ tab of my recent pull request and in the _Tests_ section I saw a couple of `Segmentation fault (core dumped)`. This error is also...
Hi I am trying to build SuperLu from source on my m1 macbook. I copied over the mac make.inc but I am getting the following errors: ``` gcc -O2 -DAdd_...
I'm currently trying to use SuperLU in a C++ project and I'm getting the following error (Visual Studio): ``` slu_ddefs.h(270,12): error C2733: 'dgemv_': you cannot overload a function with 'extern...
This https://github.com/xiaoyeli/superlu/commit/90ee45dc836d8f4ff967cad4aa2821809b12fdc9#diff-862af30d14f5c76994c21cdb32acbba6da4cb1cd82f26144e417042f742608b2 completely defeats the purpose of https://github.com/xiaoyeli/superlu/pull/116 Please revert. It doesn't make any sense to have `#define complex singlecomplex` for "backward compatibility". There is no more use of `complex`...
Hi all. SuperLU-6.0.1 is not compiling because this error: ``` cd /builddir/build/BUILD/superlu-6.0.1/redhat-linux-build/TESTING/MATGEN && /usr/bin/gcc -Dmatgen_EXPORTS -I/builddir/build/BUILD/superlu-6.0.1/redhat-linux-build/SRC -I/builddir/build/BUILD/superlu-6.0.1/SRC -I/usr/include -DUSE_VENDOR_BLAS -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS...
SuperLU repeatedly uses `CMAKE_INSTALL_PREFIX` to assert its installation location during configuration, and even sets it. ```cmake set(CMAKE_INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib") ``` ```cmake set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib") ``` ```cmake if (NOT CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX /usr/local) endif()...
root@ubuntu:~/superlu-6.0.0/MATLAB# make /root/linux_matlab/matlab2018a/bin/mex -I../SRC -I/root/linux_matlab/matlab2018a/extern/include -O -DV5 mexlusolve.c \ /root/superlu-6.0.0/lib/libsuperlu_5.1.a /root/superlu-6.0.0/lib/libblas.a -lm Building with 'gcc'. Warning: You are using gcc version '9.4.0'. The version of gcc is not supported. The...
Hi all. I obtaining a linking error when try to compile `libsuperlu_fortran` in Fedora 38: ``` [ 98%] Linking Fortran shared library libsuperlu_fortran.so cd /home/sagitter/rpmbuild/BUILD/superlu-6.0.0/redhat-linux-build/FORTRAN && /usr/bin/cmake -E cmake_link_script CMakeFiles/superlu_fortran.dir/link.txt...
Deal developers, Could you please update the ug.pdf? It was written 5 years ago, and may not reflect the new features in the latest release. Thanks. Adam