sparse-fortran
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 ```  ```sh cmake -B build -DMKLROOT=$CONDA_PREFIX...