X. Sherry Li

Results 123 comments of X. Sherry Li

Do you have time to have a quick phone call tomorrow afternoon? -Sherry On Mon, Sep 13, 2021 at 9:31 PM Jacob King ***@***.***> wrote: > I fixed a problem...

@piyush314 Please review this.

We only needed a scan function from CUB. Recently we implemented our own scan, so we removed the dependency on CUB. This new code is in 'master' branch. We will...

It appears that your C compiler is an older version. Please try add "-std=c99" in the CFLAGS.

The BLAS standard for the integer inputs (e.g., dimension, etc.) are specified as 32bit integer. So, even if you use 64bit indexing for the sparse matrix meta data structure in...

Answers to several of your questions. ++++++ I guess the issue here is: SRC/superlu_defs.h has: #ifdef HAVE_CUDA #define GPU_ACC // enable CUDA #include "cublas_utils.h" #endif So cuda is getting included...

This doesn't make sense. How is parmetis built? (dynamic or static?)

What's the difference between the 2 build scripts (without CUDA vs. with CUDA) ?

We just had a big release. Can you please let me know what are the errors? It's not clear from those 2 commits. Thanks, Sherry

@balay Satish: the error is related BLAS Fortran routines requiring underscorre_, it should be handled in this header file SRC/superlu_FortranCInterface.h, these 2 lines: /* Mangling for Fortran global symbols without...