SomeNet
/
public repos
/
pub
/
astra
/
parallel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
comments, return value
[pub/astra/parallel.git]
/
openmp
/
prefix
/
algorithm_1.c
1
/*
2
* Recursive parallel prefix with auxiliary array y
3
*/
4
#include "algorithm_1.h"
5
6
int algorithm_1 (numtype y[], int n, int ops[]) {
7
return 0;
8
}