Skip to content

simplify openmp handling

Current wmake/rules define -DUSE_OMP, which was added for integration of cfmesh but isn't needed in general.

  • simplify by removing that define (handle separately within cfmesh) and also provide an option to override from wmake itself. Eg (wmake -no-openmp)