|
[Sponsors] |
October 10, 2013, 11:17 |
libSU2.py and libSU2_run.py V2.0.8
|
#1 |
Member
Tom Jentink
Join Date: Jan 2013
Posts: 61
Rep Power: 13 |
In my recent compile of 2.0.8 (with mpi) I noticed I don't have libSU2.py or libSU2_run.py in my bin directory.
I have them in a bin directory from an earlier serial install - do I have to do a serial install to get those in the correct place with 'make install' ? |
|
October 11, 2013, 16:53 |
|
#2 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hi Tom,
The Python scripts received a major overhaul during the recent developer releases. These python libraries should no longer be required with V2.0.8. Cheers, Tom |
|
October 15, 2013, 09:19 |
|
#3 |
Member
Tom Jentink
Join Date: Jan 2013
Posts: 61
Rep Power: 13 |
I thought I was running mesh_adaptation.py with my 2.0.8 intall when I got the message saying I didn't have libSU2.py or libSU2_run.py, but maybe it was when I was playing with several different versions.
However, mesh_adaptation.py is still giving me errors; I was wondering why it would look for ADJ_OBJFUNC if I'm not running any adjoint problems? I tend to delete all lines from a cfg file I'm using that are not applicable to the problem I'm running. -------------------------------------------------------------------------------------- File "/home/tjentink/su2-mpi/bin/mesh_adaptation.py", line 90, in mesh_adaptation objfunc = params_get['ADJ_OBJFUNC'] |
|
|
|