Skip to content

Commit

Permalink
insert_task_where test: fix executing on cuda
Browse files Browse the repository at this point in the history
except in simgrid case
  • Loading branch information
sthibaul committed Mar 27, 2024
1 parent 61f262a commit afc83a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/main/insert_task_where.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ int main(void)
starpu_conf_init(&conf);
starpu_conf_noworker(&conf);
conf.ncpus = -1;
#ifndef STARPU_SIMGRID
conf.ncuda = -1;
#endif
conf.nmpi_ms = -1;
conf.ntcpip_ms = -1;

Expand Down

0 comments on commit afc83a5

Please sign in to comment.