Search found 148 matches

by daniele
Thu Sep 15, 2022 3:45 pm
Forum: code_saturne usage
Topic: Free memory constantly decreasing
Replies: 9
Views: 42189

Re: Free memory constantly decreasing

Hello, Thank you for checking all this. The beta function is already available in the CS sources v7. You can find it at le line 195 of the cs_turbulence_kw.c (DDES). The only two additional allocated arrays that are created following the activation of this model are correctly freed at the end of the...
by daniele
Wed Sep 14, 2022 12:47 pm
Forum: code_saturne usage
Topic: Free memory constantly decreasing
Replies: 9
Views: 42189

Re: Free memory constantly decreasing

with the last attachement that couldn't be uploaded in the previous post...
by daniele
Wed Sep 14, 2022 12:46 pm
Forum: code_saturne usage
Topic: Free memory constantly decreasing
Replies: 9
Views: 42189

Re: Free memory constantly decreasing

Hello Yvan, Thank you for your help. I have found out that I had a beta function (for turbulence modeling) of CS v7 activated that seems to be the source of the memory leak. Switching to a "standard" turbulence model, memory does not seem to decrease anymore. Anyway, I have done what you s...
by daniele
Mon Sep 12, 2022 2:31 pm
Forum: code_saturne usage
Topic: Free memory constantly decreasing
Replies: 9
Views: 42189

Free memory constantly decreasing

Hello, I am using v7 and facing some memory issues: the free memory of the nodes I run the job on is constantly decreasing, and the job at the end crashes. I have tried to run the job removing all user routines but the problem remains. Running the code with Valgrind indicates 0 bytes definitely or i...
by daniele
Wed May 18, 2022 8:47 am
Forum: code_saturne usage
Topic: modify cs_turbulence_kw.c
Replies: 1
Views: 1138

modify cs_turbulence_kw.c

Hello,

Maybe it is a stupid question, but if I wanted to modify a routine such as the cs_turbulence_kw.c, I guess I am obliged to re-compile the code? I.e., I cannot just include it inside the SRC folder...?

Thank you very much for your help.
Kind regards,
Daniele
by daniele
Fri Apr 08, 2022 3:16 pm
Forum: code_saturne usage
Topic: restart problems with v7
Replies: 10
Views: 8205

Re: restart problems with v7

Hello, To answer your previous post, we doubled checked and the jobs run correctly on all the processors: i.e., the report of 20 seems to be wrong, the specific job ran on two nodes of 40 processeurs each. I also checked my old jobs, and found out this reporting inconsistency also for versions 5 and...
by daniele
Fri Feb 11, 2022 9:40 am
Forum: code_saturne usage
Topic: restart problems with v7
Replies: 10
Views: 8205

Re: restart problems with v7

Hello, Here are the lines inside run_solver.log: Local case configuration: Date: … System: Linux 3.10.0-1127.19.1.el7.x86_64 Machine: node112 Processor: model name : Intel(R) Xeon(R) Gold 6230 CPU @ 2.10GHz Memory: 191887 MB User: ... Directory: … MPI ranks: 80 (appnum attribute: 0) MPI ranks per no...
by daniele
Wed Feb 09, 2022 4:42 pm
Forum: code_saturne usage
Topic: restart problems with v7
Replies: 10
Views: 8205

Re: restart problems with v7

Hello, I have collected some information about my system, I am not an expert on these aspects, so if you need further details do not hesitate: …/modulefiles/tools/openmpi/2.1.1-ucx: module load ucx/1.5.1 prereq ucx/1.5.1 module-whatis Implementation mpi conflict openmpi setenv MPI_ROOT /…/openmpi/2....
by daniele
Tue Jan 04, 2022 12:15 pm
Forum: code_saturne usage
Topic: restart problems with v7
Replies: 10
Views: 8205

Re: restart problems with v7

Sorry Yvan I missed your last post on this topic, that's why I have not replied before.
I will try to collect the information about our MPI environment and also try to build a small test case (the actual one is too big to be shared).

Thank you (and happy new year!),
Best regards,
Daniele
by daniele
Tue Jan 04, 2022 10:41 am
Forum: code_saturne usage
Topic: activate post-processing for user defined field
Replies: 1
Views: 1431

activate post-processing for user defined field

Hello, I have created a user defined field inside cs_user_parameters.c (I underline .c), through "cs_field_create". Nevertheless, I am not able to find a way to activate its post-processing... Anybody knows what is the function I have to use for that? Thank you very much in advance. Best r...