still was not able to figure it out. I put a posting on the other link. if you can help, that would be great...Please take a look at this post and see if anything is helpful there. Let me know what you're able to figure out.
which mpif90 >& mpif90.txt
Hi,
I'm confused by your latest message. The fact that you do have a path to mpif90 seems to indicate that you did install mpich. I'm not sure what the above "configure error" message is in reference to. What are you issuing to get that message? Is this a new issue, or is it related? Can you actually attach the full configure.wrf file, instead of just pasting a screenshot? Thanks.
# Settings for Linux x86_64 ppc64le, gfortran compiler with gcc (serial)
@kwerner may i have your email? I would like to reach out to you directlyThanks for attaching the configure.wrf file. I believe the issue you're seeing is due to the fact that you did not compile the model with a "dmpar" option, but you're trying to use and "mpirun" command to run the model. This command requires that the model is built with distributed memory (dmpar - which should be chosen during configure). You currently have chosen a "serial" option (see this line in your configure.wrf file):
Code:# Settings for Linux x86_64 ppc64le, gfortran compiler with gcc (serial)
Apologies for the delay. Due to other responsibilities we have, we are not always able to answer forum questions immediately. It can sometimes take several days. Thank you for your patience.@kwerner would you be able to help me with this question? thanks...
Since the issue you are having is with the WRF model, you would need to do this in the WRF directory. When you issue "./configure," you should be given a list of compiling options. This is where you will need to choose the 'dmpar' option if you wish to run in parallel.1. Where do I set this configure option? I noticed there are two ./configure
WPS folder? or WRF?
You will need to choose one of the Intel options, but I'm not exactly sure which is correct for your particular environment. I would guess option "15," would be correct, but I can't say for sure. If you need help with that, you should contact a systems administrator from your institution, who will know more about your environment.2. How do I know which one is the correct option?
This is what I have..
Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz 3.60 GHz
Yes, you do. This is the number of vertical levels in the model simulation. You can find information about all namelist parameters in the WRF/run/README.namelist file.3. in the namelist.input, do I need e_vert? what is e_vert?