Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions docs/source/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ Then an instance of this class can be instantiated using:
lmp = LammpsBase(
cores=8,
oversubscribe=False,
enable_flux_backend=False,
working_directory=".",
cmdargs=None,
queue_adapter=None,
queue_adapter_kwargs=None,
)
```
In this example the `mpi4py` parallel LAMMPS instances is set to be executed with 8 CPU cores `cores=8`. For OpenMPI
Expand Down Expand Up @@ -103,11 +100,8 @@ Then an instance of this class can be instantiated using:
lmp = LammpsConcurrent(
cores=8,
oversubscribe=False,
enable_flux_backend=False,
working_directory=".",
cmdargs=None,
queue_adapter=None,
queue_adapter_kwargs=None,
)
```
In this example the `mpi4py` parallel LAMMPS instances is set to be executed with 8 CPU cores `cores=8`. For OpenMPI
Expand Down Expand Up @@ -208,11 +202,8 @@ Then an instance of this class can be instantiated using:
lmp = LammpsLibrary(
cores=8,
oversubscribe=False,
enable_flux_backend=False,
working_directory=".",
cmdargs=None,
queue_adapter=None,
queue_adapter_kwargs=None,
)
```
In this example the `mpi4py` parallel LAMMPS instances is set to be executed with 8 CPU cores `cores=8`. For OpenMPI
Expand Down
Loading