File tree Expand file tree Collapse file tree 5 files changed +3085
-107
lines changed Expand file tree Collapse file tree 5 files changed +3085
-107
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ linux_build:
27
27
rm -f $(OUTPUT_DIR ) /$(BINARY_NAME )
28
28
ln -s $(OUTPUT_DIR ) /$(LINUX_BINARY_NAME ) $(OUTPUT_DIR ) /$(BINARY_NAME )
29
29
30
- .PHONY : clean_build
31
- clean_build :
30
+ .PHONY : clean
31
+ clean :
32
32
rm -f $(OUTPUT_DIR ) /*
Original file line number Diff line number Diff line change 1
1
## Experiment Steps
2
2
3
+ ### Prerequisite: Compiled Binary Files in the ` bin ` Directory.
4
+
5
+ Make sure the binary file ` simon ` has been generated in the ` bin ` directory (see "🚧 Environment Setup" in [ README] ( ../README.md ) for details)
6
+
3
7
### Generate Run Scripts
4
8
5
9
``` bash
@@ -20,12 +24,17 @@ cd ..
20
24
cat experiments/run_scripts/run_scripts_0511.sh | while read i; do printf " %q\n" " $i " ; done | xargs --max-procs=16 -I CMD bash -c CMD
21
25
# "--max-procs=16" where 16 is the degree of PARALLEL suggested above
22
26
# bash run_scripts_0511.sh will run experiments sequentially
23
- ```
24
27
25
- ~~ 1 month later ...~~
28
+ ..| ' ' || ' |. ' | ' ' || ' ' ' ' | ' || ||' ..| ' ' || ' |. ' | ' |' ' ||' ' | ' || ' ' || ' ' || ' | |' ' ||' ' | ' || ' ' ' ' | ' ||' ' |.
29
+ .|' || | ' | | || . ||| ||| .|' || | ' | | || || || || ||| || || . || ||
30
+ || || | ' | . | || ' ' | | ' |..' || || || | ' |. | || ||' ' ' ' || || | || || ||' ' | ||' ' |'
31
+ ' |. || | ||| || | ' | ' || ' | . || | ||| || || || || .' ' ' ' | . || || || | .
32
+ ' ' | ...| ' .|. ' | .|| .....| .| . | .|| . ' ' | ...| ' .|. ' | .|| . .|| . .|| . .|| .....| .| . .|| . .|| . .|| .....| .|| . ' |'
33
+ ```
26
34
35
+ Roughly, it takes around
27
36
- 10 minutes for 1 experiment on 2 vCPU.
28
- - Roughly 10 hours for 1020 experiments on a 256 vCPU machine with PARALLEL= 128.
37
+ - 10 hours for 1020 experiments on a 256 vCPU machine with pool size of 128 threads .
29
38
30
39
### Merge
31
40
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments