Functions

sst/elements/genericProc/programs/MTGL/test/buildmaps.c File Reference

Build node and edge memory map files from DIMACS graph file. Also produces summary output to be redirected to a file for use in loading node and edge memory map files. More...

#include "qalloc.h"
#include "Graph.h"
#include <cassert>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <unistd.h>
#include <inttypes.h>
#include <sys/stat.h>

Functions

void input_error (char *error_msg, int line)
struct Graph buildGraph (int argc, char **argv)

Detailed Description

Build node and edge memory map files from DIMACS graph file. Also produces summary output to be redirected to a file for use in loading node and edge memory map files.

Author:
Vitus Leung (vjleung@sandia.gov)
Date:
1/5/2007