I would like to reinstall CS2.0 after recent troubles with my computer. Unfortunately, the link to download it has been remove . Where can I find this folder?
PS I have already install CS3.0 and CS4.0 but I get many troubles to update my code to these versions.
I have just another question: How can I install CS2.0 just to launch some cases with the runcase file and to keep the use of CS4.0 with terminal command like: "code_saturne create or gui'?
That's what I have been tried to do but without success. Now I get the following error launching CS2.0 runcase file: /usr/local/bin/cs_preprocess: error while loading shared libraries: libbft.so.1: cannot open shared object file: No such file or directory
This file is located in /usr/local/lib. Could you give me some advices please?
If you installed one of the versions first without providing --prefix to the configure, you probably need to uninstall what was installed to /usr/local first.
The simplest solution is to go into the build directory for each install (ie. where you ran "configure, make make install), and run "make uninstall".
If you did not keep the build directories, remove files related to Code_Saturne in /usr/local (dependng on whether you installed other software there, all may not be Code_Saturne related, so be careful).
Otherwise, re-run the same installs you ran previously, then run "make uninstall".
Thank you really much, it works well now!!! I have followed your recommendations to install CS2.0 in a Ubuntu 14.04.3 virtual machine and I have follow the Post subject: "Problem with libsaturne.so.0" and simply run ldconfig in centOS5.0 server.