sst-elements
sst-elements copied to clipboard
Simulating Multi-threaded Program on Vanadis
Hello! I'm trying to add this functionality to run multiple threads in parallel on Vanadis, and given the current situation that Vanadis is not able to simulate pthread programs due to some unimplemented syscalls, I'm thinking loading a single-thread program and expand it into multiple threads to test for now. Any advice on how should I approach this in a better way? Any help would be appreciated, thank you!