Versions Compared

Key

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

When you need to make a new mpas*.part.N file because you changed the number of nodes an MPAS component runs on.

 


Step-by-step guide

  1. Download script inputTreeDownload.sh

  2. Run inputTreeDownload.sh to check out just the directory structure of the repository. This takes about 15 minutes.  This is to avoid having to download the entire repository.

  3. 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. On Blues and Anvil, gpmetis is loaded with `soft add +metis-5.0.3`.
    3. On Mira, gpmetis can be loaded with `export PATH=/soft/libraries/alcf/current/xl/METIS/bin/:$PATH`
  4. You'll need to download the files for the grid you want to add a partition for:
  5. 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.
  6. 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.
  7. Place the new file in the correct inputdata subdirectory for the model to find it.
  8. svn add and svn commit

...