Search found 30 matches

by fracenvi
Sat Dec 07, 2024 4:44 pm
Forum: code_saturne usage
Topic: Missing "stress_normal" field present in setup.xml
Replies: 2
Views: 68

Re: Missing "stress_normal" field present in setup.xml

Hello, How can i access it then? Beacuse in post-processing i can see both "Normal_stress" and "Stress" as boundary fields and i think the boundary_stress field you are mentioning only refers to "Stress". Eventually, if i have to evaluate it sohuld i refer to the user e...
by fracenvi
Fri Dec 06, 2024 2:54 pm
Forum: code_saturne usage
Topic: Missing "stress_normal" field present in setup.xml
Replies: 2
Views: 68

Missing "stress_normal" field present in setup.xml

Hello, I'm trying to run a calculation in which i try to couple ANN resolution for certain fields with the standard numerical resolution and i need to collect certain data every n time steps. One of them is the measure of the normal stress (that i can easily collect during the postprocess phase) whi...
by fracenvi
Thu Oct 17, 2024 2:16 pm
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 22
Views: 5387

Re: Library not found with custom compile file

Hello Yvan,

Actually i did manage to find which was the mistake, it related to my C++ implementation of the neural network. After debugging it, now the code is actually running smoothly, giving back all of the needed output files.

Thanks for the help and regards,
Francesco
by fracenvi
Tue Oct 08, 2024 4:55 pm
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 22
Views: 5387

Re: Library not found with custom compile file

hello, I do run the code from an ssh connection since i have no access to the machine at the moment and is a standard Ubuntu machine. When adding the --initalize option i actually have the run_solver and the cs_solver executable files (attached here), the following is the output of "ldd cs_solv...
by fracenvi
Tue Oct 08, 2024 10:58 am
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 22
Views: 5387

Re: Library not found with custom compile file

Hello, This is the output of the terminal when i run the code: Screenshot 2024-10-08 alle 10.55.06.png I cannot see any run_solver or cs_solver yet in the RESU folder. I attached all of the output files produced at the time i run the mentioned instance (i did not attach the restart folder because is...
by fracenvi
Mon Oct 07, 2024 6:08 pm
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 22
Views: 5387

Re: Library not found with custom compile file

Hello, I did as you suggested and now it seems that the code sees libple.so (as shown in the output of ldd cs_solver, obtained via external compile of the source files). Screenshot 2024-10-07 alle 18.11.32.png Yet, when i do launch the run command, no output is produced again (same when i compile ex...
by fracenvi
Mon Oct 07, 2024 2:12 pm
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 22
Views: 5387

Re: Library not found with custom compile file

Hello, The paths necessitate of the "@coria.fr" addition since it is the standard username definition for my lab. Here it is the output of ldd for a running case: Screenshot 2024-10-07 alle 14.10.27.png This one is when i do it in the installation directory: Screenshot 2024-10-07 alle 14.1...
by fracenvi
Mon Oct 07, 2024 10:33 am
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 22
Views: 5387

Re: Library not found with custom compile file

Hello, The reason you only see those files is because those are the only ones i got when i run the code, when adding the external library. So, for the OS it is a simple Ubuntu 22.04.3 LTS and it gives me no problem at all with the other configurations i tried to run (always without the PyTorch libra...
by fracenvi
Fri Oct 04, 2024 6:00 pm
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 22
Views: 5387

Re: Library not found with custom compile file

Hello, I tried to do the same thing you suggested for libple.so.2: cs_couple compile --cxxflags='-std=c++17 -std=gnu++17 -I/home/cenvinzf@coria.fr/libtorch/include -I/home/cenvinzf@coria.fr/libtorch/include/torch/csrc/api/include' --libs='-L/home/cenvinzf@coria.fr/libtorch/lib -lc10 -ltorch -ltorch_...
by fracenvi
Wed Oct 02, 2024 6:32 pm
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 22
Views: 5387

Re: Library not found with custom compile file

Hello, I did manage to sort the issue related to the libhdf5.so.200 file missing, but now it seems to be giving another issue: ./cs_solver: error while loading shared libraries: libple.so.2: cannot open shared object file: No such file or directory But i checked and it seems to be present in the rel...