Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
comparison dependency.c @ 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:03700b1ae6d5 | 5:27e13dd7604b |
|---|---|
| 1 #include "dependency.h" | 1 #include "dependency.h" |
| 2 #include "VMS/VMS.h" | 2 #include "../VMS_impl/VMS.h" |
| 3 | 3 |
| 4 Dependency* new_dependency(int from_vp, int from_task, int to_vp, int to_task){ | 4 Dependency* new_dependency(int from_vp, int from_task, int to_vp, int to_task){ |
| 5 Dependency* newDep = (Dependency*) VMS__malloc(sizeof(Dependency)); | 5 Dependency* newDep = (Dependency*) VMS__malloc(sizeof(Dependency)); |
| 6 if (newDep!=NULL){ | 6 if (newDep!=NULL){ |
| 7 newDep->from_vp = from_vp; | 7 newDep->from_vp = from_vp; |
