Page 2 of 2

Re: Convergence tool

Posted: Sun Nov 20, 2022 7:23 am
by jgd23
Hello Yvan,

I have only modify directly the files MainView.py

Re: Convergence tool

Posted: Sun Nov 20, 2022 11:18 am
by Yvan Fournier
Hello,

You need to reinstall the code after this, so at least re-run "make install".

Regards,

Yvan

Re: Convergence tool

Posted: Wed Nov 23, 2022 8:51 pm
by jgd23
Hello,

I am sorry for the stupid question again, but I don't succeed to do this.

I run in my build directory.
$ ../code_saturne-7.2.0/configure
$ make
$ make install

make install need to be done with high permission level is it normal ?

The re-install takes several minutes but in the GUI convergence tool does nothing.
Remember that I have only change manually lines in the MainView.py files. Nothing downloaded on github.

I try to reinstall in the semi automatic way "install_saturne.py". Same result

Could you tell me a more precise procedure please?

I could reinstall everything from the main download link on the code saturne website, the change in is done in MainView.py file if I do this?

Best regards

Julien

Re: Convergence tool

Posted: Thu Nov 24, 2022 4:15 pm
by Yvan Fournier
Hello,

The GitHub v7.2 branch is up to date and contains the fix, but there has not yet been a new release (7.2.1) with the fix, so the download from the main web site will not contain anything new.

You do not need administrator privileges if you install to a directory you are owner of (such as anything under $HOME).
The installation guide provides much more information if you need additional details.

It is strange that you still have te bug. Dis you check the Python file (MainView.py) in the install matches the one you modified ?

Regards,

Yvan

Re: Convergence tool

Posted: Fri Nov 25, 2022 6:57 pm
by jgd23
Hello,

I have delete all the code_saturne folders in my $HOME.
I have restart from the beginning the installation with "install_saturne.py" (the only way I can manage to install CS...)

I have still the error...

Do I need to uninstall CS with a command line. I have installation files referring to CS in $HOME/usr/local

Best regards

Julien

Re: Convergence tool

Posted: Sat Nov 26, 2022 9:09 am
by jgd23
Ok it works now.

The files that I had modified was not good...