source: CIVL/examples/omp/nas-dc/DC/npbparams.h@ 1aaefd4

main test-branch
Last change on this file since 1aaefd4 was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 524 bytes
RevLine 
[f2eb077]1#define CLASS 'W'
2/*
3 This file is generated automatically by the setparams utility.
4 It sets the number of processors and the class of the NPB
5 in this directory. Do not modify it by hand.
6 This file provided for backward compatibility.
7 It is not used in DC benchmark. */
8
9long long int input_tuples=100000, attrnum=10;
10#define COMPILETIME "01 Jul 2016"
11#define NPBVERSION "3.3.1"
12#define CC "gcc"
13#define CFLAGS "-O"
14#define CLINK "$(CC)"
15#define CLINKFLAGS "-O"
16#define C_LIB "-lm"
17#define C_INC "(none)"
Note: See TracBrowser for help on using the repository browser.