Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ocean will be run on 2 tasks, cice on 4 tasks, and we need to make sure the graph files are partitioned in 2 and 4 (see Make a new graph partition for mpasMPAS for help)

For myself, I made some files here:

...

Being parallel, there could be many barriers, so you need to be careful and patient when stepping through



Image Added

An alternative (for less numbers of windows to manage) is to use ":" syntax; launch only 2 processes  processes in debug mode, and the rest regular launch; of course, the processes will have to wait for each otherImage Removed

mpiexec -np 2 ddd ../bld/acme.exe -x ddd.acme : -np 2 ../bld/acme.exe

...