Toshiki Teramura

Results 98 issues of Toshiki Teramura

- [x] Kuramoto-Sivashinsky (1D) #45 - [x] Swift-Hohenberg (1D) #74 - [ ] Complex Ginzburg-Landau (1D) - [ ] KdV (1D) - [ ] Gray-Scott (2D) - [ ] Navier-Stokes...

Hi team, I try to use cmake for linking libjulia.so, and I need `find_package` for Julia. `FindJulia.cmake` in this repository is latest and well managed as far as I searched....

`download` feature which download MKL binaries from AWS S3 has been removed in [0.8.0 release](https://github.com/rust-math/intel-mkl-src/releases/tag/intel-mkl-src-v0.8.0).

Current MKL update procedure is following: 1. Update system MKL using package manager (pacman on ArchLinux, or manually on Windows) 2. Create packages (`mkl-*.tar.zst`) using `intel-mkl-tool` 3. Upload them onto...

https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines/onemkl-pardiso-parallel-direct-sparse-solver-iface.html > The Intel® oneAPI Math Kernel Library PARDISO package is a high-performance, robust, memory fficient, and easy to use software package for solving large sparse linear systems of equations...

MKL provides `libmkl_gnu_thread.a`, but currently there is no way to use it from this crate

intel-mkl-sys crate introduced in #26 contains FFI for PRNG in MKL https://software.intel.com/en-us/onemkl-developer-reference-c-random-number-generators

intel-mkl-src 0.8.0 (upgraded at #121) switched download source from AWS S3 to GitHub Container registry using ocipkg. It only works with static library to avoid runtime search path issue. However,...