Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
exa2pro
/
starpu-max
Seguir
19
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
starpu_replay: Avoid hanging on enodev
Samuel Thibault
hace 6 años
padre
b012313d37
commit
cc277fcae8
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
tools/starpu_replay.c
+ 1
- 1
tools/starpu_replay.c
Ver fichero
@@ -969,9 +969,9 @@ eof:
}
starpu_shutdown();
-
return 0;
enodev:
+ starpu_shutdown();
return 77;
}