summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2025-07-15 02:58:26 +0000
committerYour Name <you@example.com>2025-07-15 02:58:26 +0000
commit022baafc0d7cd190887d2a98327a1536f1ad2784 (patch)
tree12ae9a9e737952d36c98716ffdeff8e37bfa2977
parent082e3adb0f3fd13b2f9de827449f1ec1ed037bf3 (diff)
0.9 + nightly builds
-rwxr-xr-xdaemonbin17712 -> 17584 bytes
-rw-r--r--makefile8
2 files changed, 8 insertions, 0 deletions
diff --git a/daemon b/daemon
index e351052..7725124 100755
--- a/daemon
+++ b/daemon
Binary files 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