-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathtests.sh
More file actions
15 lines (14 loc) · 1.18 KB
/
tests.sh
File metadata and controls
15 lines (14 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
nohup cargo run --release Olken cholesky falsalih@u.rochester.edu 1 1024 no both &
nohup cargo run --release Olken cholesky falsalih@u.rochester.edu 1 256 no both &
nohup cargo run --release Olken cholesky falsalih@u.rochester.edu 1 128 no both &
nohup cargo run --release Olken cholesky falsalih@u.rochester.edu 1 512 no both &
nohup cargo run --release Olken lu falsalih@u.rochester.edu 1 100 no both &
nohup cargo run --release Olken lu falsalih@u.rochester.edu 1 200 no both &
nohup cargo run --release Olken gramschmidt_trace falsalih@u.rochester.edu 1 1024,1024 no both &
nohup cargo run --release Olken gramschmidt_trace falsalih@u.rochester.edu 1 512,512 no both &
nohup cargo run --release Olken gramschmidt_trace falsalih@u.rochester.edu 1 256,256 no both &
nohup cargo run --release Olken 2mm falsalih@u.rochester.edu 1 1024,1024,1024,1024 no both &
nohup cargo run --release Olken 2mm falsalih@u.rochester.edu 1 512,512,512,512 no both &
nohup cargo run --release Olken 2mm falsalih@u.rochester.edu 1 256,256,256,256 no both &
nohup cargo run --release Olken 2mm falsalih@u.rochester.edu 1 128,128,128,128 no both &
nohup cargo run --release Olken gemm falsalih@u.rochester.edu 1 128 no both &