pfinocchio
New member
Hello,
I'm trying to run idealized simulations (em_quarter_ss) using WRF4.2.1 for the first time on Derecho. This version of the model ran on Cheyenne (SGI_MPT) and the code has not changed since porting it over to Derecho.
I compiled WRF successfully using option 50 (Intel Cray XC dmpar). However, when I try to run the model, it immediately crashes and each core throws the following error:
symbol lookup error:...undefined symbol: mpi_initialized.
Clearly something very basic is wrong with how I'm running the model. I updated my pbs job scripts based on the online documentation for running mpi jobs on Derecho, so I'm not quite sure what the issue is. I also compiled with option 15 and had the same issue.
I've attached configure.wrf, compile log, the namelist, the pbs job script, and the pbs log file containg the errors.
The modules I load in the job script and during compile time are:
module --force purge
module load ncarenv/23.06
module load intel-classic
module load ncarcompilers
module load cray-mpich
module load craype
module load netcdf-mpi
Any help is much appreciated.
Thanks!
I'm trying to run idealized simulations (em_quarter_ss) using WRF4.2.1 for the first time on Derecho. This version of the model ran on Cheyenne (SGI_MPT) and the code has not changed since porting it over to Derecho.
I compiled WRF successfully using option 50 (Intel Cray XC dmpar). However, when I try to run the model, it immediately crashes and each core throws the following error:
symbol lookup error:...undefined symbol: mpi_initialized.
Clearly something very basic is wrong with how I'm running the model. I updated my pbs job scripts based on the online documentation for running mpi jobs on Derecho, so I'm not quite sure what the issue is. I also compiled with option 15 and had the same issue.
I've attached configure.wrf, compile log, the namelist, the pbs job script, and the pbs log file containg the errors.
The modules I load in the job script and during compile time are:
module --force purge
module load ncarenv/23.06
module load intel-classic
module load ncarcompilers
module load cray-mpich
module load craype
module load netcdf-mpi
Any help is much appreciated.
Thanks!