Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rewrote smpi_sleep() and smpi_usleep() so that:
authorHenri Casanova <henric@hawaii.edu>
Thu, 8 May 2014 20:10:44 +0000 (10:10 -1000)
committerHenri Casanova <henric@hawaii.edu>
Thu, 8 May 2014 20:10:44 +0000 (10:10 -1000)
1. the code is not duplicated but shared in a static private function
2. sleeping is done via an actual simcall_process_sleep rather than a bogus computation

Augmented SMPI tracing to allow tracing of sleep events


No differences found