|
@@ -1956,7 +1956,7 @@ static int _starpu_init_machine_config(struct _starpu_machine_config *config, in
|
|
|
#endif
|
|
|
unsigned already_busy_cpus = mpi_ms_busy_cpus + mic_busy_cpus
|
|
|
+ cuda_busy_cpus
|
|
|
- + topology->ndevices[STARPU_OPENCL_WORKER];
|
|
|
+ + topology->ndevices[STARPU_OPENCL_WORKER]
|
|
|
+ topology->ndevices[STARPU_FPGA_WORKER];
|
|
|
|
|
|
long avail_cpus = (long) topology->nhwworker[STARPU_CPU_WORKER][0] - (long) already_busy_cpus;
|