From 022baafc0d7cd190887d2a98327a1536f1ad2784 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 15 Jul 2025 02:58:26 +0000 Subject: 0.9 + nightly builds --- daemon | Bin 17712 -> 17584 bytes makefile | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 makefile diff --git a/daemon b/daemon index e351052..7725124 100755 Binary files a/daemon and b/daemon differ diff --git a/makefile b/makefile new file mode 100644 index 0000000..44eafc7 --- /dev/null +++ b/makefile @@ -0,0 +1,8 @@ +all: + + mpicc daemon.c -o daemon -pthread -lrt + mpicc agent.c -o agent -pthread -lrt + mpicc addjob.c -o addjob -pthread -lrt + +clean: + rm -f main daemon agent scheduler job -- cgit v1.2.3