Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f9eb09aa authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Move variable declaration to avoid warning

parent ca37797d
No related branches found
No related tags found
No related merge requests found
......@@ -181,13 +181,12 @@ Test(int64_t n, int *iparam) {
gflops = flops / t[iter];
double upper_gflops = 0.0;
double tmin = 0.0;
double integer_tmin = 0.0;
#if defined (CHAMELEON_SCHED_STARPU)
if (iparam[IPARAM_BOUND])
{
double upper_gflops = 0.0;
double tmin = 0.0;
double integer_tmin = 0.0;
#if 0
if (iparam[IPARAM_BOUNDDEPS]) {
FILE *out = fopen("bounddeps.pl", "w");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment