Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Pardiso example tutorial.

kim__seongik
Beginner
1,992 Views

Hello !!

Can I get an example tutorial file for the pardiso subroutine?

Ultimately, I want to use the pardiso subroutine as a solver for structural analysis.

So I just want to get any example file for understanding how to use pardiso. (symmetric case and unsymmetric case)

Thanks all,

S. Kim

0 Kudos
1 Solution
mecej4
Honored Contributor III
1,992 Views

In the directory .../compilers_and_libraries_2020.x.yyy/<os>/mkl/examples directory, you will find three zip files. Unpack the core zip file for C or Fortran, and you will have the example files that you seek. For example, I see the following:

pardiso_sym_f.f
pardiso_sym_f90.f90
pardiso_sym_reduced_solve_f.f
pardiso_unsym_cmplx_store_restore_f.f
pardiso_unsym_complex_f.f
pardiso_unsym_f.f

View solution in original post

0 Kudos
1 Reply
mecej4
Honored Contributor III
1,993 Views

In the directory .../compilers_and_libraries_2020.x.yyy/<os>/mkl/examples directory, you will find three zip files. Unpack the core zip file for C or Fortran, and you will have the example files that you seek. For example, I see the following:

pardiso_sym_f.f
pardiso_sym_f90.f90
pardiso_sym_reduced_solve_f.f
pardiso_unsym_cmplx_store_restore_f.f
pardiso_unsym_complex_f.f
pardiso_unsym_f.f

0 Kudos
Reply