sc::PumaThreadGrp(3) | MPQC | sc::PumaThreadGrp(3) |
sc::PumaThreadGrp - The PumaThreadGrp class privides a concrete thread group appropriate for the intel teraflops machine.
#include <thpuma.h>
Inherits sc::ThreadGrp.
PumaThreadGrp (const Ref< KeyVal >
&)
int start_threads ()
Starts the threads running. int wait_threads ()
Wait for all the threads to complete. Ref< ThreadLock >
new_lock ()
Return a local object.
The PumaThreadGrp class privides a concrete thread group appropriate for the intel teraflops machine.
Starts the threads running. Thread 0 will be run by the thread that calls start_threads.
Implements sc::ThreadGrp.
Wait for all the threads to complete. This must be called before start_threads is called again or the object is destroyed.
Implements sc::ThreadGrp.
Generated automatically by Doxygen for MPQC from the source code.
Sun Oct 4 2020 | Version 2.3.1 |