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
examples/pipeline: return 77 on ENODEV
Nathalie Furmento
13 years ago
parent
51d34b0419
commit
ac9db34ffa
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
examples/pipeline/pipeline.c
+ 1
- 1
examples/pipeline/pipeline.c
View File
@@ -250,5 +250,5 @@ enodev:
}
starpu_shutdown();
- return ret;
+ return
(
ret
== -ENODEV ? 77 : 0)
;
}