CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

SU2 Mutation++ shared library error

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By bigfootedrockmidget

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 24, 2024, 16:58
Default SU2 Mutation++ shared library error
  #1
New Member
 
Dillon Ryan
Join Date: Oct 2023
Posts: 1
Rep Power: 0
dryan is on a distinguished road
I have been in the process of trying to get Mutation++ to work with SU2. I have reconfigured the build file with meson setup --reconfigure build -Denable-mpp=true and ran ninja install in the build folder. When I try to run the viscwedge_mpp case I get the error:

SU2CFD: error while loading shared libraries: libmutation_.so: cannot open shared object file: No such file or directory.

Is there any advice of how to fix this issue?
dryan is offline   Reply With Quote

Old   July 25, 2024, 03:33
Default
  #2
Senior Member
 
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 596
Rep Power: 17
bigfootedrockmidget is on a distinguished road
error using mutation++


Quote:
Originally Posted by bigfootedrockmidget View Post
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
and the compiler needs to know where the mutation shared libraries are, so add the folder containing mutation to LD_LIBRARY_PATH

HTML Code:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SU2_HOME/subprojects/Mutationpp
dryan likes this.
bigfootedrockmidget is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
failing to decompose merged meshes Marcelinus OpenFOAM Pre-Processing 0 May 31, 2024 06:46
decomposePar problem: Cell 0contains face labels out of range vaina74 OpenFOAM Pre-Processing 37 July 20, 2020 05:38
long error when using make-install SU2_AD. tomp1993 SU2 Installation 3 March 17, 2018 06:25
[swak4Foam] GroovyBC the dynamic cousin of funkySetFields that lives on the suburb of the mesh gschaider OpenFOAM Community Contributions 300 October 29, 2014 18:00
ParaView for OF-1.6-ext Chrisi1984 OpenFOAM Installation 0 December 31, 2010 06:42


All times are GMT -4. The time now is 20:31.