Search found 4145 matches

by Yvan Fournier
Tue Oct 08, 2024 3:07 pm
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 19
Views: 782

Re: Library not found with custom compile file

Hello, I do not understand why there is no visible error message at any stage. Is your machine a standard Ubuntu machine, or a VM running on a Mac ? (guessing from the junk OS X adds to folders) ? It should not make a difference in theory, but there might be subtle effects... Instead of simply runni...
by Yvan Fournier
Tue Oct 08, 2024 2:30 am
Forum: code_saturne usage
Topic: BC with convection + radiation to the ambient
Replies: 7
Views: 1189

Re: BC with convection + radiation to the ambient

Hello, Comparing logs with runs of case2 with 2 different exterior temperatures, I see that the computed temperature is not the same, but then we have the following warning: ** Information on wall temperature ------------------------------- Warning: wall temperature relaxed to 10.00 at (1680 points)...
by Yvan Fournier
Mon Oct 07, 2024 11:33 pm
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 19
Views: 782

Re: Library not found with custom compile file

Hello, In any case, remove the "pragma weak" directive in actual user files, to ensure its priority is higher than the one in the code. At this stage, after compilation, does the script generate a "run_solver" file ? Do you have any messages in the terminal, or in some log or bat...
by Yvan Fournier
Mon Oct 07, 2024 4:48 pm
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 19
Views: 782

Re: Library not found with custom compile file

Hello,

I see that libple.so is already "not found" in the basic setup (but probably works through the additional LD_LIBRARY_PATH) set by the code in run_solver).

Could you try reinstalling the code adding:

Code: Select all

LDFLAGS=-Wl,--no-as-needed
to the configure command ?

Best regards,

Yvan
by Yvan Fournier
Mon Oct 07, 2024 11:59 am
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 19
Views: 782

Re: Library not found with custom compile file

Hello, Yes, there does not seem to be anything exceptional about your install (except maybe the "@coria.fr' in the paths, but I guess that should not be a problem). Could you also post the output of "ldd cs_solver" for a working case (or in the code installation directory, in the libe...
by Yvan Fournier
Mon Oct 07, 2024 1:02 am
Forum: code_saturne usage
Topic: BC with convection + radiation to the ambient
Replies: 7
Views: 1189

Re: BC with convection + radiation to the ambient

Hello, I took a quick look but need to check more in detail. When using a thermal radiative transfer with fixed external temperature, I would expect the exchange coefficient to be set, but not the external temperature (in the user law definition). So I need to check whether the GUI is presenting a v...
by Yvan Fournier
Mon Oct 07, 2024 12:01 am
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 19
Views: 782

Re: Library not found with custom compile file

Hello, In the attached file, I see only the inputs, not the outputs, such as "run_solver". Also, you never mentioned on what type of system you are running. So if you could specify you OS version and post your config.log file (from the code installation), that might also provide useful inf...
by Yvan Fournier
Thu Oct 03, 2024 12:23 am
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 19
Views: 782

Re: Library not found with custom compile file

Hello, Could you post the run_solver file in your execution directory ? Also, odes the code run normally without the additional libary ? For PLE, you could also solve the issue in a manner similar to hdf5, but It would be interesting to first understand why you have this issue. Best regards, Yvan
by Yvan Fournier
Wed Oct 02, 2024 1:08 am
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 19
Views: 782

Re: Library not found with custom compile file

Hello, Could you replace: -L/home/cenvinzf@coria.fr/Desktop/hdf5-200/inst2/lib With: -L/home/cenvinzf@coria.fr/Desktop/hdf5-200/inst2/lib -Wl,-rpath -Wl,/home/cenvinzf@coria.fr/Desktop/hdf5-200/inst2/lib Or add export LD_LIBRARY_PATH=/home/cenvinzf@coria.fr/Desktop/hdf5-200/inst2/lib In your launch ...
by Yvan Fournier
Wed Oct 02, 2024 12:59 am
Forum: code_saturne usage
Topic: error C981
Replies: 1
Views: 341

Re: error C981

Hello, Can you confirm (as seems to be the case in your files) that you have only a GUI-based setup, and no user-defined functions ? It seems you have NaN values upon initialization, before even starting a time step. Could you test with v8.0, which is fully validated, compared to v8.1, which is an i...