Test case for benchmarking MPI run

Post any questions or comments regarding the LINUX version of HYSPLIT. This includes the model execution, GUIs, results, or graphics. Be sure to mention the version of LINUX you are using.
Post Reply
hlbutterfly
Posts: 10
Joined: September 30th, 2020, 10:56 am
Registered HYSPLIT User: Yes

Test case for benchmarking MPI run

Post by hlbutterfly »

We are trying to run "hycm_std" on our platform with 32 nodes. However, we notice that the simulation time is same or even slower than "hycs_std". Is there any test case that we could test our MPI run and benchmark the simulation time? Just try to make sure there is nothing wrong with our setting.

I read previous posts regarding MPI simulation taking as much time as single node simulation. When we are running "hycm_std", we are getting MESSAGE files for each of the node (i.e. MESSAGE.001, MESSAGE.002, etc.). Everything looks normal but seems to take forever (more than a day) to complete a 24 hour simulation.

I am attaching the CONTROL, SETUP.CFG and MESSAGE file.

Thank you very much!
Attachments
SETUP.CFG.txt
(881 Bytes) Downloaded 1393 times
CONTROL.txt
(79.82 KiB) Downloaded 1392 times
MESSAGE.002.txt
(55.86 KiB) Downloaded 1383 times
barbara.stunder
Posts: 451
Joined: November 9th, 2012, 4:23 pm
Registered HYSPLIT User: Yes

Re: Test case for benchmarking MPI run

Post by barbara.stunder »

We do not have an MPI benchmarking case, though we should probably add one.  

Some questions in general regarding run duration:

Increase the meteorological subgrid size to lower the number of reads, for example to MGMIN=300 or more.  If MGMIN is larger than the grid, the whole grid is read.  The MESSAGE file shows the value you are using is 10.  

Why are you running HYSPLIT in the 3-d puff mode (INITD=3)?  That causes the number of particles to increase a lot with time and slow down the run. 
You could try INITD=4 (horizontal puff and vertical particle) or the default INITD=0.  

Do you need 1 minute output? Does the output look reasonable? That is a lot of write time.

Please try hycs_std and hycm_std with these, and if there is still little difference, send the EMITIMES, and CONTROL and SETUP if changed so I can reproduce it.
Post Reply

Return to “HYSPLIT for LINUX”