Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 913 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 913 Bytes

OpenAlita

This repository contains the source code for a research paper that was submitted for publication at the International Conference for High Performance Computing, Networking, Storage, and Analysis (SC20).

How to run

  • Split Lock Isolation

    g++ test_split_lock_iso.cpp -o test_split_lock_iso && sudo ./test_split_lock_iso

  • LLC & Memory Bandwidth Isolation

    g++ test_mem_contention_iso.cpp -o test_mem_contention_iso && sudo ./test_mem_contention_iso

  • Power isolation

    g++ test_power_iso.cpp -o test_power_iso && sudo ./test_power_iso

License

MIT

Contributors

Shuai Xue <[email protected]>
Shang Zhao <[email protected]>
Quan Chen <[email protected]>
Yihao Wu <[email protected]>
Shanpei Chen <[email protected]>
Yu Xu <[email protected]>
Zhen Ren <[email protected]>