Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

What happens if you use a high number of CPUs?

I run WRF model on 3 domains according to the following scheme:

dx =18000, 6000, 2000
e_we =223, 205 , 181
e_sn =223, 205 , 181

There is a rule for choosing the number of CPUs to use:

<<
For your smallest-sized domain:
((e_we)/25) * ((e_sn)/25) = most amount of processors you should use

For your largest-sized domain:
((e_we)/100) * ((e_sn)/100) = least amount of processors you should use. >>

Following this rule in my case I should use at least 5 CPUs and no more than 52 CPUs.

I tried to run with 80 CPUs with a positive result and excellent execution times (5 instead of 10 hours).

Could, using more processors than recommended, cause errors in the results?

Thanks for your reply
 
Thanks very much for the clarification.
I still take advantage of your valuable experience.
What is meant by "a better result"?
When changing the number of CPUs, can different values of the weather variables be found?
 
Top