Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
exa2pro
/
starpu-max
Observar
19
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
starpu_replay: Avoid hanging on enodev
Samuel Thibault
6 anos atrás
pai
b012313d37
commit
cc277fcae8
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
tools/starpu_replay.c
+ 1
- 1
tools/starpu_replay.c
Ver arquivo
@@ -969,9 +969,9 @@ eof:
}
starpu_shutdown();
-
return 0;
enodev:
+ starpu_shutdown();
return 77;
}