Skip to content
Kevin Huck edited this page Dec 18, 2017 · 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:

Full documentation is (will be?) available at: http://sos-flow.readthedocs.io/en/master/

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
wget http://www.cc.gatech.edu/systems/projects/EVPath/chaos_bootstrap.pl
perl ./chaos_bootstrap.pl adios-1.13 /desired/path/to/evpath/installation
perl ./chaos_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.