Hi, Please do as Freddie suggested, that is indeed the recommended way. But could you please mail the output of uname -a
and the output of the following when typed in ipython? import numpy as np np np.intp np.intp==np.int32 I ask because I have seen this problem on one particular architecture. Regards Arvind On Wed, Jun 17, 2015, 23:03 Karl Napf <[email protected]> wrote: > Dear Peter, > > thank you for your reply! > I recently switched to anaconda as my package manager. I installed the > following packages: > > h5py 2.5.0 np19py34_2 > mako 1.0.1 <pip> > mpi4py 1.3.1 <pip> > numpy 1.9.2 py34_0 > python 3.4.3 1 > pytools 2014.3.5 <pip> > mpmath 0.19 <pip> > > Then I went on installing PyFr 0.8.0 by issuing *python setup.py install*. > There was no error and PyFr also appeared in *conda list* afterwards. > I also installed OpenBLAS-0.2.14 and I have gcc 4.8.2. > > Since I'm currently working on a laptop without any notable graphics > acceleration I wanted to use the OpenMP backend for multicore CPUs. > > I generally followed the couette flow instructions. I edited the > *couette_flow_2d.ini* and modified the openmp-backend section: > [backend-openmp] > cblas = /opt/OpenBLAS/lib/libopenblas.so > cc = gcc > cblas-type = parallel > > I was able to convert the Gmsh file without any error. I then tried to run > pyfr using > *pyfr run --backend openmp couette_flow_2d.pyfrm couette_flow_2d.ini* > > This then resulted in the known numpy.int32 error: > * _pickle.PicklingError: Can't pickle <class 'numpy.int32'>: it's not the > same object as numpy.int32* > > I hope this helps. Any idea what I did wrong? I would really love to play > around with PyFR a bit! > > Best regards > > -- > You received this message because you are subscribed to the Google Groups > "PyFR Mailing List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pyfrmailinglist. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "PyFR Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. Visit this group at http://groups.google.com/group/pyfrmailinglist. For more options, visit https://groups.google.com/d/optout.
