Skip to content
Kevin Huck edited this page Mar 5, 2018 · 25 revisions

Welcome to the sos_flow wiki!

Overview

On this page, there will be several links to get you up and running with different examples. In particular, we plan to have build instruction examples for:

...and launch examples for:

...and integration examples for:

Software Requirements

Required:

Quick instructions for building SQLite3 (version numbers may vary):

wget https://www.sqlite.org/2017/sqlite-autoconf-3210000.tar.gz
tar -xvzf sqlite-autoconf-3210000.tar.gz
cd sqlite-autoconf-3210000
./configure --prefix=/desired/path/to/sqlite3/installation
make
make install

Quick instructions for building EVPath (chaos libraries):

mkdir chaos
cd chaos
target=/desired/path/to/evpath/installation
mkdir -p ${target}
wget https://gtkorvo.github.io/korvo_bootstrap.pl
perl ./korvo_bootstrap.pl stable ${target}
perl ./korvo_build.pl

Optional:

  • Working MPI implementation (i.e. OpenMPI, MPICH, MVAPICH, etc.)
  • Python for runtime analysis (v2 or v3)
  • Munge library (MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and validating credentials.) See the Munge web page for more information.