From e3f5c9d3966cbf1a3d7500bee19d73fccac1998e Mon Sep 17 00:00:00 2001
From: Ali Mohammed <ali.mohammed@unibas.ch>
Date: Wed, 26 May 2021 10:13:41 +0000
Subject: [PATCH] Add sage module stack to INSTALL.md

---
 INSTALL.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/INSTALL.md b/INSTALL.md
index dff1655b..b0bee5d6 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -55,6 +55,14 @@ Please load the following modules before configuring/building, to ensure `libfab
 Do not use one of the `craype-network-ofi\*` modules at this time.
 `libfabric` builds nicely with CCE 9.0.
 
+### sage prototype
+Please load the following modules before configuring/building.
+
+```
+module use $CLIENT_MOD_PATH
+module swap gnu GCC/9.3.0
+module load Autotools git binutils pkg-config libreadline
+```
 
 ## Calling autoreconf
 
-- 
GitLab