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

Where can I find pardiso examples?

Kdan
Beginner
190 Views

I am looking for example files, in particular pardiso_sym.f or pardiso_sym_f90.f90, referenced in the manual.

I have oneAPI 2024.1 installed, but see no example directory.


0 Kudos
1 Solution
Ruqiu_C_Intel
Moderator
142 Views

The example under mkl install folder, for example,

/opt/intel/oneapi/mkl/latest/share/doc/mkl/examples# ll
total 4212
drwxr-xr-x 3 root root 4096 11月 27 23:29 ./
drwxr-xr-x 4 root root 4096 11月 27 23:28 ../
drwxr-xr-x 2 root root 4096 11月 27 23:28 cmake/
-rw-r--r-- 1 root root 33844 11月 7 21:37 examples_cluster_c.tgz
-rw-r--r-- 1 root root 41605 11月 7 21:37 examples_cluster_f.tgz
-rw-r--r-- 1 root root 1429409 11月 7 21:37 examples_core_c.tgz
-rw-r--r-- 1 root root 1456998 11月 7 21:37 examples_core_f.tgz
-rw-r--r-- 1 root root 34298 11月 7 21:37 examples_f95.tgz
-rw-r--r-- 1 root root 129431 11月 7 21:37 examples_offload_c.tgz
-rw-r--r-- 1 root root 120016 11月 7 21:37 examples_offload_f.tgz
-rw-r--r-- 1 root root 1020843 11月 7 21:37 examples_sycl.tgz
-rw-r--r-- 1 root root 12601 11月 7 21:37 README.txt

 

View solution in original post

2 Replies
Ruqiu_C_Intel
Moderator
143 Views

The example under mkl install folder, for example,

/opt/intel/oneapi/mkl/latest/share/doc/mkl/examples# ll
total 4212
drwxr-xr-x 3 root root 4096 11月 27 23:29 ./
drwxr-xr-x 4 root root 4096 11月 27 23:28 ../
drwxr-xr-x 2 root root 4096 11月 27 23:28 cmake/
-rw-r--r-- 1 root root 33844 11月 7 21:37 examples_cluster_c.tgz
-rw-r--r-- 1 root root 41605 11月 7 21:37 examples_cluster_f.tgz
-rw-r--r-- 1 root root 1429409 11月 7 21:37 examples_core_c.tgz
-rw-r--r-- 1 root root 1456998 11月 7 21:37 examples_core_f.tgz
-rw-r--r-- 1 root root 34298 11月 7 21:37 examples_f95.tgz
-rw-r--r-- 1 root root 129431 11月 7 21:37 examples_offload_c.tgz
-rw-r--r-- 1 root root 120016 11月 7 21:37 examples_offload_f.tgz
-rw-r--r-- 1 root root 1020843 11月 7 21:37 examples_sycl.tgz
-rw-r--r-- 1 root root 12601 11月 7 21:37 README.txt

 

Kdan
Beginner
132 Views

Thanks, I had a look there and found them in the examples_core_f.zip file, under \f\sparse_directsolvers\source

0 Kudos
Reply