Skip to content

Commit c68c0bf

Browse files
committed
Update changelog
1 parent 6fef8ec commit c68c0bf

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

doc/changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ To be released at some point in the future
1414
Description
1515

1616
- Implement workaround for Tensorflow that allows RedisAI to build with GCC-14
17-
- Add instructions for installing SmartSim on PML's Scylla
17+
- Add installation instructions for airgapped machines
18+
- Add installation instructions for PML's Scylla
1819
- Fix typos in documentation
1920

2021
Detailed Notes
@@ -26,6 +27,11 @@ Detailed Notes
2627
Future versions of Tensorflow may fix this problem, but for now this seems to be
2728
the best workaround.
2829
([SmartSim-PR738](https://github.com/CrayLabs/SmartSim/pull/738))
30+
- Update install notes and documentation for custom backends
31+
- Update/reorganize the install instructions to include a split between advanced
32+
install notes and instructions for specific platforms. Additionally, add
33+
instructions for machines which do not have access to the internet.
34+
([SmartSim-PR749](https://github.com/CrayLabs/SmartSim/pull/749))
2935
- PML's Scylla is still under development. The usual SmartSim
3036
build instructions do not apply because the GPU dependencies
3137
have yet to be installed at a system-wide level. Scylla has

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
overview
1414
installation_instructions/basic
15+
installation_instructions/install_notes
1516
installation_instructions/platform
1617
contributing
1718
smartsim_zoo

doc/installation_instructions/platform.rst

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
.. _install-notes:
2-
3-
General Installation Notes
4-
==========================
5-
6-
SmartSim has been installed on a variety of systems and our users often have
7-
different build environments and toolchains. The following two sections detail
8-
some common situations and how to setup and modify your build environment:
9-
10-
.. include:: platform/generic.rst
11-
12-
.. include:: platform/nonroot-linux.rst
13-
14-
Installation guides for specific platforms
15-
==========================================
1+
Platform Install Guide
2+
======================
163

174
HPC platforms have specific modules that users can often use so they do not
185
need to retrieve all of the build dependencies themselves. Some machines

0 commit comments

Comments
 (0)