X. Sherry Li

Results 117 comments of X. Sherry Li

Try recompile with another flag: -fPIC Sherry Li On Mon, Jun 26, 2017 at 7:51 AM, Yuyang01 wrote: > It seems I have to compile it as run time library,...

If it succeeds with 1 MPI 32-bit indexing, you don't need 64 bit for multiple MPIs. Can you compile a version with more printings, by defining: -DCMAKE_C_FLAGS="-DPRNTlevel=1" Then, you can...

fixed in the new commit [b35fdb0](https://github.com/xiaoyeli/superlu_dist/commit/b35fdb0e5d1f332c4602b0927fe57ce0c4ce84a5)

Regarding BLAS, you need the use the following CMake definition: -DTPL_ENABLE_INTERNAL_BLASLIB=OFF (you are setting it to ON) Regarding the other errors, those lines are commented out in the code via...

We are using macro files to generate 4 precision files. While I was updating the macro files for some other bug fixes, I missed this fix.

Now I updated the macro file with this fix.