How to Install and Uninstall starpu-tools Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 24,2024

1. Install "starpu-tools" package

This is a short guide on how to install starpu-tools on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install starpu-tools

2. Uninstall "starpu-tools" package

Please follow the instructions below to uninstall starpu-tools on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove starpu-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the starpu-tools package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: starpu-tools
Priority: extra
Section: universe/utils
Installed-Size: 124
Maintainer: Ubuntu Developers
Original-Maintainer: Samuel Thibault
Architecture: amd64
Source: starpu
Version: 1.1.4+dfsg-3build2
Depends: libc6 (>= 2.4), libstarpu-1.1-9
Conflicts: starpu-contrib-tools
Filename: pool/universe/s/starpu/starpu-tools_1.1.4+dfsg-3build2_amd64.deb
Size: 27308
MD5sum: e0ccca11167b4375fb5b02ab6614bed3
SHA1: 985d58f4da444ec25729f8c39c272d2ddd0bb56b
SHA256: 3e0f552ef34c805b85c6e5cf1424e7c527f6f9d7fa599457fbda88a79541b2f4
Description-en: Task scheduler for heterogeneous multicore machines - tools
StarPU is a runtime system that offers support for heterogeneous
multicore machines. While many efforts are devoted to design efficient
computation kernels for those architectures (e.g. to implement BLAS
kernels on GPUs or on Cell's SPUs), StarPU not only takes care of
offloading such kernels (and implementing data coherency across
the machine), but it also makes sure the kernels are executed as
efficiently as possible.
.
This package contains StarPU tools.
Description-md5: eb2ba87d4cd88833bc91b0cf6b977279
Homepage: http://starpu.gforge.inria.fr/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu