同步代码
This commit is contained in:
parent
9a94416938
commit
ca56227733
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@ -83,6 +83,11 @@
|
||||
"io_context": "cpp",
|
||||
"netfwd": "cpp",
|
||||
"socket": "cpp",
|
||||
"timer": "cpp"
|
||||
"timer": "cpp",
|
||||
"compare": "cpp",
|
||||
"concepts": "cpp",
|
||||
"numbers": "cpp",
|
||||
"semaphore": "cpp",
|
||||
"stop_token": "cpp"
|
||||
}
|
||||
}
|
BIN
docker/light
BIN
docker/light
Binary file not shown.
3
run.sh
Executable file
3
run.sh
Executable 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
|
@ -9,7 +9,7 @@ cp ../light .
|
||||
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 worker.dockerfile -t light:worker .
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user