print_instructions 1.1 KB

123456789101112131415161718192021222324252627
  1. echo ''
  2. echo ' To make a NAS benchmark type '
  3. echo ''
  4. echo ' make <benchmark-name> NPROCS=<number> CLASS=<class> [SUBTYPE=<type>]'
  5. echo ''
  6. echo ' where <benchmark-name> is "bt", "cg", "ep", "ft", "is", "lu",'
  7. echo ' "mg", or "sp"'
  8. echo ' <number> is the number of processors'
  9. echo ' <class> is "S", "W", "A", "B", "C", or "D"'
  10. echo ''
  11. echo ' Only when making the I/O benchmark:'
  12. echo ''
  13. echo ' <benchmark-name> is "bt"'
  14. echo ' <number>, <class> as above'
  15. echo ' <type> is "full", "simple", "fortran", or "epio"'
  16. echo ''
  17. echo ' To make a set of benchmarks, create the file config/suite.def'
  18. echo ' according to the instructions in config/suite.def.template and type'
  19. echo ''
  20. echo ' make suite'
  21. echo ''
  22. echo ' ***************************************************************'
  23. echo ' * Remember to edit the file config/make.def for site specific *'
  24. echo ' * information as described in the README file *'
  25. echo ' ***************************************************************'