Skip to content
Permalink
7bd854fbf6
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
12 lines (11 sloc) 514 Bytes
#make ultraclean
make
echo
echo
echo "[*] Running tests for noise = 01, 03, 05, writing data to N_<noise>_raw.csv and logging progress to log<noise>_raw.csv"
./b92_ext_finite 10000000 N_1e7_raw.csv > log1e7_raw.txt&
./b92_ext_finite 50000000 N_5e7_raw.csv > log5e7_raw.txt&
./b92_ext_finite 100000000 N_1e8_raw.csv > log1e8_raw.txt&
./b92_ext_finite 500000000 N_5e8_raw.csv > log5e8_raw.txt
#./b92_ext_finite 1000000000 N_1e9_raw.csv > log1e9_raw.txt&
#./b92_ext_finite 5000000000 N_5e9_raw.csv > log5e9_raw.txt