How to Install and Uninstall liblegion1 Package on openSUSE Leap

Last updated: June 30,2024

1. Install "liblegion1" package

Please follow the guidelines below to install liblegion1 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install liblegion1

2. Uninstall "liblegion1" package

Please follow the guidelines below to uninstall liblegion1 on openSUSE Leap:

$ sudo zypper remove liblegion1

3. Information about the liblegion1 package on openSUSE Leap

Information for package liblegion1:
-----------------------------------
Repository : Main Repository
Name : liblegion1
Version : 18.05.0-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 15.4 MiB
Installed : No
Status : not installed
Source package : legion-18.05.0-bp155.2.11.src
Upstream URL : http://legion.stanford.edu/
Summary : Data-centric parallel programming system
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 shared libraries for the legion library.