Skip to content
Cameron Smith edited this page Oct 19, 2017 · 17 revisions

CODES ANL page: http://press3.mcs.anl.gov/codes/developer-access/

ROSS GitHub repo: https://github.com/carothersc/ROSS

Terminology

Logical Process (LP): a Terminal or Router

Terminal: a simulated burst buffer, compute node, or MPI process

Router: a simulated network device that connects terminals to other Routers

Kernel Process (KP): a group of Logical Processes, the default is 16

PE: physical MPI process

Event Rate: number of forward events processed per second

Efficiency: number of forward events / number of backward (rollback) events

Build

Run and Test

Clone this wiki locally