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

WRF Module List

kwyang

New member
Hi, I had a question about modules that need to loaded to run WRF. Through trial and error, it seems that my WRF compile em_real does not run without having netcdf/4.4.1.1-intel-p loaded as well. Under the first loaded module I get an error when compiling (Problems building executables...) but when netCDF/4.4.1.1-intel-p is loaded WRF compile is done just fine. But now since I have two openmpi modules (openmpi 2.0.2 and openmpi 3.0.1-intel) wouldn't it cause an issue when doing mpirun later on? I am failing at running mpirun .real.exe later on and I feel like it's due to having two openmpi versions loaded in my module. Should I unload on and compile again or any other suggestions? Thank you for your help.
 

Attachments

  • Screenshot 2024-02-27 at 1.46.30 PM.png
    Screenshot 2024-02-27 at 1.46.30 PM.png
    306.1 KB · Views: 6
  • Screenshot 2024-02-27 at 1.46.58 PM.png
    Screenshot 2024-02-27 at 1.46.58 PM.png
    331.2 KB · Views: 6
Hi,
I can't say for sure - I've never tried to have 2 different versions of MPI installed, but if it's not working, yes, try just loading one version of MPI - make sure it's the one that was built with the compiler you're using, and install again. See if that helps. If you haven't already seen this page, it may serve as some guidance.
 
Top