|
Notes |
|
|
(0009690)
|
|
David Karelitz
|
|
2007-11-15 16:45
|
|
There appear to be 2 issues with respect to memory usage. These are from a separate run than that in the description
1. When I clip by scalar value with an incorrect value (that results in more elements than the correct value), the memory is not released for the first incorrect clip value.
2. When I choose save and disconnect, memory usage on the 0th node jumps from 33% to 85% and uses an additional 2-4% per frame. This is on an 8 GB machine.
The dataset is AMRCTH running on 120 nodes |
|
|
|
(0009691)
|
|
David Karelitz
|
|
2007-11-15 16:50
|
|
|
It's 4 GB of memory per node, not 8GB |
|
|
|
(0010104)
|
|
David Karelitz
|
|
2008-01-10 11:11
|
|
|
When we switched the 0th node to a node with 12GB of memory, performance was an order of magnitude faster. The rest of the nodes were the same as before |
|
|
|
(0011159)
|
|
Ken Moreland
|
|
2008-04-08 13:02
|
|
|
This problem is really caused by a bug in OpenMPI and the way that messages are passed from node 0 to the rest of the nodes. I opened a new bug that more specifically addresses the problem. |
|
|
|
(0011188)
|
|
Alan Scott
|
|
2008-04-08 17:56
|
|
|
I agree with ken. This is an open mpi bug, not related to the bug description listed below. Solution is th change MPI_Send to MPI_Ssend, until the bug in the OpenMPI library is fixed. I believe the file is MPICommunication.cxx or something like that. |
|