Skip to content

Commit

Permalink
re-added architectures which got lost with PR 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabler-hpc committed May 29, 2024
1 parent 008621e commit c53e9f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Our immediate focus is on laying a robust foundation for the future of cluster s
Key enhancements planned for version 9.0.0 include:
- **Resource Management**: Implement RSMAPs for host-specific resource management, such as GPUs and other accelerators.
- **Hardware Integration**: Integrate with the hwloc library for hardware topology and architecture analysis.
- **Architectural Support**: Extend support for diverse computer architectures, including OpenPower (lx-ppc64le), RISC-V (lx-riscv64), Apple’s ARM-based CPUs (darwin-arm64), and FreeBSD for Intel/AMD64 (fbsd-amd64).
- **Architectural Support**: Extend support for diverse computer architectures, including Linux on Intel/AMD64 (lx-amd64),
AArch64 (lx-arm64), OpenPower (lx-ppc64le), RISC-V (lx-riscv64), Apple’s ARM-based CPUs (darwin-arm64), Solaris on Intel/AMD64 (sol-amd64), and FreeBSD for Intel/AMD64 (fbsd-amd64).
- **Usage Reporting**: Enhance online usage reporting and introduce customizable accounting values.
- **Security Measures**: Implement request limits to guard against denial-of-service attacks.
- **Container Builds**: Facilitate container-based builds.
Expand Down

0 comments on commit c53e9f6

Please sign in to comment.