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

Error running real.exe

sa24m

New member
I have been successfully running WRF for a while now, but I am suddenly getting this error just today when I attempted to reproduce a tutorial I have successfully done before. geogrid, Metgrid and Ungrib all runs successfully but when I run real.exe I get the error attached.
I have several versions of WRF and WPS and I have tried all the versions I have yet I end up with the same particular error. I have attached the sample rsl files and the two namelists I have used, and out from WRFV4.5.2 below. Can anyone help me point out what could be wrong here.

Bash:
starting wrf task            0  of            1
[h22-login-24:695383] *** An error occurred in MPI_Comm_create_keyval
[h22-login-24:695383] *** reported by process [1279787009,140638704107520]
[h22-login-24:695383] *** on communicator MPI_COMM_WORLD
[h22-login-24:695383] *** MPI_ERR_ARG: invalid argument of some other kind
[h22-login-24:695383] *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
[h22-login-24:695383] ***    and potentially your MPI job)
 

Attachments

  • namelist.input
    3.5 KB · Views: 1
  • rsl.error.0000
    1,020 bytes · Views: 1
  • rsl.out.0000
    1.4 KB · Views: 1
  • namelist2.input
    8.4 KB · Views: 0
There is no error message in your rsl files.
Based on what you posted, this seems more like a library issue. I would suggest that you reinstall libraries and WRF. Below is the website that provides detailed instruction:
 
Thank you, Ming.

I reached out to my IT department, and the issue has been resolved. It turns out there were interdependencies among the modules, where loading one module would automatically load another. As a result, issuing a command to reload a dependent library inadvertently offloaded the initially loaded module.
 
Top