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

SU2 parallel execution fails

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 22, 2024, 06:47
Default SU2 parallel execution fails
  #1
New Member
 
Ole Albers
Join Date: Mar 2024
Posts: 1
Rep Power: 0
ole854764 is on a distinguished road
Hello,
I am trying to run SU2 in parallel on a cluster using SLURM. But when I submit my shell script there are two possible errors.
I used the turb ONERAM6 example from the tutorials.
  1. When I run "srun parallel_computation.py -n 128 -f turb_ONERAM6.cfg" I get the following error: FileNotFoundError: [Errno 2] No such file or directory: 'config_CFD.cfg_tmp'
    I addition to that the file config_CFD.cfg which SU2 creates, appears but is completely empty.
  2. When I run "parallel_computation.py -n 128 -f turb_ONERAM6.cfg" SU2 just runs 128 times and I get multiple outputs.
I can't include my whole shell script which I use to execute SU2, but here are the important parts:
#!/bin/bash
#SBATCH --nodes=2
#SBATCH --ntasks-per-node=64
#SBATCH --ntasks-per-core=1
#SBATCH --time=01:00:00
#SBATCH --output=[..]/Output-%j.out
#SBATCH --error=[..]/Error-%j.err
module load su2
module load py-numpy/1.23.4
module load openmpi/4.1.5
export PATH=[...]/bin:$PATH
export SU2_RUN=[...]/bin
export PYTHONPATH=$SU2_RUN:$PYTHONPATH
srun parallel_computation.py -n 128 -f turb_ONERAM6.cfg


I already tried to find a solution to my problem everywhere, but I just don't understand it completely.
Thanks in advance
Ole
ole854764 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
type limitTemperature problem AdamRM OpenFOAM Running, Solving & CFD 6 November 16, 2023 05:55
The UDF library you are trying to load (libudf) is not compiled for parallel use almosallam Fluent UDF and Scheme Programming 1 April 1, 2023 13:22
parallel simulation fails - lscpu shows wrong number of cores boffin5 OpenFOAM Running, Solving & CFD 1 June 2, 2022 09:12
Installing SU2 v5 for Parallel Computations McAero SU2 Installation 4 December 10, 2017 17:02
parallel computation with SU2 V3.2 454514566@qq.com SU2 1 June 24, 2014 20:46


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