mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-24 02:35:58 +01:00
Rename parsec to parsec_benchmark
This commit is contained in:
@@ -1,16 +1,29 @@
|
||||
config BR2_PACKAGE_PARSEC
|
||||
bool "PARSEC"
|
||||
config BR2_PACKAGE_PARSEC_BENCHMARK
|
||||
bool "PARSEC_BENCHMARK"
|
||||
# Parsec shell scripts use a hardcoded /bin/bash
|
||||
# One option would be to try and use /bin/sh.
|
||||
# But symlinking fails because of BusyBox' symlink mechanism.
|
||||
# The other option would be to patch Parsec to use /bin/sh and be POSIX compliant.
|
||||
# But let's take the path of smallest resistance for now.
|
||||
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
select BR2_PACKAGE_BASH
|
||||
help
|
||||
Parsec system benchmark.
|
||||
|
||||
http://parsec.cs.princeton.edu/
|
||||
|
||||
if BR2_PACKAGE_PARSEC
|
||||
if BR2_PACKAGE_PARSEC_BENCHMARK
|
||||
|
||||
config BR2_PACKAGE_PARSEC_BUILD_LIST
|
||||
config BR2_PACKAGE_PARSEC_BENCHMARK_BUILD_LIST
|
||||
string "build_list"
|
||||
default all
|
||||
default splash2x
|
||||
help
|
||||
Space separated list of parsec packages to build.
|
||||
|
||||
config BR2_PACKAGE_PARSEC_BENCHMARK_INPUT_SIZE
|
||||
string "input_size"
|
||||
default test
|
||||
help
|
||||
Which input size to generate on the host for the guest.
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user