|
@@ -456,10 +456,13 @@ application, specifying the requested number of devices:
|
|
@smallexample
|
|
@smallexample
|
|
$ ./configure --enable-simgrid && make
|
|
$ ./configure --enable-simgrid && make
|
|
$ STARPU_SCHED=dmda STARPU_NCPU=12 STARPU_NCUDA=0 STARPU_NOPENCL=1 ./examples/matvecmult/matvecmult
|
|
$ STARPU_SCHED=dmda STARPU_NCPU=12 STARPU_NCUDA=0 STARPU_NOPENCL=1 ./examples/matvecmult/matvecmult
|
|
-TEST PASSED
|
|
|
|
|
|
+TEST FAILED !!!
|
|
@end smallexample
|
|
@end smallexample
|
|
@end cartouche
|
|
@end cartouche
|
|
|
|
|
|
|
|
+It is normal that the test fails: since the computation are not actually done
|
|
|
|
+(that is the whole point of simgrid), the result is wrong, of course.
|
|
|
|
+
|
|
If the performance model is not calibrated enough, the following error
|
|
If the performance model is not calibrated enough, the following error
|
|
message will be displayed
|
|
message will be displayed
|
|
|
|
|