The NAS suite will probably produce the most problems for end users. The main script run_suite is designed to ``wrap'' around and hide the various issues with the different MPI's and compilers. While run_suite does an adequate job, it certainly can not predict the potential software environments on a cluster. The NAS suite can be run from the command line. The following options are required. You also need to list the machine names in npb/cluster/machines file (one per line). This file is used by MPI to start your programs. In the npb directory, run
Usage: ./run_suite <OPTIONS>
Options:
run_suite,v 0.3 2/12/2002
Usage: ./run_suite <OPTIONS>
Options:
-v verbose output from make stage (default=make.log)
-c <compiler> compiler (gnu/pgi/intel)
-n <processors> number of processors
-t <test> test size (A,B,C,S)
-m <mpi> mpi version(lam,mpich,mpipro,dummy)
-o only build programs
-h show this help
To run on a single CPU use: '-c gnu -n 1 -t S -m dummy'