I am trying to run WRF-LES model and have compared running it with a single processor using
and in multiprocessing with 6 cores using
, however, I did not notice any differences in run times for the simulator. Is this normal or am I missing something?
Code:
./wrf.exe
Code:
mpirun -np 6 ./wrf.exe