Skip to content

Commit

Permalink
no more GPU support for MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Oct 31, 2023
1 parent cf73727 commit faa6643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_interface(self):
task_dict = {"fn": calc, "args": (), "kwargs": {"i": 2}}
interface = SocketInterface(
interface=MpiExecInterface(
cwd=None, cores=1, gpus_per_core=0, oversubscribe=False
cwd=None, cores=1, oversubscribe=False
)
)
interface.bootup(
Expand Down

0 comments on commit faa6643

Please sign in to comment.