Skip to content

Commit

Permalink
Update extended.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed May 9, 2024
1 parent fced607 commit 6cf81d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pylammpsmpi/wrapper/extended.py
Expand Up @@ -248,6 +248,7 @@ def __init__(
client=None,
mode="local",
cmdargs=None,
use_srun=False,
):
self.cores = cores
self.working_directory = working_directory
Expand All @@ -259,6 +260,7 @@ def __init__(
oversubscribe=self.oversubscribe,
working_directory=self.working_directory,
cmdargs=cmdargs,
use_srun=use_srun,
)

def __getattr__(self, name):
Expand Down

0 comments on commit 6cf81d5

Please sign in to comment.