Skip to content
Snippets Groups Projects
openmp 160 B
Newer Older
  • Learn to ignore specific revisions
  • # Flags for compiling/linking openmp
    
    # The USE_OMP is for OpenFOAM-specific use (general use is _OPENMP)
    
    
    COMP_OPENMP = -DUSE_OMP -fopenmp
    LINK_OPENMP = -lgomp