Syntax:
jump file
Examples:
jump newfile jump in.run2
Description:
This command closes the current input script file, opens the file with the specified name, and begins reading LAMMPS commands from that file. The original file is not returned to.
It is possible to chain from file to file or back to the original file using successive jump commands. If the filename is a variable (see the variable command), different processor partitions can run different input scripts.
Restrictions: none
Related commands:
Default: none