We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4250d9 commit 33da95cCopy full SHA for 33da95c
src/lib/quda_interface.c
@@ -448,6 +448,7 @@ void _initQuda() {
448
// initialize the QUDA library
449
#ifdef TM_USE_MPI
450
initQuda(-1); // sets device numbers automatically
451
+ setMPICommHandleQuda(app()->mpi.comm); // pass the proper MPI communicator to QUDA
452
#else
453
initQuda(0); // scalar build: use device 0
454
#endif
0 commit comments