You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked and validated the number of elements for DEFINITION_DV, DV_VALUE, DV_KIND and DV_PARAM.
if I keep DEFINITION_DV unchanged, but assign to DV_KIND, DV_PARAM and DV_VALUE just one entry I found no comply on parsing the config file, parallel_computation will work as expected, but shape_optimization "successfully" finishes showing a GNORN=0 for each of objective function I have tried! The workaround suggested by Pedro Gomes in the CFD on line site, has not worked.
I have a 2D model, which is my "smaller" dataset, and can provide the slurm config and SU2 config. The mesh file size is 31801880 bytes. If those are ok to you, I can upload them.
I have submited SU2 to an HPC installation via SLURM:
Currently Loaded Modules:
Report bugs to http://www.open-mpi.org/community/help/
python version:-------------------------------------------------
~/miniconda3/bin/python
Python 3.9.1
Give a clear and concise description of what the bug is and what you expect the behavior to be instead. Please provide enough instructions and data for a developer to reproduce the problem (config, mesh, commands, etc.). Please provide the smallest working example that reproduces the problem.
Bug report checklist Please make sure that you have followed the checklist below, many common problems can be solved by:
Hi, @jaspe55 Sorry that it took so long to get back to you on this topic, but what is the exact command that you are using, do you use one of the python scripts?
Hello! I was using the python script "shape_optimization". I wanted to
leave out some design variables to ensure they will not be modified (i.e.
fixing the extremities of a nozzle, for example), but apparently it was not
working when trying that.
I have checked and validated the number of elements for DEFINITION_DV, DV_VALUE, DV_KIND and DV_PARAM.
if I keep DEFINITION_DV unchanged, but assign to DV_KIND, DV_PARAM and DV_VALUE just one entry I found no comply on parsing the config file, parallel_computation will work as expected, but shape_optimization "successfully" finishes showing a GNORN=0 for each of objective function I have tried! The workaround suggested by Pedro Gomes in the CFD on line site, has not worked.
I have a 2D model, which is my "smaller" dataset, and can provide the slurm config and SU2 config. The mesh file size is 31801880 bytes. If those are ok to you, I can upload them.
I have submited SU2 to an HPC installation via SLURM:
Currently Loaded Modules:
mpicc version:-------------------------------------------------
Using built-in specs.
COLLECT_GCC=/opt/ohpc/pub/compiler/gcc/7.3.0/bin/gcc
COLLECT_LTO_WRAPPER=/opt/ohpc/pub/compiler/gcc/7.3.0/libexec/gcc/x86_64-pc-linux-gnu/7.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure --disable-multilib --enable-languages=c,c++,fortran --prefix=/opt/ohpc/pub/compiler/gcc/7.3.0 --disable-static --enable-shared
Thread model: posix
gcc version 7.3.0 (GCC)
mpicxx version:-------------------------------------------------
Using built-in specs.
COLLECT_GCC=/opt/ohpc/pub/compiler/gcc/7.3.0/bin/g++
COLLECT_LTO_WRAPPER=/opt/ohpc/pub/compiler/gcc/7.3.0/libexec/gcc/x86_64-pc-linux-gnu/7.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure --disable-multilib --enable-languages=c,c++,fortran --prefix=/opt/ohpc/pub/compiler/gcc/7.3.0 --disable-static --enable-shared
Thread model: posix
gcc version 7.3.0 (GCC)
mpirun version:-------------------------------------------------
mpirun (Open MPI) 1.10.7
Report bugs to http://www.open-mpi.org/community/help/
python version:-------------------------------------------------
~/miniconda3/bin/python
Python 3.9.1
Give a clear and concise description of what the bug is and what you expect the behavior to be instead. Please provide enough instructions and data for a developer to reproduce the problem (config, mesh, commands, etc.). Please provide the smallest working example that reproduces the problem.
Bug report checklist
Please make sure that you have followed the checklist below, many common problems can be solved by:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: