Software Delivery Repository
Software Delivery Repository | Getting Started | FAQ | Repositories
Linux for Fabric Attached Memory Emulation |
Browse |
The Machine from Hewlett Packard Enterprise is a research prototype of our architecture for the future of computing. The core of this architecture is Fabric-Attached Memory or FAM. But how was software for it developed before the hardware existed?
Fabric Attached Memory Emulation (FAME) provides a script and support files to create a set of virtual machines (VMs). These QEMU images represent a cluster of nodes connected through an emulated memory fabric via the IVSHMEM facility of QEMU. This multi-node setup allows the user to explore software development ideas for this model of computing which we call MDC: Memory-Driven Computing.
This Software Delivery Repository provides pre-built versions of the additional pieces necessary to construct a Fabric Attached Memory Emulation using an existing Linux Debian "stretch" or Ubuntu 16 (or later) distribution. The emulation configuration script mentioned above relies on this repo. This repo also provides packages for two more use cases:
- ARM64 binaries for The Machine prototype
- The nodes of actual instances of The Machine are based on ARM processors. This repo provides ARM versions of the amd64 Debian packages (used by FAME) for use on The Machine.
- FAM on SuperDome Flex
- HPE SuperDome Flex supercomputers have the ability to connect independent partitions via a global address space. This feature can be used as a surrogate "fabric" highly similar to that found in The Machine. amd64 packages in this repo are also used in this FAM (as well as FAME).
Emulation | Fabric Attached Memory Emulation configuration utility |
l4fame-manager | Meta-package describing the components to be installed on the Fabric Attached Memory manager machine. |
l4fame-node | Meta-package describing the components to be installed on each simulated Fabric Attached Memory node. |
libfam-atomic | Application library providing low-level atomic memory operations on Fabric Attached Memory. |
nvml | Modified version of the NVML library exposing interfaces for managing persistent memory. |
linux-l4fame | Linux kernel with additions to connect a node to Fabric Attached Memory |
tm-libfuse | Helper library used on each l4fame node in the implementation of the Librarian File System. |
tm-librarian | Global file system used to manage Fabric Attached Memory. |
Subscribe to the Debian "testing" l4fame repository
Cut-n-paste the following lines into a new file
/etc/apt/sources.list.d/hpefame.list
on your system:
# Details at https://downloads.linux.hpe.com/SDR/project/l4fame/
deb [trusted=yes] https://downloads.linux.hpe.com/repo/l4fame/Debian testing main
deb-src [trusted=yes] https://downloads.linux.hpe.com/repo/l4fame/Debian testing main
Then run
$ sudo apt-get update
List the packages in the repository
$ aptitude search "?origin(l4fame)"
Update the local apt indexes
$ sudo apt update
Search for a specific package
Browse the debs or, from your installed system,$ apt search <packagename>
Install a specific package
$ sudo apt install <packagename>
Subscribe SLES12 or later to the l4fame repository
Add this repo for Zypper or YaST2:
https://downloads.linux.hpe.com/repo/l4fame/SLES
No signing.