Difference between revisions of "Processors Command"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
The Processors command selects the number of processors to use when running parallel versions of | The Processors command selects the number of processors to use when running parallel versions of [[NairnMPM]], and [[NairnFEA]]. The format is | ||
Processors (number) | Processors (number) | ||
Line 13: | Line 13: | ||
== Notes == | == Notes == | ||
* Setting number of processors greater than 1 implies you are running parallel versions of | * 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. | ||
* The comment option for use in <tt>XML</tt> input files only works when launching calculations in [[NairnFEAMPM]] or [[NairnFEAMPMViz]]. When using command line to launch calculations, use the <tt>-np</tt> option instead. | * The comment option for use in <tt>XML</tt> input files only works when launching calculations in [[NairnFEAMPM]] or [[NairnFEAMPMViz]]. When using command line to launch calculations, use the <tt>-np</tt> option instead. | ||
* If the requested number is greater than the available number of processors, it will be reduced to the available number of processors. | * If the requested number is greater than the available number of processors, it will be reduced to the available number of processors. |
Revision as of 13:29, 11 September 2013
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.
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.
- The comment option for use in XML input files only works when launching calculations in NairnFEAMPM or NairnFEAMPMViz. When using command line to launch calculations, use the -np option instead.
- If the requested number is greater than the available number of processors, it will be reduced to the available number of processors.