To what factors process number depends?

Everything related to the preinstalled test cases in COHERENS. Additionally, you can find here the necessary files to setup a test case.If you have developed a new test case and you want to share it with other users, feel free to post a new thread.

Moderator: Katrijn

Post Reply
Sou
Posts: 51
Joined: Wed Sep 03, 2014 7:46 pm
Full name: Soudeh Afsharian

To what factors process number depends?

Post by Sou »

Hello,
How do I know what number fits best the process in parallellisation?
I know it helps to simulate better, but is it suggested? (in manual it says that it's optional)
Thanks,
Sue
Katrijn
Posts: 87
Joined: Fri Nov 29, 2013 3:04 pm
Full name: Katrijn Baetens

Re: To what factors process number depends?

Post by Katrijn »

Hi Sou,
What I personally do is let the parallel machine divide my domain in different area's and then check what's the most efficient number of processes. What is optional in the code is that you can manually divide your domain, so the land parts of the domain are chunked out by domain division method.

Cheers,

KAtrijn
Post Reply