Processors Command

From OSUPDOCS
Revision as of 13:27, 13 September 2013 by Nairnj (talk | contribs)
Jump to navigation Jump to search

The Processors command selects the number of processors to use when running parallel versions of NairnMPM, and NairnFEA. The format is

Processors (number)

where number is the number of processors.

To select number of processors when using XML input files, enter the following comment anywhere in the file:

<!--processors #-->

where # is replaced by the number of processors. But note that this XML comment option only works when launching calculations in NairnFEAMPM or NairnFEAMPMViz. When using a command line to launch calculations, pick the number of processors with each code engine's -np option instead.

Notes

  • Setting number of processors greater than 1 implies you are running parallel versions of code engines. If not, an error will result and no calculations will run.
  • If the requested number is greater than the available number of processors, it will be reduced to the available number of processors.