superlu_dist icon indicating copy to clipboard operation
superlu_dist copied to clipboard

Distributed memory, MPI based SuperLU

Results 68 superlu_dist issues
Sort by recently updated
recently updated
newest added

Sherry, With the latest superlu_dist (i.e latest 'maint') - I'm seeing the following issue with superlu_dist petsc example. This issue is caused by 07205cb4705af6040cd3c570b5563bae3e953e5f Could you take a look at...

Sherry, When I try to cmake superlu_dist on a system without a Fortran compiler I get Error configuring SUPERLU_DIST with cmake Could not execute "cd /Users/barrysmith/Src/petsc/arch-nofortran/externalpackages/git.superlu_dist/build && /usr/local/bin/cmake .. -DCMAKE_INSTALL_PREFIX=/Users/barrysmith/Src/petsc/arch-nofortran...

Hi, we are trying to update superlu_dist to version 9.0 on Debian, with CombBLAS enabled. The following cmake configuration is used when building the package locally: ``` cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None...

I run the EXAMPLE pddrive3d, and the result shows Factor flops is 0, but Solve flops has number. Is it a bu ![Uploading PixPin_2024-05-11_11-37-05.png…]() g?

I noticed this during testing of mfem-4.7 with SuperLU_DIST v8.2.1 -- one of the mfem examples that uses SuperLU_DIST, `examples/ex11p.cpp` hangs when run with: ```console mpirun -np 4 ./ex11p --superlu...

Dear all, I am trying to build superlu for Gkeyll (https://gkeyll.readthedocs.io/en/latest/) however I am having some troubles: First of all, this is how I do the cmake config: # cmake...

Dear SuperLU Team, Hello! I have encountered some issues while using SuperLU_DIST and would appreciate your assistance. When using the command "mpiexec -n 8 pddrive myrhs mymatrix", I obtain solutions...

Hello, I have encountered a problem when using SuperLU_dist (7.2.0 and 8.2.1) in combiniation with Trilinos. Trilinos currently does not support SuperLU_dist 9.0.0 or master, that's why I can't test...