Skip to content

Commit

Permalink
Merge pull request #34 from evenmn/evenmn-patch-1
Browse files Browse the repository at this point in the history
Update computer.py
  • Loading branch information
evenmn authored Aug 23, 2023
2 parents 822f36f + 8e0e166 commit e7bc6d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lammps_simulator/computer.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ def __init__(self, gpu_per_node=1, lmp_exec="lmp", lmp_args={},
"-sf": "kk"}
elif mode == "gpu":
default_lmp_args = {"-pk": "gpu newton on neigh full",
"-k": f"on g {self.gpu_per_node}",
"-sf": "gpu"}
else:
raise NotImplementedError
Expand Down

0 comments on commit e7bc6d0

Please sign in to comment.