From 2e97bcb84b320b769c7ce9730f2ef5e9d7183162 Mon Sep 17 00:00:00 2001 From: Caleb Schilly Date: Wed, 18 Oct 2023 15:26:04 -0400 Subject: [PATCH] #2200: remove docs line, change checkpoint to magistrate, replace LB with LBAF --- docs/md/mainpage.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/md/mainpage.md b/docs/md/mainpage.md index 0019c8906d..80e806d93c 100644 --- a/docs/md/mainpage.md +++ b/docs/md/mainpage.md @@ -26,10 +26,9 @@ supercomputer architectures. The main public repositories are: | Module | Name | Links | | ---------------------------------- | -------------------------------------------------------------- | -------------------------- | | HPC Runtime | @m_span{m-text m-success} DARMA/vt @m_endspan (Virtual Transport) | [Github](https://github.com/DARMA-tasking/vt) | -| HPC Serialization | @m_span{m-text m-success} DARMA/checkpoint @m_endspan (Checkpointing and Serialization Library) | [Github](https://github.com/DARMA-tasking/checkpoint), [Docs](https://darma-tasking.github.io/checkpoint_docs/html/index.html) | -| HPC LB Simulator | @m_span{m-text m-success} DARMA/LBAF @m_endspan (Load Balancing Analysis Framework) | [Github](https://github.com/DARMA-tasking/LB-analysis-framework), [Docs](https://darma-tasking.github.io/lbaf_docs/index.html) | +| HPC Serialization | @m_span{m-text m-success} DARMA/magistrate @m_endspan (Checkpointing and Serialization Library) | [Github](https://github.com/DARMA-tasking/checkpoint), [Docs](https://darma-tasking.github.io/checkpoint_docs/html/index.html) | +| HPC Load Balancing Analysis Framework | @m_span{m-text m-success} DARMA/LBAF @m_endspan | [Github](https://github.com/DARMA-tasking/LB-analysis-framework), [Docs](https://darma-tasking.github.io/lbaf_docs/index.html) | | HPC Serializer compiler analyzer | @m_span{m-text m-success} DARMA/checkpoint-analyzer @m_endspan (Static verification of serializers) | [Github](https://github.com/DARMA-tasking/checkpoint-member-analyzer) | -| Toolkit documentation | @m_span{m-text m-success} DARMA/docs @m_endspan | [Docs](https://github.com/DARMA-tasking/DARMA-tasking.github.io) | \section intro-darma-vt Learn about DARMA/vt