How to Install and Uninstall legion-devel Package on openSUSE Leap

Last updated: October 05,2024

1. Install "legion-devel" package

Please follow the steps below to install legion-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install legion-devel

2. Uninstall "legion-devel" package

Please follow the steps below to uninstall legion-devel on openSUSE Leap:

$ sudo zypper remove legion-devel

3. Information about the legion-devel package on openSUSE Leap

Information for package legion-devel:
-------------------------------------
Repository : Main Repository
Name : legion-devel
Version : 18.05.0-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.0 MiB
Installed : No
Status : not installed
Source package : legion-18.05.0-bp155.2.11.src
Upstream URL : http://legion.stanford.edu/
Summary : Development headers and libraries for the legion library
Description :
Legion is a data-centric parallel programming system for writing portable
high performance programs targeted at distributed heterogeneous architectures.
Legion presents abstractions which allow programmers to describe properties of
program data (e.g. independence, locality). By making the Legion programming
system aware of the structure of program data, it can automate many of the
tedious tasks programmers currently face, including correctly extracting task-
and data-level parallelism and moving data around complex memory hierarchies.
A novel mapping interface provides explicit programmer controlled placement of
data in the memory hierarchy and assignment of tasks to processors in a way that
is orthogonal to correctness, thereby enabling easy porting and tuning of Legion
applications to new architectures.
This package contains development headers and libraries for the legion library.