From: John P. <jwp...@gm...> - 2019-02-12 22:47:59
|
On Tue, Feb 12, 2019 at 12:35 PM Rovinelli, Andrea via Libmesh-users < lib...@li...> wrote: > Maybe this is a question that already has an answer, but I wasn't able to > find it. > I need to use the default OSX compiler because of the interaction with > external library. > I can do everything beside configuring libmesh with opnemp enabled, I > always have to use the flag --with-pthread-mode=none. > > I know that I can enable openmp in clang++ with hombrew libomp > > Does anyone know which are the exact parameters and flags to make it work > under a brand-new installation? > If I recall correctly, the default OSX clang doesn't support openmp. It's one of the reasons the MOOSE team builds their own compiler... -- John |