diff --git a/$ b/$ deleted file mode 100755 index 4cf6b60..0000000 --- a/$ +++ /dev/null @@ -1,109 +0,0 @@ -#include -#include "master.h" - -int MASTERID = 0; -int activeNodes[10]; //nodes active in the network. Assumes that all nodes have a unique id. -char *currentPrograms[100]; //current programs : array of char pointers, each is a program string. - -void main() -{ - initCurrentProgramsArray(); - - int newProgramIndex = manageUserInput(); - printf("New program : %s \n", currentPrograms[newProgramIndex]); -/* - for(;;) - { - manageUserInput(); - - printf("Entrez le nom d'un programme : \n >> ") ; - scanf("%s", program ); - - - printf(" %d ", sizeof(program)); - addToCurrentPrograms(program); - - //calls roundRobin to decide where it should be executed - //sends it over the network - //gets program return output and print - - - }*/ -} - -void initCurrentProgramsArray() -{ - int i=0; - while(i better for recovery diff --git a/auto.sh b/auto.sh deleted file mode 100755 index d66a0b5..0000000 --- a/auto.sh +++ /dev/null @@ -1,2 +0,0 @@ -make -./build/master diff --git a/build/master b/build/master deleted file mode 100755 index 3780f53..0000000 Binary files a/build/master and /dev/null differ diff --git a/build/slave b/build/slave deleted file mode 100755 index 5ac3f1a..0000000 Binary files a/build/slave and /dev/null differ diff --git a/cc b/cc deleted file mode 100755 index 94e9a6d..0000000 --- a/cc +++ /dev/null @@ -1,14 +0,0 @@ -hello -hello -hello -hello -hello -hello -hello -hello -hello -hello -hello -hello -hello -hello diff --git a/dependencies b/dependencies deleted file mode 100755 index 8dd3b04..0000000 --- a/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -gcc -libc6-dev diff --git a/files/program b/files/program deleted file mode 100755 index e69de29..0000000 diff --git a/hello b/hello deleted file mode 100755 index e69de29..0000000 diff --git a/max] b/max] deleted file mode 100755 index e69de29..0000000