Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed Sep 24, 2024
1 parent 6e6c7de commit f03f4b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/lammps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Then, from the ``src/`` folder, type:
Run LAMMPS
----------

Create a bash (``.sh``) file with the following content:
Create a bash file named *sub.sh* with the following content:

.. code-block:: bash
Expand All @@ -69,15 +69,15 @@ Create a bash (``.sh``) file with the following content:
mpirun -np 4 ${lmp} -in input.lmp
where ``input.lmp`` is your LAMMPS input file, and there the project was assumed
where ``input.lmp`` is your LAMMPS input file, and where the project was assumed
to be `tamtam` (to adapt to your case). Here, 4 CPU cores are requested,
as well as a total duration of 12 hours. Then, make the file file executable with
chmod and launch it using:

.. code-block:: bash
chmod +x ./myfile.sh
oarsub -S ./myfile.sh
chmod +x ./sub.sh
oarsub -S ./sub.sh
Launch multiple jobs using bash
_______________________________
Expand Down

0 comments on commit f03f4b7

Please sign in to comment.