Clarify input size Bash is slow

This commit is contained in:
Ciro Santilli
2018-03-08 00:06:04 +00:00
parent 8ddf179eee
commit 157f13571b

View File

@@ -1918,7 +1918,7 @@ and then rebuild with:
./build -a arm -g -i buildroot_config_fragment_parsec parsec-benchmark-reconfigure
....
This limitation exists because `parsecmgmt` generates the input files just before running, but we can't run on gem5 as it is too slow!
This limitation exists because `parsecmgmt` generates the input files just before running via the Bash scripts, but we can't run `parsecmgmt` on gem5 as it is too slow!
One option would be to do that inside the guest with QEMU, but this would required a full rebuild due to <<gem5-and-qemu-with-the-same-kernel-configuration>>.