Functions

sst/elements/genericProc/programs/MTGL/test/custom2file.cpp File Reference

Writes out a custom graph file format as described below. More...

#include <cstdlib>
#include <mtgl/static_graph_adapter.hpp>
#include <mtgl/write_dimacs.hpp>
#include <mtgl/write_matrix_market.hpp>
#include <mtgl/mtgl_io.hpp>

Functions

int main (int argc, char *argv[])

Detailed Description

Writes out a custom graph file format as described below.

Author:
Jon Berry (jberry@sandia.gov)
Date:
3/19/2009

Let the user define a custom graph in a file of

src dest src dest ...

then snapshot that out to be read in as the other files are.