We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16aef7 commit 40653ffCopy full SHA for 40653ff
swm_c/shallow_swap.acc.c
@@ -33,8 +33,8 @@
33
34
#define TRUE 1
35
#define FALSE 0
36
-#define M 64
37
-#define N 64
+#define M 256
+#define N 256
38
#define M_LEN (M + 1)
39
#define N_LEN (N + 1)
40
#define SIZE ((M_LEN)*(N_LEN))
swm_c/shallow_swap.c
@@ -31,14 +31,14 @@
31
32
-#define M 16
-#define N 16
-#define ITMAX 1
+#define ITMAX 4000
#define L_OUT TRUE
41
-#define VAL_OUT TRUE
+#define VAL_OUT FALSE
42
43
extern double wtime();
44
extern void dswap(double **a, double **b);
0 commit comments