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 with wrf.exe when submitting sbatch job on AWS

eva

New member
Good evening all,

The following errors comes out when i try to execute wrf.exe with slurm. However previously I have run successfully run the model with the same namelists and gfs data with the same procedures on AWS. I will greatly anticipate your advice. Thank you.

i_np_fn (../../../../../src/pm/i_hydra/mpiexec/intel/i_mpiexec_params.h:931): process count should be > 0
[mpiexec@queue0-dy-queue0-hpc6a48xlarge-3] match_arg (../../../../../src/pm/i_hydra/libhydra/arg/hydra_arg.c:83): match handler returned error
[mpiexec@queue0-dy-queue0-hpc6a48xlarge-3] HYD_arg_parse_array (../../../../../src/pm/i_hydra/libhydra/arg/hydra_arg.c:128): argument matching returned error
[mpiexec@queue0-dy-queue0-hpc6a48xlarge-3] mpiexec_get_parameters (../../../../../src/pm/i_hydra/mpiexec/mpiexec_params.c:1359): error parsing input array
[mpiexec@queue0-dy-queue0-hpc6a48xlarge-3] main (../../../../../src/pm/i_hydra/mpiexec/mpiexec.c:1765): error parsing parameters

Sincerely,
Eva.
 

Attachments

  • namelist.input.txt
    3.7 KB · Views: 2
  • namelist.wps (2).txt
    752 bytes · Views: 1
  • slurm batch job.txt
    616 bytes · Views: 17
Good evening,

I have found the issue that caused this:

The slurm batch script needs an extra line of #!/bin/bash

Thank you so much and you may close this thread.
 
Top