git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11543 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-02-12 16:13:51 +00:00
parent 8c73aaed01
commit 5b3adea360
2 changed files with 6 additions and 6 deletions

View File

@ -42,9 +42,9 @@ e.g.
<PRE>lmp_g++ < in.script
</PRE>
<P>since the SELF option invokes the C-library rewind() call, which may
not be supported for stdin on some systems. This can be worked around
by using the <A HREF = "Section_start.html#start_7">-in command-line argument</A>,
e.g.
not be supported for stdin on some systems or by some MPI
implementations. This can be worked around by using the <A HREF = "Section_start.html#start_7">-in
command-line argument</A>, e.g.
</P>
<PRE>lmp_g++ -in in.script
</PRE>

View File

@ -39,9 +39,9 @@ e.g.
lmp_g++ < in.script :pre
since the SELF option invokes the C-library rewind() call, which may
not be supported for stdin on some systems. This can be worked around
by using the "-in command-line argument"_Section_start.html#start_7,
e.g.
not be supported for stdin on some systems or by some MPI
implementations. This can be worked around by using the "-in
command-line argument"_Section_start.html#start_7, e.g.
lmp_g++ -in in.script :pre