- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I am trying to solve a sparse system of equations using PARDISO OOC but somehow I ran into error -2, which according to the help manual, is due to memory shortage. I also obtained the following error after reordering:
*** Error in PARDISO (Insufficient_memory) error_num -1100
***Error in PARDISO memory allocation: FACT_L&U, size to allocate: 1712271416 bytes
total memory wanted here: 1677421kbyte
symbolic (max): 321026 symbolic (permanent): 5280
real(including 1 factor): 1672141
My workstation has a 24GB RAM. Could someone please help me.
Thank you so much.
EH
I am trying to solve a sparse system of equations using PARDISO OOC but somehow I ran into error -2, which according to the help manual, is due to memory shortage. I also obtained the following error after reordering:
*** Error in PARDISO (Insufficient_memory) error_num -1100
***Error in PARDISO memory allocation: FACT_L&U, size to allocate: 1712271416 bytes
total memory wanted here: 1677421kbyte
symbolic (max): 321026 symbolic (permanent): 5280
real(including 1 factor): 1672141
My workstation has a 24GB RAM. Could someone please help me.
Thank you so much.
EH
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Often the problem is caused by that the application is 32 bit, which is limited by 2G memory space. If this is not the problem for you, could you please provide some more information on:
1) MKL version. 2)linkage command line 3) the processors you are testing?
If you even have one test code, that will help a lot to identify the problem.
Thanks,
Chao
Often the problem is caused by that the application is 32 bit, which is limited by 2G memory space. If this is not the problem for you, could you please provide some more information on:
1) MKL version. 2)linkage command line 3) the processors you are testing?
If you even have one test code, that will help a lot to identify the problem.
Thanks,
Chao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
It is solving now. I am using a 64 bit machine, but I didnt realize the Debugging was set at Win32. Now that I changed it to x64, it is actually solving
Thank you.
EH
It is solving now. I am using a 64 bit machine, but I didnt realize the Debugging was set at Win32. Now that I changed it to x64, it is actually solving
Thank you.
EH

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page