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

MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD with errorcode 1. - Seeking Assistance

spark1

New member
I am currently facing an issue while attempting to run ./real.exe in WRF, and I would greatly appreciate your help in troubleshooting this problem.

Error Description:
When running ./real.exe, I encountered the following error:
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD with errorcode 1.

In an effort to diagnose the issue, I examined the contents of rsl.out.0000 and rsl.error.0000. However, I am still uncertain about the root cause of this error.

Configuration Details:
For your reference, I am using ERA5 data, including three different files for hourly data on pressure levels, hourly data on single levels, and land hourly data. Here is the list of variables I downloaded for each category:

For Hourly Data on Pressure Levels:
'divergence', 'fraction_of_cloud_cover', 'geopotential',
'ozone_mass_mixing_ratio', 'potential_vorticity', 'relative_humidity',
'specific_cloud_ice_water_content', 'specific_cloud_liquid_water_content', 'specific_humidity',
'specific_rain_water_content', 'specific_snow_water_content', 'temperature',
'u_component_of_wind', 'v_component_of_wind', 'vertical_velocity',
'vorticity',
For Hourly Data on Single Levels:
'10m_u_component_of_wind', '10m_v_component_of_wind', '2m_dewpoint_temperature',
'2m_temperature', 'boundary_layer_dissipation', 'boundary_layer_height',
'cloud_base_height', 'convective_available_potential_energy', 'convective_inhibition',
'convective_precipitation', 'convective_rain_rate', 'evaporation',
'forecast_surface_roughness', 'friction_velocity', 'geopotential',
'instantaneous_surface_sensible_heat_flux', 'lake_cover', 'lake_mix_layer_temperature',
'lake_total_layer_temperature', 'mean_sea_level_pressure', 'potential_evaporation',
'runoff', 'sea_surface_temperature', 'skin_temperature',
'soil_temperature_level_1', 'soil_temperature_level_2', 'soil_temperature_level_3',
'soil_temperature_level_4', 'soil_type', 'sub_surface_runoff',
'surface_latent_heat_flux', 'surface_net_solar_radiation', 'surface_net_thermal_radiation',
'surface_pressure', 'surface_runoff', 'surface_sensible_heat_flux',
'surface_solar_radiation_downwards', 'surface_thermal_radiation_downwards', 'total_column_rain_water',
'total_precipitation', 'vertical_integral_of_divergence_of_cloud_liquid_water_flux', 'vertical_integral_of_eastward_cloud_liquid_water_flux',
'vertical_integral_of_northward_cloud_liquid_water_flux', 'volumetric_soil_water_layer_1', 'volumetric_soil_water_layer_2',
'volumetric_soil_water_layer_3', 'volumetric_soil_water_layer_4',
For Land Hourly Data:
'10m_u_component_of_wind', '10m_v_component_of_wind', '2m_dewpoint_temperature',
'2m_temperature', 'evaporation_from_bare_soil', 'evaporation_from_open_water_surfaces_excluding_oceans',
'evaporation_from_the_top_of_canopy', 'evaporation_from_vegetation_transpiration', 'lake_mix_layer_temperature',
'lake_total_layer_temperature', 'leaf_area_index_high_vegetation', 'leaf_area_index_low_vegetation',
'potential_evaporation', 'runoff', 'skin_reservoir_content',
'skin_temperature', 'soil_temperature_level_1', 'soil_temperature_level_2',
'soil_temperature_level_3', 'soil_temperature_level_4', 'sub_surface_runoff',
'surface_latent_heat_flux', 'surface_net_solar_radiation', 'surface_net_thermal_radiation',
'surface_pressure', 'surface_runoff', 'surface_sensible_heat_flux',
'surface_solar_radiation_downwards', 'surface_thermal_radiation_downwards', 'total_evaporation',
'total_precipitation', 'volumetric_soil_water_layer_1', 'volumetric_soil_water_layer_2',
'volumetric_soil_water_layer_3', 'volumetric_soil_water_layer_4',

To provide more context and assist in troubleshooting, I have attached the following files to this post:

namelist.input
namelist.wps
rsl.out.0000
rsl.error.0000

I have reviewed similar issues posted on the forum, but unfortunately, I haven't been able to identify the specific problem or find a solution that applies to my case. If anyone in the community has encountered a similar issue or has insights into how to resolve it, your assistance would be greatly appreciated.

If you could kindly review the attached files and share any thoughts or recommendations on how to address this error, I would be extremely grateful.

Thank you in advance for your time and support.
 

Attachments

  • rsl.error.0000
    1.6 KB · Views: 1
  • rsl.out.0000
    3.7 KB · Views: 1
  • namelist.input
    7.3 KB · Views: 2
  • namelist.wps
    1.4 KB · Views: 2
Top