Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Thread programming
In shared memory multiprocessor architectures, such as SMPs, threads can be used to implement thread based parallelism. The cluster compute nodes are smp nodes with 8 cores. C and C++ compilers will have one or more compile options for threads. The cluster has pthreads installed . For more info using and for more information see the man pages:

-bash-3.2$ man pthreads

...