|
[Sponsors] |
March 1, 2022, 17:46 |
|
#481 | |
New Member
Roland Siemons
Join Date: Mar 2021
Posts: 13
Rep Power: 5 |
Quote:
Logs say: Code:
decomposePar: error while loading shared libraries: libfiniteArea.so: cannot open shared object file: No such file or directory Code:
blockMesh: error while loading shared libraries: libblockMesh.so: cannot open shared object file: No such file or directory Code:
surfaceFeatureExtract: error while loading shared libraries: libfileFormats.so: cannot open shared object file: No such file or directory Code:
simpleFoam: error while loading shared libraries: libfiniteVolume.so: cannot open shared object file: No such file or directory Code:
snappyHexMesh: error while loading shared libraries: libfiniteVolume.so: cannot open shared object file: No such file or directory /lib/openfoam/openfoam2012/platforms/linux64GccDPInt32Opt/lib/libfiniteArea.so /lib/openfoam/openfoam2012/platforms/linux64GccDPInt32Opt/lib/libblockMesh.so /lib/openfoam/openfoam2012/platforms/linux64GccDPInt32Opt/lib/libfileFormats.so /lib/openfoam/openfoam2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so Could it be a PATH issue? (Am investigating that further) Perhaps you do have a suggestion. Greetz, R |
||
March 2, 2022, 13:23 |
|
#482 | |
Senior Member
Join Date: May 2012
Posts: 551
Rep Power: 16 |
Quote:
In post #477 you show a dict file that is identical to the basecase file. This should not be the case after the sed command. You should have "method scotch;" in the decomposeParDict file in your run_* folder. Yes perhaps. Not sure how openfoam.com installs. Some years back it was in a Docker container if I remember correctly. |
||
March 3, 2022, 00:05 |
|
#483 |
Senior Member
Will Kernkamp
Join Date: Jun 2014
Posts: 371
Rep Power: 14 |
Roland, the messages say that a mesh was already generated. Could it be that you ran it in the basecase directory for some reason? When you copy the basecase, these meshing files would be copied along.
|
|
March 3, 2022, 23:21 |
opteron overclock on H8QG6 Motherboard
|
#484 |
Senior Member
Will Kernkamp
Join Date: Jun 2014
Posts: 371
Rep Power: 14 |
This is still the same supermicro opteron server with the H8QG6-F Motherboard, 32x8Gb DDR3-1600 single rank, for 4x Opteron 6376.
I have found since the last post that the On Demand governor yields better results, because the opterons turbo higher when some cores are idling. Furthermore, I made some changes to the default openmpi process placement for np=2,12,24 and 48. The default tended to place processes together on adjacent integer cores. These cores share a single FPU, but also cache, so for cache this is good, but for openfoam it is not. (The difference is ~45% for the 2 core case.) The baseline result before Overclock is: 1 2161.03 2 1045.07 4 506.82 8 249.7 12 193.92 16 145.46 24 110.93 32 93.86 48 87.21 64 85.53 After overclock using a motherboard base clock of 240 MHz instead of 200 MHz, the results are: 1 2112.27 2 1026.49 4 492.64 8 241.08 12 183.19 16 134.26 24 100.11 32 84.72 48 82.74 64 79.54 This overclock was accomplished with the OCNG5.3 BIOS. It is easy t do. Follow instructions here: https://hardforum.com/threads/ocng5-...forms.1836265/ The temperatures did not go high, so the board can still be clocked higher. The ram can also be overclocked. I will try 1866 MHz. In the past the execution time was about inversely proportional to RAM speed. |
|
March 29, 2022, 13:35 |
|
#485 |
Member
Ron Burnett
Join Date: Feb 2013
Posts: 42
Rep Power: 13 |
HP DL560 G8
4x E5-4610v2 16x 8Gb 2Rx4 PC3L-12800R Ubuntu 20.04 and OF8 Code:
cores snappy simulation simulation power 1 37:21 1253 4 13:07 268 290 8 7:55 143 325 12 6:22 103 355 16 6:04 82 390 24 4:31 64 450 28 4:03 59 480 32 3:58 56 510 this one was $520 shipped. And, while this seems satisfying at the moment, there's always the question of finding a few more horsepower. Any suggestions? |
|
March 30, 2022, 00:59 |
|
#486 |
Senior Member
Will Kernkamp
Join Date: Jun 2014
Posts: 371
Rep Power: 14 |
You can invest in PC3-14900R 1866 MHz memory. Your time will reduce by nearly a factor of 1600/1866
|
|
March 30, 2022, 01:13 |
|
#487 | |
Senior Member
Will Kernkamp
Join Date: Jun 2014
Posts: 371
Rep Power: 14 |
Quote:
You can increase the memory speed to 1866 MHz if you replace CPU's with either one of these E5 v2 CPU's: E5-4627v2, 4640v2, 4650v2, 4624Lv2 and 4657Lv2. I have several servers with dual E5-4627v2. They do the benchmark in 100 sec (Using 1866 Memory speed.) I think it is 116 seconds with 1600 MHz. On one of them I force PC3L-1333 MHz memory to 1866 MHz and 1.5V without a problem. I think you might dip below 50 seconds if you do that. |
||
March 30, 2022, 16:07 |
AMD EPYC 7543 Performance
|
#488 |
New Member
Gauteng
Join Date: Jul 2020
Posts: 6
Rep Power: 6 |
Out the box Supermicro Desktop Tower System from Boston
Dual 32Core AMD EPYC 7543 - 256GB 3200 RAM - Running WSL2 in Windows 10 - OpenFOAM 9 - SMT disabled Prepare case run_16... Running surfaceFeatures on /mnt/e/BENCHMARK/run_16 Running blockMesh on /mnt/e/BENCHMARK/run_16 Running decomposePar on /mnt/e/BENCHMARK/run_16 Running snappyHexMesh in parallel on /mnt/e/BENCHMARK/run_16 using 16 processes real 6m0.637s user 65m32.943s sys 1m45.140s Prepare case run_32... Running surfaceFeatures on /mnt/e/BENCHMARK/run_32 Running blockMesh on /mnt/e/BENCHMARK/run_32 Running decomposePar on /mnt/e/BENCHMARK/run_32 Running snappyHexMesh in parallel on /mnt/e/BENCHMARK/run_32 using 32 processes real 6m50.431s user 95m35.497s sys 3m45.442s Prepare case run_64... Running surfaceFeatures on /mnt/e/BENCHMARK/run_64 Running blockMesh on /mnt/e/BENCHMARK/run_64 Running decomposePar on /mnt/e/BENCHMARK/run_64 Running snappyHexMesh in parallel on /mnt/e/BENCHMARK/run_64 using 64 processes real 12m41.292s user 268m15.494s sys 8m57.240s Run for 16... Run for 32... Run for 64... # cores Wall time (s): ------------------------ 16 42.51 32 31.18 64 25.99 |
|
March 30, 2022, 19:44 |
|
#489 | |
Member
Ron Burnett
Join Date: Feb 2013
Posts: 42
Rep Power: 13 |
Quote:
|
||
March 31, 2022, 09:34 |
2x Intel Xeon 8173M 56 cores with 12*16GB DDR4 2666 RECC memory
|
#490 |
New Member
CH Xu
Join Date: Jan 2013
Posts: 6
Rep Power: 13 |
Here's my results for 2x Intel Xeon Platinum 8173M 56 cores with 12*16GB DDR4 2666 RECC memory on a Supermicro motherboard:
Code:
# cores Wall time (s): ------------------------ 1 1090.33 2 547.38 4 250.41 6 160.19 12 85.7 16 66.51 20 56.2 24 49.75 48 35.44 56 33.84 |
|
April 16, 2022, 12:54 |
|
#491 | |
New Member
Alexander Kazantcev
Join Date: Sep 2019
Posts: 24
Rep Power: 7 |
Quote:
without tuning at bios Supermicro X12 DDW A6 the same OpenFOAM version flow mesh 1 817.35 19m22,924s 4 204.79 7m10,502s 8 108.29 4m19,569s 12 80.9 3m34,434s 16 65.61 3m6,958s 24 50.72 2m23,219s 32 43.84 2m14,769s 40 48.17 3m22,607s 48 45.78 3m28,241s 56 unknown 2m31,867s 60 43.02 2m57,801s |
||
April 26, 2022, 13:02 |
|
#492 |
New Member
Join Date: Jun 2019
Posts: 1
Rep Power: 0 |
Hi all,
I ran the benchmark on a few configurations I could get my hands on: Ryzen Threadripper 3970X (32cores), 4x16GB DDR4 2133MHz, Gigabyte TRX40 AORUS PRO WIFI Code:
# cores Wall time (s): ------------------------ 1 627.58 2 369.89 4 188.68 8 118.69 12 113.76 16 106.68 20 110.7 24 107.11 30 108.41 32 107.71 2x EPYC 7302 (2x16cores), 16x16 DDR4 3200MHz, Supermicro H11DSi-NT Rev2 Code:
# cores Wall time (s): ------------------------ 1 738.07 2 390.51 4 169.63 6 107.2 8 80.55 12 54.59 16 41 24 33.98 32 28.03 Code:
# cores Wall time (s): ------------------------ 1 719.75 2 367.03 4 156.85 6 101.61 8 76.86 12 53.69 16 40.29 24 32.71 32 26.73 48 23.02 64 20.97 |
|
April 28, 2022, 14:01 |
|
#493 |
Senior Member
Join Date: May 2012
Posts: 551
Rep Power: 16 |
5800X3D, 2 x 8 GB DDR4 Rank1 @ 3200 MT/s (14-14-14-14-28,1T)
OFv9, OpenSUSE Tumbleweed, GCC 11.2, kernel 5.17.4 The 1 core result is amazing and the 6 core result is pretty decent as well. I assume this is the fastest dual channel CPU for CFD right now. Well at least until someone with a large wallet can post some results for Alder Lake with DDR5 @ 6400+ MT/s EDIT: (missed the post a couple pages back, the i5-12600 with DDR5 @ 6000 MT/s is indeed faster, and not terribly expensive with a B660 motherboard, so definitely a better value if buying an entire new computer) The single-core result is 33% faster than the 5900X (from this thread). The 5900X has a single core boost up to 4.8 GHz while the 5800X3D only boosts to 4.5 GHz. Apparently the extra V-Cache is more important than the extra single-core speed. Code:
cores Simulation Meshing # (s) (min.sec) 1 314.21 12m23s 2 201.98 8m21s 4 149.98 5m05s 6 138.55 4m02s EDIT: 2 x 8 GB DDR4 Rank1 @3800 MT/s (16-16-16-16-32, 1T) Code:
cores Simulation Meshing # (s) (min.sec) 1 304 12m14 2 188 8m12 4 135 4m58 6 124 3m55 8 122 3m28 Last edited by Simbelmynė; April 30, 2022 at 05:21. Reason: Added some more benchmarks |
|
April 28, 2022, 15:21 |
|
#494 |
Super Moderator
Alex
Join Date: Jun 2012
Location: Germany
Posts: 3,427
Rep Power: 49 |
You must have missed OpenFOAM benchmarks on various hardware
Speaking of particularly deep pockets, I don't think Alder Lake is such a bad deal compared to AMDs pretty steep asking price for the 5800X3D. DDR5 is still more expensive, but the prices have come down a lot. Right now its about even between spending more for the AMD CPU vs. DDR5 memory. |
|
April 28, 2022, 17:47 |
|
#495 | |
Senior Member
Join Date: May 2012
Posts: 551
Rep Power: 16 |
Quote:
In terms of value, I agree that a complete new system with 5800X3D is not worth it. However someone with Zen or Zen2 CPU may benefit from this upgrade compared to going with a new Alder Lake system. This V-cache is probably a test for Zen4. 7000 series with ddr5 will be interesting! |
||
May 6, 2022, 08:03 |
|
#496 | |
Member
Kailee
Join Date: Dec 2019
Posts: 35
Rep Power: 6 |
Quote:
so if you do run into a little money for upgrades then I can warmly recommend the 4627v2. Check out post #416 for that config. And yes I agree those old servers deliver staggering performance/$ right now. Kai. |
||
May 7, 2022, 01:36 |
E5-2697 v2
|
#497 |
Senior Member
Will Kernkamp
Join Date: Jun 2014
Posts: 371
Rep Power: 14 |
Supermicro X9DRi-LN4+/X9DR3-LN4+ 2xE5-2697 v2 16x 8 GB DDR3-1867
Code:
Meshing Times: 1 1496.26 2 1101.94 4 597.9 8 379.49 12 294.37 16 296.97 20 249.29 24 269.57 Flow Calculation: 1 998.49 2 518.38 4 264.6 8 140.26 12 109.28 16 94.83 20 90.71 24 91.93 |
|
May 13, 2022, 04:55 |
|
#498 | |
Member
Kailee
Join Date: Dec 2019
Posts: 35
Rep Power: 6 |
Quote:
If you're not worried about energy consumption then Ivy Bridge is about as cost effective as it gets currently. Kai. |
||
May 13, 2022, 20:21 |
|
#499 |
Senior Member
Will Kernkamp
Join Date: Jun 2014
Posts: 371
Rep Power: 14 |
The result for 16 cores is about 5.5 seconds faster than same for my E5-4627v2 that turbo at 3.6 GHz. So you are right that the cache is more important than the clock. (Seems the only explanation).
|
|
May 24, 2022, 02:55 |
Improved thermal paste application
|
#500 |
Senior Member
Will Kernkamp
Join Date: Jun 2014
Posts: 371
Rep Power: 14 |
2xE5-2697 v2 16x 8GB DDR-1866 MHz OF v2112
Meshing Times: 1 1534.48 2 1003.27 4 584.09 6 404.03 8 345.7 10 300.07 12 272.53 16 243.57 18 239.14 20 212.94 22 201.89 24 203.04 Flow Calculation: 1 976.76 2 512.45 4 232.43 6 159.07 8 129.94 10 113.5 12 102.33 16 90.8 18 88.11 20 85.73 22 84.44 24 84.02 This may be the best Ivy Bridge result in this thread.. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to contribute to the community of OpenFOAM users and to the OpenFOAM technology | wyldckat | OpenFOAM | 17 | November 10, 2017 16:54 |
UNIGE February 13th-17th - 2107. OpenFOAM advaced training days | joegi.geo | OpenFOAM Announcements from Other Sources | 0 | October 1, 2016 20:20 |
OpenFOAM Training Beijing 22-26 Aug 2016 | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | May 3, 2016 05:57 |
New OpenFOAM Forum Structure | jola | OpenFOAM | 2 | October 19, 2011 07:55 |
Hardware for OpenFOAM LES | LijieNPIC | Hardware | 0 | November 8, 2010 10:54 |