Accéder au contenu.
Menu Sympa

starpu-devel - Re: [Starpu-devel] Starpu stats about disk, OOC, and swapping

Objet : Developers list for StarPU

Archives de la liste

Re: [Starpu-devel] Starpu stats about disk, OOC, and swapping


Chronologique Discussions 
  • From: Amani Alonazi <amani.alonazi@kaust.edu.sa>
  • To: Samuel Thibault <samuel.thibault@inria.fr>, Amani Alonazi <amani.alonazi@kaust.edu.sa>, "starpu-devel@lists.gforge.inria.fr" <starpu-devel@lists.gforge.inria.fr>, Hatem Ltaief <Hatem.Ltaief@kaust.edu.sa>
  • Subject: Re: [Starpu-devel] Starpu stats about disk, OOC, and swapping
  • Date: Mon, 14 Jan 2019 22:06:03 +0300
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=amani.alonazi@kaust.edu.sa; spf=Pass smtp.mailfrom=amani.alonazi@kaust.edu.sa; spf=None smtp.helo=postmaster@mail-ed1-f46.google.com
  • Ironport-phdr: 9a23:r3w+ZRx0WNQ6hXbXCy+O+j09IxM/srCxBDY+r6Qd2u0TIJqq85mqBkHD//Il1AaPAd2Lraocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94HQbglSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDtU7s6RSqt4LtqSB/wiScIKTg58H3MisdtiK5XuQ+tqwBjz4LRZoyeKfhwcb7Hfd4CSmVBUMReWSxPDI2/coUBEfYOMP1CoIXhvVYDtweyCRWuCe7p1zRGhmX23ao/0+k5DQzG2RYvH9QPsH/JsNj1MKASUeavw6jJzDXIcvRb1i346IfSdBAhoOuAUqh0ccrWz0kgDQLEjlSLpIzmJTyVy/8Ns3SB4+V+SO2vlnQrqxprrTW2wMonl4rHhpoNx1za6Sl0xJw5KN64RUJhf9KoDJhduzuVOoZ3RM4pXntmtzwgyrIcvJ62ZCgKx4ojxx7Yc/GHdpKH4hPnVOqIPzh3mW9pdKuxhxu98EWs0OL8Vs6z0FZFqipKjMPAuWwK1xzW8sSHS/198Vm92TuXyQzf9uVJLVo3mKfbMZIt3KI8m5kJvUnMHyL6gED2g7WXdkUg9Oio8ePnYrD+q5CGMo97kAf+MqU0lsOlBeQ4NQ4OUHKa+OS9z7Dj/lf2QKhRjv0qiKXWro3VJdkBqq6iGQBZypwj5AqnDze6zNQYmmEKLElZeB2dlYjpI0zOLOnlAvihnVSjjjNryuvCPr3gGZXNMmPDnK3ufbZz7E5c0gUzws5F65JVDLEBOvPzVVXruNzWFB9qezCzlt3uDchw0ssiWWOFC7KdLOuGqlaN++8rZfWMZYUcpTLhA/kj/f/ny3EjzxtVVKyg25pfQXS/GP10Ig3NaH/lhNZHGGMNuAMsTcTpgUCZTXhea2v0RKtqonlxE56vF5/eA4ygnrGF9CO6BYFNIG9IDUqDHDHpcZ+FUrECcmjadtR9myYcSP2tRpEs0TmqtRTm0PxoIO3O9SBetJT51dEz6feF0VkS/CB5Coy5z2iMQm88ykMBWzIzmoRjqE1wxH+A2LVjn7pVGcEV/PofASkgMpuJ5ulzDdG6cwbGeN6bSR7yS9CvBzB3R9Y2xdYcYm5+Esi5klbO0zfsGLZDxO/DP4A97q+Jhyu5HM160XuTkfB51wB3EPsKDnWvg+tEzyaWAofIl0uDkKPzKfYf1TPW6CGOwXfIp0gKCVcsA5WAZmgWYw7tlfq8/lnLFuP8Cr06KRcHxMKfbLBDOIWw0Ad2Acz7MdGbWFqf3me9ARHSm+GJZYvuPmgRhWDTVBZCnAcU8nKLcwM5A3X5rg==
  • List-archive: <http://lists.gforge.inria.fr/pipermail/starpu-devel/>
  • List-id: "Developers list. For discussion of new features, code changes, etc." <starpu-devel.lists.gforge.inria.fr>

On Mon, Jan 14, 2019 at 9:31 PM Samuel Thibault <samuel.thibault@inria.fr> wrote:
Amani Alonazi, le lun. 14 janv. 2019 21:24:33 +0300, a ecrit:
> Hopefully last question :-) I'm using STARPU_DISK_SWAP_BACKEND=unistd. How can
> I analyze how much data transferred to disk during OOC computation? Shall I
> assume that anything exceeds the sustained BW that it runs at  the sustained
> BW?
>
> I clearly notice the extra time required in executing each tasks with big/
> smaller STARPU_LIMIT_CPU_MEM. I just want to quantify the amount of transfer in
> /out to disk.

I'm not sure which precise information do you want.  Do you mean you
want to know *during the execution* the amount of data transferred so
far?
We can easily add a function to get this.
Yes, I would like to know during the execution.
 
If you want to know for
the overall execution, it's the second column in

Data transfer statistics:
*************************
        0 -> 1  256292.63 MB    134.42MB/s      (transfers : 946 - avg 270.92 MB)

Samuel


OOC works perfectly fine. I just want to make sure that I'm getting the expected performance and quantify the BW of the application with ooc.

Many thanks,


This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email.


Archives gérées par MHonArc 2.6.19+.

Haut de le page