Versions Compared

Key

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

...

  1. See if "metis" or "gpmetis" is available on your platform and add it to your path.
    1. On Cray systems, gpmetis is available after `module load metis`.
    2. Do "module spider metis" to find the module to load on your system.
  2. Find the base mpas graph file called "mpas-cice.graph.info.151020" or "mpas-o.graph.info.151031".  These files should be in inputdata/ice/mpas-cice and inputdata/ocn/mpas-ocn respectively.
  3. Run the metis command with the last argument being the number of nodes for the partition.
    1. Example:  "gpmetis mpas-cice.graph.info.151010 120"   will generate a *.part.120 file for mpas-cice.
  4. Place the new file in the correct inputdata subdirectory for the model to find it.

...