|
[Sponsors] |
October 31, 2007, 11:59 |
Hello
In running the blockM
|
#1 |
New Member
mou
Join Date: Mar 2009
Posts: 20
Rep Power: 17 |
Hello
In running the blockMesh for 16,000,000 gridpoints a\ i faced this error. Default patch type set to empty new cannot satisfy memory request. This does not necessarily mean you have run out of virtual memory. It could be due to a stack violation caused by e.g. bad use of pointers or an out of date shared library Aborted I am using CPU Opteron 2.20 GHz with 8 GB memory. Would you tell me how can I fix this? Is there any way in Linux, like windows, to increase virtual memory? Thank you |
|
October 31, 2007, 13:26 |
is everything compiled for 64
|
#2 |
New Member
Dominique Turmel
Join Date: Mar 2009
Location: Québec, Québec, Canada
Posts: 19
Rep Power: 17 |
is everything compiled for 64 bit?
|
|
October 31, 2007, 16:42 |
In fact no, But let me try for
|
#3 |
New Member
mou
Join Date: Mar 2009
Posts: 20
Rep Power: 17 |
In fact no, But let me try for 64 bit. I will post it's results.
regards |
|
November 2, 2007, 14:35 |
I installed 64 bit and now by
|
#4 |
New Member
mou
Join Date: Mar 2009
Posts: 20
Rep Power: 17 |
I installed 64 bit and now by using swaping or paging, OpenFOAM can do blockMesh for 2 or 4 million gridpoints. But for higher resolution like 8 million it bacome reaaly time comsuming, due to use of kswapd0 and kswapd1 in my machine. Dominique, do you have any suggestion? Is it possible to use another software like SALOME,FLUENT,... and then import them in OpenFOAM? I mean by doing this job, do I face again memory problem?
thank you |
|
November 2, 2007, 14:56 |
I was doing a simulation with
|
#5 |
Guest
Posts: n/a
|
I was doing a simulation with coodles that swapped quite a bit recently. I improved performance by freeing every bit of ram I could. I recompiled my kernel with the -Os optimization. I exited X windows to get to a basic command line. I also temporarily killed some unneeded daemons (cupsd, gpm, etc...) .
You might try splitting up you case into more domains than you have processors. This would allow other threads to execute while waiting for the hard disk to page in virtual memory. The only real solution is to add more RAM to the machine. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
running out of memory in Gambit, Help!!! | ahmet | FLUENT | 19 | October 5, 2013 07:01 |
[blockMesh] BlockMesh problem | pratap | OpenFOAM Meshing & Mesh Conversion | 21 | February 16, 2009 07:32 |
Run blockMesh problem | fpetit | OpenFOAM Installation | 9 | January 10, 2008 06:40 |
Running on Distibuted Memory linux itanium cluster | Josh | FLUENT | 0 | January 29, 2007 01:18 |
How to free memory after running Fluent ? | David | FLUENT | 1 | February 27, 2004 04:59 |