ASCC
ADVANCED SCIENTIFIC COMPUTATION CENTER

TOOLS:
  Compilers  
  Matlab  
 
 
  GNQS  
  MPI  
  OpenMP  
 
 
  Exceed  

OpenMP

What is OpenMP?

OpenMP is a collection of directives for Shared Memory Multi-processing.

How to use OpenMP

To compile use the option -omp . To set the number of threads N to run on

setenv OMP_NUM_THREADS N

External Links