Problems using OpenMP

2017-05-31 Thread Pedro Giffuni
Hello guys; FWIW, I tried using OpenMP in a port (hypre) and I thought the option would be something as simple as this: OPENMP_CONFIGURE_WITH=openmp OPENMP_CONFIGURE_USES=compiler:openmp Unfortunately that is not enough: ... In file included from ./_hypre_utilities.h:16: ./HYPRE_uti

Re: Problems using OpenMP

2017-05-31 Thread Steve Kargl
On Wed, May 31, 2017 at 08:56:18PM -0500, Pedro Giffuni wrote: > > FWIW, I tried using OpenMP in a port (hypre) and I thought the option > would be something as simple as this: > > OPENMP_CONFIGURE_WITH=openmp > OPENMP_CONFIGURE_USES=compiler:openmp > > Unfortunately that is not enough:

Re: Problems using OpenMP

2017-05-31 Thread Pedro Giffuni
On 05/31/17 21:45, Steve Kargl wrote: On Wed, May 31, 2017 at 08:56:18PM -0500, Pedro Giffuni wrote: FWIW, I tried using OpenMP in a port (hypre) and I thought the option would be something as simple as this: OPENMP_CONFIGURE_WITH=openmp OPENMP_CONFIGURE_USES=compiler:openmp Unfortun