Regarding running WWIII in parallel mode #1042
-
Hi Or is it preferred to run using the run_test in the bin folder. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The only parallel executables of ww3 are ww3_shel and ww3_multi. Even if you allocate more than one core to the rest, one would be utilized. |
Beta Was this translation helpful? Give feedback.
-
The run_tests will check all available *.inp and *.nml files in the run directory and execute the corresponding executable in order. |
Beta Was this translation helpful? Give feedback.
The run_tests will check all available *.inp and *.nml files in the run directory and execute the corresponding executable in order.
However, in case both nml and inp file exists, it goes with inp, unless you use
-N
option to enforce it to utilize nml.I'd suggest keeping one type per program (either *nml or *inp).
Also, if you execute
run_test -h
orrun_cmake_test -h
only, you can see all the options.