Pārlūkot izejas kodu

use number of MPI nodes and not MIC nodes

Corentin Salingue 8 gadi atpakaļ
vecāks
revīzija
0c1cd55f25
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/drivers/mpi/driver_mpi_source.h

+ 1 - 1
src/drivers/mpi/driver_mpi_source.h

@@ -25,7 +25,7 @@
 
 /* Array of structures containing all the informations useful to send
  * and receive informations with devices */
-extern struct _starpu_mp_node *mpi_ms_nodes[STARPU_MAXMICDEVS];
+extern struct _starpu_mp_node *mpi_ms_nodes[STARPU_MAXMPIDEVS];
 struct _starpu_mp_node *_starpu_mpi_src_get_mp_node_from_memory_node(int memory_node);
 
 unsigned _starpu_mpi_src_get_device_count();