Using Sun WorkShop

Multithreaded Development Tools

The Sun Performance WorkShop Fortran and Sun Visual WorkShop C++ include tools for developing multithreaded applications. Sun WorkShop Debugging supports dynamic analysis and control of multithreaded programs. LockLint analyzes source code for potential synchronization errors, such as deadlock and data race conditions. LoopTool displays a graph of loop runtimes and shows which loops were parallelized. Together they provide powerful support for multithreaded program development.

For more information on using the multithreaded tool set, see: