|
2 | 2 | ## Blank lines and any part of a line beginning with # are ignored |
3 | 3 | ############################################################################# |
4 | 4 | ## |
5 | | -## List of applications with desired arguments to replace the |
6 | | -## default arguments in the bench script. |
| 5 | +## List of applications with desired arguments. |
7 | 6 | ## |
8 | 7 | ## Format as would be used for executing the application from a |
9 | 8 | ## command line, app -arg -arg etc. Multiple instances of the |
10 | 9 | ## same app with different (or same) arguments will run that |
11 | | -## many if the app is in the APPS_[C,G]PU directories. |
| 10 | +## many if the app is in the APPS_[C,G]PU directories, although |
| 11 | +## the --num_repetitions argument is the preferred way of running |
| 12 | +## an entry more than once. |
12 | 13 | ## |
13 | 14 | ## Needs the full application name with extension. Zero to many |
14 | | -## arguments are possible. |
| 15 | +## arguments are possible. The -device N option of a GPU app will |
| 16 | +## be ingored, as this command line option is used to manage slot |
| 17 | +## assignment. Specifing physical GPUs can be accomplished with the |
| 18 | +## --max_gpus X and --gpu_devices 0,1 options. The value X must be |
| 19 | +## equal to the number of devices specified. |
15 | 20 | ## |
16 | 21 | ## |
17 | 22 | ############################################################################## |
18 | | -## Set benchMT command line options - to be implemented |
| 23 | +## Set benchMT command line options |
19 | 24 | ############################################################################## |
20 | | -## TODO |
21 | | -## In a future the release, the capability of specifying benchMT |
22 | | -## command line options from BenchCFG file will be added. |
23 | | -#mode arg argv |
| 25 | +## |
| 26 | +## Command line options can be specified as modes in the BenchCFG file or an |
| 27 | +## alternate CFG file specified on the command line. Options specified on |
| 28 | +## the command line will override those specified with mode in a CFG file. |
| 29 | +## |
| 30 | +## |
| 31 | +#Don't ask confirmation before running jobs |
| 32 | +#mode yes False |
| 33 | +#Specify name of this run |
| 34 | +#mode run_name test |
| 35 | +#Specify path for BOINC |
| 36 | +#mode boinc_home /home/boinc/BOINC/ |
| 37 | +#Do not suspend BOINC |
| 38 | +#mode noBS False |
| 39 | +#Display compact run status |
| 40 | +#mode display_compact False |
| 41 | +#Display run status by slots instead of jobs |
| 42 | +#mode display_slots False |
| 43 | +#Specify number of times to run benchmark |
| 44 | +#mode num_repetitions 2 |
| 45 | +#Specify max number of threads to load |
| 46 | +#mode max_threads 2 |
| 47 | +#Specify max number of GPUs to load |
| 48 | +#mode max_gpus 2 |
| 49 | +#Specify GPU devices to use |
| 50 | +#mode gpu_devices 0,1 |
| 51 | +#Use standard signal WUs instead of Test WUs |
| 52 | +#mode std_signals True |
24 | 53 | ## |
25 | 54 | ## |
26 | 55 | ############################################################################## |
27 | 56 | ## Entries to define benchmark run |
28 | 57 | ############################################################################## |
| 58 | +## |
29 | 59 | MBv8_8.22r3584_sse2_clAMD_HD5_x86_64-pc-linux-gnu -v 1 -instances_per_device 1 -sbs 2048 -period_iterations_num 1 -tt 500 -spike_fft_thresh 8192 -tune 1 64 1 4 -oclfft_tune_gr 256 -oclfft_tune_lr 16 -oclfft_tune_wg 256 -oclfft_tune_ls 512 -oclfft_tune_bn 64 -oclfft_tune_cw 64 -hp -high_perf -no_defaults_scaling |
30 | 60 | #MBv8_8.22r3584_sse2_clAMD_HD5_x86_64-pc-linux-gnu -v 1 |
31 | 61 |
|
32 | 62 | #MBv8_8.04r3306_sse2_linux64 --nographics |
33 | 63 | #MBv8_8.04r3306_sse41_linux64 --nographics |
34 | 64 | ##MBv8_8.04r3306_ssse3_linux64 --nographics |
35 | | -#MBv8_8.22r3711_sse41_x86_64-pc-linux-gnu --nographics |
| 65 | +MBv8_8.22r3711_sse41_x86_64-pc-linux-gnu --nographics |
36 | 66 | #MBv8_8.22r3712_avx2_x86_64-pc-linux-gnu --nographics |
37 | 67 | #MBv8_8.04r3306_sse42_linux64 --nographics |
38 | 68 | #MBv8_8.05r3345_avx_linux64 --nographics |
|
0 commit comments