git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13968 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
sjplimp
2015-08-29 21:58:24 +00:00
parent 21a6d444aa
commit 6e4f2fdf82
10 changed files with 823 additions and 501 deletions

View File

@ -12,7 +12,7 @@ info command :h3
info args :pre
args = one or more of the following keywords: {out}, {all}, {system}, {computes}, {dumps}, {fixes}, {groups}, {regions}, {variables}, {time}, or {configuration}
args = one or more of the following keywords: {out}, {all}, {system}, {communication}, {computes}, {dumps}, {fixes}, {groups}, {regions}, {variables}, {time}, or {configuration}
{out} values = {screen}, {log}, {append} filename, {overwrite} filename:ul
[Examples:]
@ -42,6 +42,12 @@ includes the unit style, atom style, number of atoms, bonds, angles,
dihedrals, and impropers and the number of the respective types, box
dimensions and properties, force computing styles and more.
The {communication} category prints a variety of information about
communication and parallelization: the MPI library version level,
the number of MPI ranks and OpenMP threads, the communication style
and layout, the processor grid dimensions, ghost atom communication
mode, cutoff, and related settings.
The {computes} category prints a list of all currently defined
computes, their IDs and styles and groups they operate on.