source: CIVL/examples/omp/nas-dc/sys/print_instructions@ 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 100755
File size: 807 bytes
Line 
1echo ''
2echo ' To make a NAS benchmark type '
3echo ''
4echo ' make <benchmark-name> CLASS=<class>'
5echo ''
6echo ' where <benchmark-name> is "bt", "cg", "ep", "ft", "is", "lu",'
7echo ' "mg", "sp", "ua", or "dc"'
8echo ' <class> is "S", "W", "A", "B", "C" or "D"'
9echo ''
10echo ' To make a set of benchmarks, create the file config/suite.def'
11echo ' according to the instructions in config/suite.def.template and type'
12echo ''
13echo ' make suite'
14echo ''
15echo ' ***************************************************************'
16echo ' * Remember to edit the file config/make.def for site specific *'
17echo ' * information as described in the README file *'
18echo ' ***************************************************************'
19
Note: See TracBrowser for help on using the repository browser.