git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6348 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -11,6 +11,8 @@
|
||||
|
||||
<H3>compute temp/partial command
|
||||
</H3>
|
||||
<H3>compute temp/partial/cuda command
|
||||
</H3>
|
||||
<P><B>Syntax:</B>
|
||||
</P>
|
||||
<PRE>compute ID group-ID temp/partial xflag yflag zflag
|
||||
@ -72,6 +74,29 @@ needed, the subtracted degrees-of-freedom can be altered using the
|
||||
discussion of different ways to compute temperature and perform
|
||||
thermostatting.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<P>Styles with a <I>cuda</I> suffix are functionally the same as the
|
||||
corresponding style without the suffix. They have been optimized to
|
||||
run faster, depending on your available hardware, as discussed in
|
||||
<A HREF = "Section_accelerate.html">this section</A> of the manual. The accelerated
|
||||
styles take the same arguments and should produce the same results,
|
||||
except for round-off and precision issues.
|
||||
</P>
|
||||
<P>These accelerated styles are part of the "user-cuda" package. They
|
||||
are only enabled if LAMMPS was built with that package. See the
|
||||
<A HREF = "Section_start.html#2_3">Making LAMMPS</A> section for more info.
|
||||
</P>
|
||||
<P>You can specify the accelerated styles explicitly in your input script
|
||||
by including their suffix, or you can use the <A HREF = "Section_start.html#2_6">-suffix command-line
|
||||
switch</A> when you invoke LAMMPS, or you can use
|
||||
the <A HREF = "suffix.html">suffix</A> command in your input script.
|
||||
</P>
|
||||
<P>See <A HREF = "Section_accelerate.html">this section</A> of the manual for more
|
||||
instructions on how to use the accelerated styles effectively.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<P><B>Output info:</B>
|
||||
</P>
|
||||
<P>This compute calculates a global scalar (the temperature) and a global
|
||||
|
||||
Reference in New Issue
Block a user