Olivier Vanvincq

Results 5 comments of Olivier Vanvincq
trafficstars

I get the same problematic behaviour with FFTW 1.7.2 and Julia 1.10 but the problem disappears when using mkl. ``` julia> versioninfo() Julia Version 1.10.0 Commit 3120989f39 (2023-12-25 18:01 UTC)...

Hi, I get the error below when precompiling MUMPS v1.4.1 on windows 10 and Julia 1.10.0 There is no problem with MUMPS 1.4.0. ``` PkgPrecompileError: The following 1 direct dependency...

@amontoison MicrosoftMPI_jll and PARMETIS_jll have been updated to version 10.4.4+2 and 4.0.6+2. However I get the same error when precompiling MUMPS 1.4.1

@amontoison ``` Failed to precompile MUMPS [55d2b088-9f4e-11e9-26c0-150b02ea6a46] to "C:\\Users\\Olivier\\.julia\\compiled\\v1.10\\MUMPS\\jl_6669.tmp". [12156] signal (22): SIGABRT in expression starting at C:\Users\Olivier\.julia\packages\MUMPS\Y8ASV\src\MUMPS.jl:35 crt_sig_handler at C:/workdir/src\signals-win.c:95 raise at C:\WINDOWS\System32\msvcrt.dll (unknown line) abort at C:\WINDOWS\System32\msvcrt.dll (unknown...

This can be solved by setting the phase to 4 at the end of each step with the function set_job!: ``` for _ = 1:10 rhs = rand(10) associate_rhs!(mumps, rhs)...