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

The biggest problem size which 32bit pardiso/DSS can solving

Ying_H_Intel
Employee
228 Views

We received mulitply inputs from our users about the pardiso (incore or OOC)/DSS crashed when solve a big task. Here is article to discuss it.
http://software.intel.com/en-us/articles/pardiso-ooc-solves-very-big-tasks-on-ia32/

For example, let us notethat 32bit Pardiso OOC solver cannot solves problems with more than 2000*10^6 double nonzero elements of L factors, because of 32bit counters inside 32-bit PARDISO.

The main cause is because there are 2Gb memory limiation for any 32bit application.

I'd like to ask you share which is biggest problem size you have known that pardiso/DSS can solved. So we mayshare experience with other.

Here is the latest one I'm working on
Matrix Size N=511428, Rhs=1 and no-zeor element is 35836906, symmetry.
Intel fortran compiler 11.0+ DSS, OOC in MKL 10.2.2.025 on windows XP 32bit, Core 2 CPU 6400, 2.13GHz, 5 GB RAM, 100G Harddisk.

Regards,
Ying

0 Kudos
2 Replies
Tianyu_D_
Beginner
228 Views

Hi Ying,

I am a beginner of the MKL. And I just revised the DSS example to solve a 78*78 sparse matrix. But it seems that DSS could not work.

Please find the attached codes. Could you help me to fix this?

Your help would be greatly appreciated.

Regards,

Tianyu

0 Kudos
Ying_H_Intel
Employee
228 Views

Hi Tianyu,

I believe you have gotten the answer from Alexander  and Gennedy.  http://software.intel.com/forums/topic/506611

Best Regards,

Ying

 

0 Kudos
Reply