module_firebrand_spotting_mpi.f90 does not exist or not accessible with intel compilers

Whatheway

Active member
Been having issues using the intel compilers with WRF and WRF-Chem only within the last 24 hours.

Not sure if intel changed something on their compilers or if the WRF packages had a change but the module_firebrand_spotting_mpi.f90 doesn't exist.

I have attached the configure.wrf and compile.wrf.log for both WRF-ARW for @kwerner @Ming Chen and WRF-CHEM for @jordanschnell.



I will test the issue and see if it does the same thing with GNU compilers and attach the relevant files.
 

Attachments

  • INTEL_FAILS.zip
    368.8 KB · Views: 1

mgduda

Administrator
Staff member
From your compilation log (when using the GNU compilers), it looks like there may be a problem with your MPI installation:
/home/workhorse/WRF/anaconda3/bin/mpif90: line 397: x86_64-conda-linux-gnu-gfortran: command not found
Command exited with non-zero status 127
 

Whatheway

Active member
From your compilation log (when using the GNU compilers), it looks like there may be a problem with your MPI installation:
That's very interesting. I'm not using conda to build wrf yet it showed up as trying to.

I'll need to investigate this and see why there is a leak from conda environment
 
Top