LIGGGHTS(R)-PUBLIC WWW Site - LIGGGHTS(R)-PUBLIC Documentation - LIGGGHTS(R)-PUBLIC Commands

include command

Syntax:

include file 

Examples:

include newfile
include in.run2 

Description:

This command opens a new input script file and begins reading LIGGGHTS(R)-PUBLIC 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 LIGGGHTS(R)-PUBLIC could run for a long time.

If the filename is a variable (see the variable command), different processor partitions can run different input scripts.

Restrictions: none

Related commands:

variable, jump

Default: none