|
[Sponsors] |
January 11, 2024, 13:00 |
error using mutation++
|
#1 |
New Member
lucrezia
Join Date: Jan 2024
Posts: 3
Rep Power: 2 |
Hi, I am trying to do a hypersonic simulation with SU2NEMO, but i get this error:
Mutation++ has not been configured/compiled (add '-Denable-mpp=true' to your meson string) or 2) CODI must be deactivated since it is not compatible with Mutation++. I downloaded Mutation++ from Github and I put it in the su2 folder, but i don't know if I have to do any further procedures. Thank you in advance PS I tried to put -Denable-mpp=true manually on the meson.py but it doesn't seem to solve the problem |
|
January 11, 2024, 16:44 |
|
#2 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 657
Rep Power: 19 |
you need the option -Denable-mpp=yes in the meson configuration
you also need to set this variable: Code:
export MPP_DATA_DIRECTORY=$SU2_HOME/subprojects/Mutationpp/data HTML Code:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SU2_HOME/subprojects/Mutationpp |
|
January 12, 2024, 10:09 |
|
#3 |
New Member
lucrezia
Join Date: Jan 2024
Posts: 3
Rep Power: 2 |
Thank you. When you say I need the option -Denable-mpp=yes in which file do I need to put that?
meson.build or meson.py or meson_options.txt ? |
|
January 12, 2024, 10:39 |
|
#4 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 657
Rep Power: 19 |
It is an option that you add after the meson command on the command line, so
Code:
./meson.py build -Denable-mpp Last edited by bigfootedrockmidget; January 12, 2024 at 15:25. |
|
Tags |
hypersonic flow, hypersonics, mutationpp, nemo |
|
|