Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
exa2pro
/
starpu-max
Seguir
19
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
starpu_replay: Avoid hanging on enodev
Samuel Thibault
%!s(int64=6) %!d(string=hai) anos
pai
b012313d37
achega
cc277fcae8
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
tools/starpu_replay.c
+ 1
- 1
tools/starpu_replay.c
Ver ficheiro
@@ -969,9 +969,9 @@ eof:
}
starpu_shutdown();
-
return 0;
enodev:
+ starpu_shutdown();
return 77;
}