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

SU2 process returned error '15' during optimization

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 23, 2021, 10:18
Default SU2 process returned error '15' during optimization
  #1
New Member
 
Bikalpa Bomjan Gurung
Join Date: Mar 2013
Posts: 12
Rep Power: 13
bikalpa10 is on a distinguished road
Hello everyone,

I am using the SU2_7.0.6 version for 3d optimization with High-Performance Computer having 40 processors on each node. My slurm file is as follows.


#!/bin/bash
#SBATCH --job-name=Delta_5
#SBATCH --nodes=3
#SBATCH --ntasks=120
#SBATCH --time=24:00:00
#SBATCH -o slurmjob-%j.out
#SBATCH -e slurmjob-%j.err

module load compiler/openmpi/3.1.0/gnu
module load python/3.6

export SU2_RUN=/home/apps/su2_7.0.6_AD_support/SU2_7.0.6/bin
export SU2_HOME=/home/apps/su2_7.0.6_AD_support/SU2_7.0.6/SU2-7.0.6
export PATH=$PATH:$SU2_RUN
export PYTHONPATH=$PYTHONPATH:$SU2_RUN


export SU2_MPI_COMMAND="mpirun -np %i %s"

shape_optimization.py -n 120 -o SLSQP -f turb_Corr_Del_5_optimisation.cfg


While using more than 1 node for optimization it runs for 2-3 iterations and the optimization stops with the error message
“SU2 process returned error '15'
Abort(811688463) on node 17 (rank 17 in comm 0): Fatal error in PMPI_Finalize: Other MPI error, error stack:
PMPI_Finalize(367)...............: MPI_Finalize failed
PMPI_Finalize(278)...............:
MPID_Finalize(1033)..............:
MPIDI_OFI_mpi_finalize_hook(1579): OFI domain close failed (ofi_init.c:1579:MPIDI_OFI_mpi_finalize_hookevic e or resource busy) ”


The process runs for 2-3 more iteration when restarting the project and the same error repeats.


Please suggest what might be causing this error and how I can overcome this issue.

Thank you
Regards
Bikalpa Bomjan Gurung
bikalpa10 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
SU2 Optimization multiple FFD boxes error StanislavKarpuk SU2 Shape Design 0 November 20, 2019 16:51
Introducing SU2 International Developers Society (IDS) fpalacios SU2 News & Announcements 1 June 17, 2019 23:38
Pointwise-SU2 joint webinar (April 29th) and SU2 v3.1.0 new release fpalacios SU2 News & Announcements 1 April 30, 2014 03:40
error 262144 and unexpected disconnect when run on 2 nodes Emily1412 SU2 Installation 1 April 10, 2014 18:08
How to setup a simple OpenFOAM cluster? TommiPLaiho OpenFOAM Installation 3 October 27, 2013 16:15


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