소스 검색

more options

Samuel Thibault 15 년 전
부모
커밋
f340217e2c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/starpu.texi

+ 2 - 2
doc/starpu.texi

@@ -1131,8 +1131,8 @@ dependencies into account. It must be understood that the linear programming
 problem size is quadratic with the number of tasks and thus the time to solve it
 will be very long, it could be minutes for just a few dozen tasks. You should
 probably use @code{lp_solve} to convert the problem to MPS format and then
-use a better solver, @code{glpsol} is already better than @code{lp_solve} for
-instance (the @code{--pcost} option may be useful). Setting @code{deps}
+use a better solver, @code{glpsol} might be better than @code{lp_solve} for
+instance (the @code{--pcost} option may be useful), but sometimes doesn't manage to converge. Be sure to try all the @code{-B} options of @code{lp_solve}. Setting @code{deps}
 to 0 will only take into account the actual computations on processing
 units. It however still properly takes into account the varying performances of
 kernels and processing units, which is quite more accurate than just comparing