I am trying to run this using MPI as follows:
mpirun –np 16 ./wrf.exe &
and I am getting the following error:
[proxy:0:0@dharmsai] HYDU_create_process (./utils/launch/launch.c:74): execvp error on file –np (No such file or directory)
What is wrong here ?
–
in–np
isn't the normal hyphen/minus-
. It's a unicode en-dash. Use-
instead. – muru Aug 04 '22 at 06:47