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.

tuncd

New member
Hi, everyone. While I am trying to run.exe I am getting this error code. Can you help me to solve this issue?

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

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
 

Attachments

  • Ekran görüntüsü 2023-12-23 122433.png
    Ekran görüntüsü 2023-12-23 122433.png
    30.9 KB · Views: 8
  • namelist.input
    4.5 KB · Views: 4
  • namelist.wps
    1.4 KB · Views: 0
  • rsl.out.0000
    294 bytes · Views: 3
Hi, everyone. While I am trying to run.exe I am getting this error code. Can you help me to solve this issue?

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

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
@tuncd

can you upload all your rsl.out and rsl.error files please?

What is your input data?

how are you invoking your command?

What version of WRF and WPS are you using?
 
@tuncd

can you upload all your rsl.out and rsl.error files please?

What is your input data?

how are you invoking your command?

What version of WRF and WPS are you using?
Hi, ofc. I am using WRFV3.9.1. My input datas ERA5 reanalysis datas between 2012.11.01 and 2012.11.05 ). I am using mpirun -np 8 ./real.exe and then using the mpirun -np 8 ./wrf.exe >& log.txt & command
 

Attachments

  • rsl.error.0000
    331 bytes · Views: 2
  • rsl.out.0000
    294 bytes · Views: 2
Hi, ofc. I am using WRFV3.9.1. My input datas ERA5 reanalysis datas between 2012.11.01 and 2012.11.05 ). I am using mpirun -np 8 ./real.exe and then using the mpirun -np 8 ./wrf.exe >& log.txt & command
@tuncd

So you need to do these steps.

go to /run folder where inside the WRF folder (something like /WRF/WRFV###/run)
run:
mpirun -np 8 real.exe
you should get 8 rsl.out filles and 8 rsl.error files
Upload those and i'll be able to see what's going on. There is a namelist error
 
@tuncd

So you need to do these steps.

go to /run folder where inside the WRF folder (something like /WRF/WRFV###/run)
run:
mpirun -np 8 real.exe
you should get 8 rsl.out filles and 8 rsl.error files
Upload those and i'll be able to see what's going on. There is a namelist error
I can't upload in here it says "the uploaded file appears to be empty. Please try a different file"
 

Attachments

  • rsl.error.0000
    331 bytes · Views: 2
  • rsl.out.0000
    294 bytes · Views: 2
without seeing the output it's hard for me to help. May have to wait till after the new year for the admins to come back.
I took screenshots, hope it will work. Thank you for trying btw. All the rsl.out.0001-07 files are empty
 

Attachments

  • 7.png
    7.png
    4 KB · Views: 7
  • 6.png
    6.png
    4 KB · Views: 5
  • 5.png
    5.png
    4.2 KB · Views: 2
  • 4.png
    4.png
    3.9 KB · Views: 1
  • 3.png
    3.png
    4.7 KB · Views: 1
  • 2.png
    2.png
    5.2 KB · Views: 1
  • 1.png
    1.png
    4.8 KB · Views: 2
  • 8.png
    8.png
    10.1 KB · Views: 6
@tuncd
The error message in your rsl file is stated as

Code:
  ------ ERROR while reading namelist dynamics ------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:   10601
ERRORS while reading one or more namelists from namelist.input.

This indicates there is some problem in your namelist in the &dynamics record. The issue in your case is that you have the parameter traj_opt listed in the dynamics section, but it belongs in the &physics record.
 
Top