Skip to content

Commit

Permalink
Fix test cases from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
manorom committed Apr 24, 2019
1 parent bcb9973 commit 483c414
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ int main(){
}

for (j = 0; j < size; j+=64) {
<<<<<<< HEAD
printf("%.2f %.2f ",A[j][0],A[j][1]);
=======
printf("%.2f %.2f",A[j][0],A[j][1]);
>>>>>>> aurora_offloading_prototype
}
return 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ int main(){
#pragma omp target
{
printf("%d\n", a);
fflush(0);
}
}

Expand Down

0 comments on commit 483c414

Please sign in to comment.