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

SU2 process was terminated by signal '11'

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 22, 2017, 22:41
Question SU2 process was terminated by signal '11'
  #1
Member
 
tom pratt
Join Date: Jan 2016
Posts: 55
Rep Power: 10
tomp1993 is on a distinguished road
Hi,
i am trying to run shape_optimization.py on 5.0.0,
my input is :
>
Code:
/home/tomp/SU2/su2-5.0.0/bin/shape_optimization.py -f convoptcfg.cfg -n 0
and am returned:
Code:
-------------------------------------------------------------------------
|    ___ _   _ ___                                                      |
|   / __| | | |_  )   Release 5.0.0 "Raven"                             |
|   \__ \ |_| |/ /                                                      |
|   |___/\___//___|   Aerodynamic Shape Optimization Script             |
|                                                                       |
-------------------------------------------------------------------------
| SU2 Lead Dev.: Dr. Francisco Palacios, Francisco.D.Palacios@boeing.com|
|                Dr. Thomas D. Economon, economon@stanford.edu          |
-------------------------------------------------------------------------
| SU2 Developers:                                                       |
| - Prof. Juan J. Alonso's group at Stanford University.                |
| - Prof. Piero Colonna's group at Delft University of Technology.      |
| - Prof. Nicolas R. Gauger's group at Kaiserslautern U. of Technology. |
| - Prof. Alberto Guardone's group at Polytechnic University of Milan.  |
| - Prof. Rafael Palacios' group at Imperial College London.            |
-------------------------------------------------------------------------
| Copyright (C) 2012-2017 SU2, the open-source CFD code.                |
|                                                                       |
| SU2 is free software; you can redistribute it and/or                  |
| modify it under the terms of the GNU Lesser General Public            |
| License as published by the Free Software Foundation; either          |
| version 2.1 of the License, or (at your option) any later version.    |
|                                                                       |
| SU2 is distributed in the hope that it will be useful,                |
| but WITHOUT ANY WARRANTY; without even the implied warranty of        |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
| Lesser General Public License for more details.                       |
|                                                                       |
| You should have received a copy of the GNU Lesser General Public      |
| License along with SU2. If not, see <http://www.gnu.org/licenses/>.   |
-------------------------------------------------------------------------
Found: NSconemesh-78k-FFD.su2
Found: restart_flow.dat
New Project: ./
Removing old designs in 10s. Done!

Sequential Least SQuares Programming (SLSQP) parameters:
Number of design variables: 34 ( 34 ) 
Objective function scaling factor: [0.001]
Maximum number of iterations: 100
Requested accuracy: 1e-09
Initial guess for the independent variable(s): [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
Lower and upper bound for each independent variable: [(-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1), (-0.1, 0.1)]

SU2 process was terminated by signal '11'
my env variables (SU2 HOME,RUN; PYTHONPATH) are all set correctly, i am using python 2.7.5 on Red Hat 4.8.5-11

any help appreciated?
Tom
tomp1993 is offline   Reply With Quote

Old   June 26, 2017, 12:02
Default
  #2
Super Moderator
 
Tim Albring
Join Date: Sep 2015
Posts: 195
Rep Power: 10
talbring is on a distinguished road
Hi Tom,

are you sure that '-n 0' is what you want (which means you want to run it with 0 cpus ) ?

Tim
talbring is offline   Reply With Quote

Old   June 26, 2017, 13:00
Default
  #3
Member
 
tom pratt
Join Date: Jan 2016
Posts: 55
Rep Power: 10
tomp1993 is on a distinguished road
Hi tim,
I was trying to run it without mpi, I have also tried with -n 1 and without the n flag altogether. I get the same fault in all cases.
Thanks Tom.
tomp1993 is offline   Reply With Quote

Old   June 27, 2017, 03:48
Default
  #4
Super Moderator
 
Tim Albring
Join Date: Sep 2015
Posts: 195
Rep Power: 10
talbring is on a distinguished road
Ok, then add the option "-q FALSE" and paste the output (only the error maybe).
talbring is offline   Reply With Quote

Old   June 28, 2017, 10:56
Default
  #5
Member
 
tom pratt
Join Date: Jan 2016
Posts: 55
Rep Power: 10
tomp1993 is on a distinguished road
Hi Tim,
so i tried
Code:
/home/tp/SU2/su2-5.0.0/bin/shape_optimization.py -f convoptcfg.cfg -q FALSE
and again got:
Code:
./DESIGNS/DSN_001
SU2 process was terminated by signal '11'
after the usual intro.

the only files left in /DSN_001/DIRECT/ are config, mesh and restart flow dat file.

thanks
Tom
tomp1993 is offline   Reply With Quote

Old   March 1, 2018, 04:32
Exclamation
  #6
New Member
 
Bingfei
Join Date: Nov 2015
Posts: 25
Rep Power: 10
lbfhappy is on a distinguished road
I'm facing the same problem when I'm trying to run shape_optimization.py on 5.0.0 on a mesh made by myself.

Did you solve this problem Tom? @tomp1993

Does anyone know how to solve this problem?

Thanks!!!
lbfhappy is offline   Reply With Quote

Reply

Tags
python, signal 11, su2


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
[ImmersedBoundary] About the moving immersed boundary tutorial: icoDyMIbFoam+movingCylinderInChannelIco wyldckat OpenFOAM Community Contributions 25 September 14, 2021 17:15
Segmentation fault in SU2 V5.0 ygd SU2 2 March 1, 2017 04:38
The fl process could not be started because of UDF majid_kamyab Fluent UDF and Scheme Programming 6 December 15, 2015 08:42
VOF Transient Error rkanesan OpenFOAM Running, Solving & CFD 0 November 13, 2014 19:38
Backtrace errors while running on a HPC with buoyantBoussinesqSimpleFoam Thangam OpenFOAM Running, Solving & CFD 2 July 11, 2014 23:39


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