Skip to content
Snippets Groups Projects
openmp 163 B
Newer Older
  • Learn to ignore specific revisions
  • # Flags for compiling/linking openmp
    
    
    COMP_OPENMP = -fopenmp
    
    
    # -----------------------------------------------------------------------------