Jari
Jari
Well spotted @mjacobse, I think the issue is that the documentation is HTML that is built using Sphinx from the *.rst sources and it has not been rebuilt for 7...
@yuwenchen95 @mjacobse I have rebuilt updated documentation for v2023.08.02, please see here: https://www.numerical.rl.ac.uk/spral/doc/ This includes the updated `examples/C/ssids.c` which should now be running, apologies.
@yuwenchen95 before using SSIDS you need to: ``` export OMP_CANCELLATION=TRUE export OMP_PROC_BIND=TRUE ``` otherwise you get OMP cancellation errors as above. Unfortunately the only way to enable this is via...
Indeed, this is why we are transitioning to Meson. The autotools build system was originally written only for Linux. I'ts tricky to do this correctly on Mac with autotools as...
Thanks @barracuda156, we can definitely do that.
Yeah I agree that ideally we should test for the C++ runtime but I have no idea if that is even possible with autotools let alone how to do it.
@barracuda156 that is a good point but I believe it is mandatory when the Fortran compiler is used to link everything together at the end (cf your link failures in...
@mjacobse in theory linking with the C++ compiler instead would be easier but trying to figure out the correct Fortran libraries for something as complicated as Intel OneAPI would be...
In light of what Nick has said, and in my experience with PyCUTEst where we only provide a double precision version, I don't think it makes sense to provide CUTEst...
> We should drop the old Intel compilers for CI and say somewhere that only the new Intel compilers are supported on Windows. Absolutely, there is little point testing on...