Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91854705
include.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 15, 04:25
Size
1 KB
Mime Type
text/html
Expires
Sun, Nov 17, 04:25 (2 d)
Engine
blob
Format
Raw Data
Handle
22314877
Attached To
rLAMMPS lammps
include.html
View Options
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>include command
</H3>
<P><B>Syntax:</B>
</P>
<PRE>include file
</PRE>
<UL><LI>file = filename of new input script to switch to
</UL>
<P><B>Examples:</B>
</P>
<PRE>include newfile
include in.run2
</PRE>
<P><B>Description:</B>
</P>
<P>This command opens a new input script file and begins reading LAMMPS
commands from that file. When the new file is finished, the original
file is returned to. Include files can be nested as deeply as
desired. If input script A includes script B, and B includes A, then
LAMMPS could run for a long time.
</P>
<P>If the filename is a variable (see the <A HREF = "variable.html">variable</A>
command), different processor partitions can run different input
scripts.
</P>
<P><B>Restrictions:</B> none
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "variable.html">variable</A>, <A HREF = "jump.html">jump</A>
</P>
<P><B>Default:</B> none
</P>
</HTML>
Event Timeline
Log In to Comment