|
[Sponsors] |
September 1, 2022, 03:00 |
SU2 not installed with AVX architecture
|
#1 |
New Member
NDP
Join Date: Sep 2021
Posts: 4
Rep Power: 5 |
I have successfully installed SU2 in my system but while running any problem it is showing a warning " WARNING: SU2 was not compiled for an AVX-capable architecture.".
Can anyone help regarding this? How can I install SU2 with AVX- capable architecture? |
|
September 1, 2022, 18:01 |
|
#2 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 466
Rep Power: 14 |
See here https://su2code.github.io/docs_v7/Bu...-optimizations
If you don’t know details use export CXX_FLAGS="-march=native" Before running meson.py |
|
September 10, 2022, 18:13 |
|
#3 |
Member
Ercan Umut
Join Date: Aug 2022
Posts: 51
Rep Power: 4 |
I have the same error and I am curious about a thing. I have installed the mpi and run some tutorials with parallel computation. Does this error mean that simulation is not being solved by multiple cores, or something else?
|
|
September 11, 2022, 14:23 |
|
#4 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 667
Rep Power: 21 |
If you are worried that your parallelization is not working, then check:
1. that you get a speed-up if you use 1,2,4,8 cores 2. When you use 8 cores and mpi is not working correctly, you will not get a speed-up but su2 will be executed 8 times on the same core, and all the output is shown 8 times every iteration. You can get an additional speed-up by making use of vectorization. Only certain parts of the code make use of it, so the amount of speed-up differs depending on your setup. You have to compile SU2 with vectorization support. If SU2 is not compiled with vectorization but you have the keyword USE_VECTORIZATION= YES in the config file, you will get this warning. |
|
September 11, 2022, 18:48 |
|
#5 | |
Member
Ercan Umut
Join Date: Aug 2022
Posts: 51
Rep Power: 4 |
Quote:
Thanks for the tip, it was clearly faster (1.5 min faster) when computed with mpi. I also checked for a USE_VECTORIZATION keyword on the Turbulent_ONERAM6 tutorial (which I tried mpi) and there was no such line. Error was there anyway. |
||
September 13, 2022, 06:43 |
|
#6 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 466
Rep Power: 14 |
Some schemes are vectorized by default, hence the option has no effect.
On x86 you always get SSE vectorization (2 doubles), which is still faster, just not ideal since most x86 cpus also have AVX (4 doubles). |
|
Tags |
avx architecture, su2 7.4.0 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Tutorials not working | abby10 | SU2 Installation | 1 | December 28, 2021 07:35 |
Newly installed SU2 issues running testcases | SKumar12 | SU2 | 3 | October 14, 2021 11:57 |
Introducing SU2 International Developers Society (IDS) | fpalacios | SU2 News & Announcements | 1 | June 17, 2019 23:38 |
Can SU2 3.1 be installed in CYGWIN, failed many times | momo_sjx | SU2 Installation | 5 | September 19, 2014 21:34 |
Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |