branch, master, updated. 44b504be9801bb87b4c26c8b5925e2d08b79edfd
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "". The branch, master has been updated via 44b504be9801bb87b4c26c8b5925e2d08b79edfd (commit) from e2d930c65f35fa092c3972326745bf27b9283836 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 44b504be9801bb87b4c26c8b5925e2d08b79edfd Author: Phil Carns <[email protected]> Date: Tue Mar 17 15:21:08 2015 -0400 add rough text for produced software ----------------------------------------------------------------------- Summary of changes: reports/triton-quarterly/2015.03.30/software.txt | 27 ++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 reports/triton-quarterly/2015.03.30/software.txt Diff of changes: diff --git a/reports/triton-quarterly/2015.03.30/software.txt b/reports/triton-quarterly/2015.03.30/software.txt new file mode 100644 index 0000000..2b28edf --- /dev/null +++ b/reports/triton-quarterly/2015.03.30/software.txt @@ -0,0 +1,27 @@ +Based on feedback from previous quarterly reports we will begin including +source code snapshots with our reports. In this quarterly report we +feature two component packages with complete installation documentation: + +Aesop + +Aesop was developed primarily by ANL. It is a programming language +(based on c), programming model, and runtime system designed to facilitate +the construction of highly concurrent system software. It serves as the +basis for both the Triton (ANL) and and Sirocco (Sandia) storage systems. + +The source code for Aesop can be found in [TODO:ref] and the installation +instructions can be found in [TODO:ref]. + +Mercury + +Mercury was developed as a collaboration between the HDF Group and ANL. It +is remote procedure call (RPC) framework designed for use on high performance +computing systems. One if its most notable features is a mechanism for +efficient bulk data transfers in the context of RPC operations. +Mercury supports a variety of underlying network transports, including SSM, +BMI, CCI, and MPI. It serves as the communication management layer for the +Triton (ANL) storage system. + +The source code for Mercury can be found in [TODO:ref] and the installation +instructions can be found in [TODO:ref]. + hooks/post-receive --
participants (1)
-
noreply@mcs.anl.gov