BoilerPlate.h File Reference

Common command line processing for benchmarks -*- C++ -*-. More...

#include "Galois/Galois.h"
#include "Galois/Version.h"
#include "Galois/Runtime/ll/gio.h"
#include "llvm/Support/CommandLine.h"
#include <sstream>

Go to the source code of this file.

Functions

static llvm::cl::opt< bool > skipVerify ("noverify", llvm::cl::desc("Skip verification step"), llvm::cl::init(false))
 standard global options to the benchmarks
static llvm::cl::opt< int > numThreads ("t", llvm::cl::desc("Number of threads"), llvm::cl::init(1))
static void LonestarStart (int argc, char **argv, const char *app, const char *desc=0, const char *url=0)
 initialize lonestar benchmark

Detailed Description

Common command line processing for benchmarks -*- C++ -*-.

License

Galois, a framework to exploit amorphous data-parallelism in irregular programs.

Copyright (C) 2012, The University of Texas at Austin. All rights reserved. UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS SOFTWARE AND DOCUMENTATION, INCLUDING ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR ANY PARTICULAR PURPOSE, NON-INFRINGEMENT AND WARRANTIES OF PERFORMANCE, AND ANY WARRANTY THAT MIGHT OTHERWISE ARISE FROM COURSE OF DEALING OR USAGE OF TRADE. NO WARRANTY IS EITHER EXPRESS OR IMPLIED WITH RESPECT TO THE USE OF THE SOFTWARE OR DOCUMENTATION. Under no circumstances shall University be liable for incidental, special, indirect, direct or consequential damages or loss of profits, interruption of business, or related expenses which may arise from use of Software or Documentation, including but not limited to those resulting from defects in Software and/or Documentation, or loss or inaccuracy of data of any kind.

Author:
Andrew Lenharth <andrewl@lenharth.org>

Function Documentation

static void LonestarStart ( int  argc,
char **  argv,
const char *  app,
const char *  desc = 0,
const char *  url = 0 
) [static]

initialize lonestar benchmark

static llvm::cl::opt<int> numThreads ( "t"  ,
llvm::cl::  desc"Number of threads",
llvm::cl::  init1 
) [static]
static llvm::cl::opt<bool> skipVerify ( "noverify"  ,
llvm::cl::  desc"Skip verification step",
llvm::cl::  initfalse 
) [static]

standard global options to the benchmarks


Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1