sparse-fortran icon indicating copy to clipboard operation
sparse-fortran copied to clipboard

Sparse array examples using MUMPS, Scalapack, BLACS, PARDISO with CMake

Results 1 sparse-fortran issues
Sort by recently updated
recently updated
newest added

i wrote a simple FindMKL_SDL to run the pardiso_basic example. I used an similar Dockerfile to run the project ```sh cmake -B build ``` ![image](https://user-images.githubusercontent.com/26585248/235544526-14315296-d099-4113-aa0f-04d6cfa1e09b.png) ```sh cmake -B build -DMKLROOT=$CONDA_PREFIX...