SESA / EBBlib

System independent library to support Elastic Building Blocks
MIT License
11 stars 6 forks source link

Development #15

Closed okrieg closed 12 years ago

okrieg commented 12 years ago

dynamically allocated memory and got rid of all statically allocated arrays dependent on number of cores, fixed a bunch of race conditions that became evident, Note the compiler will optimize volatile unless you cast to a volatile pointer and de-reference it.

lazily allocate all EBBs, only IDs of core three ebbs are allocated explicitly

Added regression test in scripts directory, automatically invoked by make check