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

Issues to running real.exe and wrf.exe MacOS

rcrafa

New member
Hi everyone,

After a lot of try and errors I could finally compile WRF and WPS without any major issue for MacOS with M3 pro chip. I'm trying to run the Matthew hurricane example, but when I run real.exe it's fails, even using the examples that the tutorial gives you. Also I recompiled the program, the compile was perfect and the program stills failing. I'm using MPICH installed by homebrew, the rest of libraries are installed as the tutorial. Any idea what to do here?

Code:
taskid: 0 hostname: MacBook-Pro-2.local
 ./module_io_quilt_old.F        2931 T
 Ntasks in X            2 , ntasks in Y            2
*************************************
Configuring physics suite 'conus'

         mp_physics:      8
         cu_physics:      6
      ra_lw_physics:      4
      ra_sw_physics:      4
     bl_pbl_physics:      2
  sf_sfclay_physics:      2
 sf_surface_physics:      2
*************************************
  Domain # 1: dx = 27000.000 m
REAL_EM V4.6.1 PREPROCESSOR
git commit d66e442fccc04111067e29274c9f9eaccc3cef28 1 file changed, 3 insertions(+), 3 deletions(-)
 *************************************
 Parent domain
 ids,ide,jds,jde            1          91           1         100
 ims,ime,jms,jme           -4          52          -4          57
 ips,ipe,jps,jpe            1          45           1          50
 *************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
   alloc_space_field: domain            1 ,             136755772  bytes allocated
*** The MPI_Comm_f2c() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[MacBook-Pro-2.local:30475] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Sorry that I don't have an answer to your question. I will forward your question to our software engineer and hopefully he can have some ideas what is wrong.
 
@rcrafa Could you attach your configure.wrf file and a complete compilation log here? I'm not exactly sure what is going on, but the additional info may help. Thanks!
 
Top