Search found 13 matches

by xsh
Tue May 19, 2020 6:30 pm
Forum: code_saturne usage
Topic: How to test the computing performance of code_saturne
Replies: 7
Views: 4539

Re: How to test the computing performance of code_saturne

Hello,
Thank you very much for your reply, unfortunately, I don't have a grid with 10,000 or more cells, so I hope you can publish the simplified benchmark test case you mentioned as soon as possible.
Regards,
by xsh
Tue May 19, 2020 1:41 pm
Forum: code_saturne usage
Topic: How to test the computing performance of code_saturne
Replies: 7
Views: 4539

Re: How to test the computing performance of code_saturne

Thanks for your reply.However,I'm running out of time now, is there any other way to test. I see that you provide some simple tutorials such as simple_junction, full_domain, stratified_junction. Can they be used for simple comparison?
by xsh
Mon May 18, 2020 5:51 pm
Forum: code_saturne usage
Topic: How to test the computing performance of code_saturne
Replies: 7
Views: 4539

Re: How to test the computing performance of code_saturne

Thanks for your reply, I think I don't have a suitable test case now, so I want to try the simplified benchmark test case you said. Where should I get it and use it?
by xsh
Mon May 18, 2020 4:18 pm
Forum: code_saturne usage
Topic: How to test the computing performance of code_saturne
Replies: 7
Views: 4539

How to test the computing performance of code_saturne

I installed code_saturne on two platforms. The CPU of one platform is x86 64bit and the operating system is ubuntu. The CPU of the other platform is armv8 and the operating system is also ubuntu. I want to test the performance difference of code_saturne on these two different platforms, is there any...
by xsh
Wed May 06, 2020 4:19 pm
Forum: code_saturne usage
Topic: Code Saturne tutorial:simple junction
Replies: 8
Views: 3200

Code Saturne tutorial:simple junction

I follow the PDF tutorial "code Saturn version 5.0 tutorial:Simple junction "to practice, but I encountered a little trouble when I went to this step. The tutorial let me choose “SIMPLE” algorithm in the" Velocity_Pressure algorithm "option. 2020-05-06 23-18-00屏幕截图.png but my cod...
by xsh
Fri May 01, 2020 2:16 pm
Forum: code_saturne usage
Topic: Code_Saturne tutorial simple junction
Replies: 1
Views: 1571

Code_Saturne tutorial simple junction

I followed the tutorial step by step, and there was an error when I executed the command“$ cd simple junction/MESH/ $ cp /projets/echanges.004/ITECH CS TRAINING/meshes/1-simple junction/downcomer.des .” “/projets/echanges.004/ITECH CS TRAINING/meshes/1”There is no file or directory. When installing ...
by xsh
Sat Apr 25, 2020 9:58 am
Forum: Installation issues
Topic: GUI ISSUE
Replies: 8
Views: 5423

Re: GUI ISSUE

i got it!thank you very much,Yvan Fournier.
i install PyQt5 by"sudo apt-get install pyqt5-dev"and"sudo apt-get install pyqt5-dev-tools"
hope this can help more people!
by xsh
Sat Apr 25, 2020 9:19 am
Forum: Installation issues
Topic: GUI ISSUE
Replies: 8
Views: 5423

Re: GUI ISSUE

i install PyQt5 by"pip3 install PyQt5",install sip by"pip3 install sip" install qt5 by"sudo apt install qt5-default"
I am a novice,can you tell me where the ubuntu PyQt5 packages are,and how can i install them in my ubuntu
by xsh
Fri Apr 24, 2020 4:00 pm
Forum: Installation issues
Topic: GUI ISSUE
Replies: 8
Views: 5423

Re: GUI ISSUE

yes,you are right.i set Python to /usr/bin/python3,and it works.
but i have another trouble now.it seems that there are some problems with pyrcc5
2020-04-24 22-50-38屏幕截图.png
by xsh
Fri Apr 24, 2020 3:02 pm
Forum: Installation issues
Topic: GUI ISSUE
Replies: 8
Views: 5423

Re: GUI ISSUE

you see ,i have installed PyQt5 by"pip3 install PyQt5"
but during configuration I get the following error: "configure: error: cannot find PyQt5 support (>= 5.0) or PyQt4 support (>= 4.5), Graphical User Interface cannot be installed"
2020-04-24 21-59-51屏幕截图.png