mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 18:56:10 +00:00
- Added command-line options -i and -t to the omp_printf test program. - Modified the OpenMP directive such that this test program no longer triggers a data race on the loop variable 'i'. - Increased number of iterations and number of threads used during the test. - Changed error filtering from filter_error_summary to filter_stderr. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10607
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
prereq: ./run_openmp_test ./omp_printf
|
|
prog: omp_printf
|
|
vgopts: --check-stack-var=yes --read-var-info=yes
|
|
args: -i 100 -q -t 10
|