projects
/
lattice-boltzmann-epiphany.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
147f726
)
remove useless delay(), since ping-pong works now
author
Sebastian
<git@sraa.de>
Tue, 12 Aug 2014 20:47:45 +0000
(20:47 +0000)
committer
Sebastian
<git@sraa.de>
Tue, 12 Aug 2014 20:47:45 +0000
(20:47 +0000)
lb/esrc/lb_2d.c
patch
|
blob
|
history
diff --git
a/lb/esrc/lb_2d.c
b/lb/esrc/lb_2d.c
index 623148b1e236155d10490dbc88d1fc6e093c0737..c2542980f18dc7a1fc17ba2dcca5b144916b137e 100644
(file)
--- a/
lb/esrc/lb_2d.c
+++ b/
lb/esrc/lb_2d.c
@@
-25,13
+25,6
@@
volatile e_barrier_t barriers[NUM_CORES];
/* global index variables */
unsigned int row, col, core;
-void delay(int x)
-{
- for(volatile int j = 0; j < x; j++)
- for(volatile int i = 0; i < 1000000; i++)
- ;
-}
-
void init(void)
{
/* compile-time checks */