Skip to content

Commit 1275fce

Browse files
Merge pull request #3363 from babsey/fix-nest-server-mpi
Fix nest-server-mpi
2 parents cf9bd3e + 748e6f9 commit 1275fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/nest-server-mpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ else:
7373
continue
7474

7575
log(call_name, f"sending reponse gather, data={response}")
76-
comm.gather(nest.serializable(response), root=0)
76+
comm.gather(nest.serialize_data(response), root=0)

0 commit comments

Comments
 (0)