同步代码

This commit is contained in:
YuhangQ 2023-03-30 09:26:46 +00:00
parent 9a94416938
commit ca56227733
229 changed files with 230 additions and 21 deletions

View File

@ -83,6 +83,11 @@
"io_context": "cpp", "io_context": "cpp",
"netfwd": "cpp", "netfwd": "cpp",
"socket": "cpp", "socket": "cpp",
"timer": "cpp" "timer": "cpp",
"compare": "cpp",
"concepts": "cpp",
"numbers": "cpp",
"semaphore": "cpp",
"stop_token": "cpp"
} }
} }

Binary file not shown.

BIN
light

Binary file not shown.

3
run.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
make -j 16 && mpirun -np 2 --allow-run-as-root ./light -i data/class_1_easy_10_0.cnf --share=1 --threads=4

View File

@ -9,7 +9,7 @@ cp ../light .
DOCKER_NETWORK="mallob-test" DOCKER_NETWORK="mallob-test"
docker build --no-cache -f common.dockerfil -t light:common . docker build --no-cache -f common.dockerfile -t light:common .
docker build --no-cache -f leader.dockerfile -t light:leader . docker build --no-cache -f leader.dockerfile -t light:leader .
docker build --no-cache -f worker.dockerfile -t light:worker . docker build --no-cache -f worker.dockerfile -t light:worker .

Some files were not shown because too many files have changed in this diff Show More