comparison dependency.h @ 59:471c89d1d545

try 40 cores
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Fri, 09 Mar 2012 19:01:21 +0100
parents 70d24e2343bb
children 3c9ed64db705
comparison
equal deleted inserted replaced
4:257597d86efb 5:1642d2b62b2f
8 #ifndef DEPENDENCY_H 8 #ifndef DEPENDENCY_H
9 #define DEPENDENCY_H 9 #define DEPENDENCY_H
10 10
11 11
12 #include <stdio.h> 12 #include <stdio.h>
13 #include "VMS/ListOfArrays/ListOfArrays.h" 13 #include "../../C_Libraries/ListOfArrays/ListOfArrays.h"
14 14
15 typedef struct { 15 typedef struct {
16 int vp; 16 int vp;
17 int task; 17 int task;
18 } Unit; 18 } Unit;