Re: [pyfrmailinglist] OpenMP backend error

2016-03-31 Thread Freddie Witherden
Hi Emre, On 31/03/2016 17:24, emre wrote: > I have a similar problem. > > I installed Anaconda distribution, therefore I am not sure about the > compiler but mpi4py seems to work only with Intel MPI. At first it was > installing using MS MPI with wrong directories, then I corrected them > with

Re: [pyfrmailinglist] OpenMP backend error

2016-03-31 Thread emre
Hi Freddie, I have a similar problem. I installed Anaconda distribution, therefore I am not sure about the compiler but mpi4py seems to work only with Intel MPI. At first it was installing using MS MPI with wrong directories, then I corrected them with correct MS MPI. But the result of

Re: [pyfrmailinglist] OpenMP backend error

2016-02-29 Thread 'Leo Allen' via PyFR Mailing List
Hi Freddie, After commenting out the prefork enabling, I made the following changes to util.py on the call function, from line 21. def __call__(self, *args, **kwargs): instance = args[0] print("") print(self) print("--self") print(*args)

Re: [pyfrmailinglist] OpenMP backend error

2016-02-24 Thread Freddie Witherden
Hi Leo, On 24/02/16 16:17, 'Leo Allen' via PyFR Mailing List wrote: > Hello, I've been using PyFR on a windows laptop with Cygwin 64bit, and > after upgrading pyfr to 1.3, I get an error which seems to persist even > when I downgrade back to 1.2. Nothing substantial changed between v1.2.0 and