comparison libgomp/testsuite/libgomp.c/omp_matvec.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
14 #include <omp.h> 14 #include <omp.h>
15 #include <stdio.h> 15 #include <stdio.h>
16 #define SIZE 10 16 #define SIZE 10
17 17
18 18
19 int
19 main () 20 main ()
20 { 21 {
21 22
22 float A[SIZE][SIZE], b[SIZE], c[SIZE], total; 23 float A[SIZE][SIZE], b[SIZE], c[SIZE], total;
23 int i, j, tid; 24 int i, j, tid;