|
[Sponsors] |
Regarding number of processor in openfoam simulation with 1 RAM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 7, 2018, 08:29 |
Regarding number of processor in openfoam simulation with 1 RAM
|
#1 |
Member
ijaz fazil
Join Date: Apr 2013
Location: Singapore
Posts: 73
Rep Power: 13 |
Dear all,
I have workstation 32GB, (4*8), 4 RAM sockets and each RAM is 8 GB System monitor shows 8 CPU ( I think each core is divided in to 2 threads), whenever I try to run the simulation in multiprocessor, It shows CPU is 100% but it would be using only around 8 GB of 32 GB memory, I'm not sure why it is not completing utilizing the RAM. Hence I removed 3 RAM sticks from the sockets, and only 1 RAM (8GB) is inserted, but I decompose to 16 processors and it runs with one RAM. Still system monitor shows 8 CPU and all CPUS are 100%, when I removed the RAM sticks still how it shows the CPU is 100% when there is no RAM itself. I use Ubuntu 16.04 Last edited by er_ijaz; December 7, 2018 at 08:30. Reason: need to add tag |
|
December 7, 2018, 17:10 |
|
#2 |
Super Moderator
Alex
Join Date: Jun 2012
Location: Germany
Posts: 3,427
Rep Power: 49 |
Memory usage depends on the problem size. Not using all available memory is not an indicator for anything other than your simulation fitting into ram. Just as it should be. Removing memory will only make your system slower.
Imagine you have a mesh with 1 million cells and each cell needs to store 20 double precision floating point numbers. That's 1000000x20x8bytes of memory required. Using more than that usually does not make a code faster. Unless you chose different algorithms to speed things up which happen to require more memory. CPU usage as reported by an operating system is not really a helpful indicator either. You can easily write a code that gets "100% utilization" on all cores but does not run any faster than on a single core. |
|
December 10, 2018, 02:21 |
Im concerned about the number of processor
|
#3 |
Member
ijaz fazil
Join Date: Apr 2013
Location: Singapore
Posts: 73
Rep Power: 13 |
Hi
My concern is about number of processor, Whether slow or fast is the next matter, when I have only RAM (processor) how it can run in parallel.... |
|
December 10, 2018, 08:51 |
|
#4 |
Senior Member
Join Date: May 2012
Posts: 551
Rep Power: 16 |
I don't understand what you mean.
Please post information about which CPU you are using. If you have a standard CPU, then you most likely have a dual channel setup, which means that you need to use two RAM modules to get the maximum solution speed. With four physical cores on your CPU (hyperthreading turned OFF) then you should use a maximum of 4 cores in your parallel simulation. Anything more will slow down your simulation. In fact, 3 cores might be the optimum if you have other stuff going on while you run a simulation. With only one memory module, you will most likely be memory-bandwidth limited as soon as you try a parallel simulation (single core might work without too much penalty, but probably not). |
|
December 10, 2018, 16:36 |
|
#5 |
Super Moderator
Alex
Join Date: Jun 2012
Location: Germany
Posts: 3,427
Rep Power: 49 |
||
December 11, 2018, 06:53 |
I apologies
|
#6 |
Member
ijaz fazil
Join Date: Apr 2013
Location: Singapore
Posts: 73
Rep Power: 13 |
Hi I do apologies
I got confused on Number of RAM slots and Number of cores. I was of thought number of RAM slots should be equivalent to number of cores. So each core will access particular RAM only. So when a RAM stick is removed from its slot, that assigned core will not work, I just understood it on repeated trial and errors |
|
December 12, 2018, 11:31 |
|
#7 | |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,752
Rep Power: 66 |
Quote:
No that's not how it works at all. Individual cores do not communicate with individual ram sticks. It should be quite obvious that there are 28-core CPU dies but there is no machine that has 28 ram sticks in it currently. RAM is organized into banks and accessed via channels. Cores communicate with RAM through memory controllers. On one cpu-die, there is usually only one memory controller and all cores access the same RAM bank the same way. A RAM bank is like the street/road between CPU and RAM and the and the number of RAM channels is like the number of lanes on that street. |
||
December 12, 2018, 22:36 |
Thank you
|
#8 |
Member
ijaz fazil
Join Date: Apr 2013
Location: Singapore
Posts: 73
Rep Power: 13 |
Dear Lucky
Thank you for clarification |
|
Tags |
openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
LES, Courant Number, Crash, Sudden | Alhasan | OpenFOAM Running, Solving & CFD | 5 | November 22, 2019 03:05 |
M.2 SSD as substitude for RAM...optimum core number | fonograph | Hardware | 1 | January 14, 2018 06:26 |
Reynolds number openfoam simulation | nous_marp | OpenFOAM Programming & Development | 3 | July 8, 2015 03:35 |
Suggestion for a new sub-forum at OpenFOAM's Forum | wyldckat | Site Help, Feedback & Discussions | 20 | October 28, 2014 10:04 |
Unaligned accesses on IA64 | andre | OpenFOAM | 5 | June 23, 2008 11:37 |