You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/oar.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ ____________________
50
50
51
51
Assuming that one has the job submission script named *sub.sh* with name *lmp-myvariable-0*,
52
52
that launch a lammps input script named *input.lmp* by passing a variable
53
-
named *myvariable* into it:
53
+
named *myvariable* into it. Additionally, here the job ID is used as an input for the random seed, allowing for example different initial configurations:
54
54
55
55
.. code:: bash
56
56
@@ -67,7 +67,7 @@ named *myvariable* into it:
67
67
myvariable=0
68
68
69
69
# Run LAMMPS using MPI, with 4 processes, using the input from 'input.lmp'
0 commit comments