Skip to content

Commit 7771757

Browse files
committed
update description
1 parent a01fd94 commit 7771757

File tree

5 files changed

+3085
-107
lines changed

5 files changed

+3085
-107
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ linux_build:
2727
rm -f $(OUTPUT_DIR)/$(BINARY_NAME)
2828
ln -s $(OUTPUT_DIR)/$(LINUX_BINARY_NAME) $(OUTPUT_DIR)/$(BINARY_NAME)
2929

30-
.PHONY: clean_build
31-
clean_build:
30+
.PHONY: clean
31+
clean:
3232
rm -f $(OUTPUT_DIR)/*

experiments/README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Experiment Steps
22

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+
37
### Generate Run Scripts
48

59
```bash
@@ -20,12 +24,17 @@ cd ..
2024
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
2125
# "--max-procs=16" where 16 is the degree of PARALLEL suggested above
2226
# bash run_scripts_0511.sh will run experiments sequentially
23-
```
2427

25-
~~1 month later ...~~
28+
..|''|| '|. '|' '||''''| '|| ||' ..|''|| '|. '|' |''||''| '||' '||' '||' | |''||''| '||''''| '||''|.
29+
.|' || |'| | || . ||| ||| .|' || |'| | || || || || ||| || || . || ||
30+
|| || | '|. | ||''| |'|..'|| || || | '|. | || ||''''|| || | || || ||''| ||''|'
31+
'|. || | ||| || | '|' || '|. || | ||| || || || || .''''|. || || || |.
32+
''|...|' .|. '| .||.....| .|. | .||. ''|...|' .|. '| .||. .||. .||. .||.....| .|. .||. .||. .||.....| .||. '|'
33+
```
2634

35+
Roughly, it takes around
2736
- 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.
2938

3039
### Merge
3140

experiments/analysis/utils.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)