Potential Bug(s) with SuperLU configuration on Windows

30 views Asked by At

I am trying to run the SuperLU_MT example programs in SUNDIALS (IDA).

I have successfully built SuperLU_MT libraries on Windows from source. I am using the pthread implementation -- successfully built the corresponding IDA modules/libraries as well.

Note that I'm using MSYS2 MINGW64

I successfully compiled and linked test_sunlinsol_superlumt.c. The executable, however, is throwing runtime error: "COLAMD failed at line 58 in file get_perm_c.c"
COLAMD ERROR

The same error is thrown when running the provided superlu example codes (heat2d_sps, roberts_sps, etc).

My setup on Linux is identical apart from the vendor BLAS library. However, the programs run as expected on Linux...

There are NUMEROUS places where I might have made configuration errors. It is not possible for me to retrace the full process here, but I'm happy to provide more specific details when prompted

Repository link (if helpful): https://github.com/AdiMatam/IDA-Temp

I am trying to run the test_linsol_superlumt program in the root directory, using the temp.sh 'build' script.

0

There are 0 answers