We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf9bd3e + 748e6f9 commit 1275fceCopy full SHA for 1275fce
bin/nest-server-mpi
@@ -73,4 +73,4 @@ else:
73
continue
74
75
log(call_name, f"sending reponse gather, data={response}")
76
- comm.gather(nest.serializable(response), root=0)
+ comm.gather(nest.serialize_data(response), root=0)
0 commit comments