Search found 29 matches

by fracenvi
Thu Oct 17, 2024 2:16 pm
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 22
Views: 3994

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: 3994

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: 3994

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: 3994

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: 3994

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: 3994

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: 3994

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: 3994

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...
by fracenvi
Mon Sep 23, 2024 11:01 am
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 22
Views: 3994

Re: Library not found with custom compile file

Hello, I tried to install once again the code using the same libraries and configuration options to make sure that the hdf5 versions (between configure and compile) match, as well as re-running my case but once again it gives me the "not found library" error. Here it is the command line i ...
by fracenvi
Fri Sep 20, 2024 2:10 pm
Forum: code_saturne usage
Topic: Library not found with custom compile file
Replies: 22
Views: 3994

Re: Library not found with custom compile file

Hello, In my terminal i have no relevant information. Screenshot 2024-09-20 alle 14.10.32.png In the only log that i have (compile.log), everything seems to be linked in the right way. In the following is the last line of the terminal: /usr/bin/cc -o /home/cenvinzf@coria.fr/workdir/full_coupling/cas...