Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
exa2pro
/
starpu-max
Watch
19
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
starpu_replay: Avoid hanging on enodev
Samuel Thibault
6 years ago
parent
b012313d37
commit
cc277fcae8
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
tools/starpu_replay.c
+ 1
- 1
tools/starpu_replay.c
View File
@@
-969
,
9
+
969
,
9
@@ eof:
}
}
starpu_shutdown();
starpu_shutdown();
-
return
0
;
return
0
;
enodev:
enodev:
+ starpu_shutdown();
return
77
;
return
77
;
}
}