-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/03/2015 14:43, Zach Davis wrote: > Hi Freddie, > > Here's what we have: > > (venv) [zdavis@Rahvin cubes]$ mpirun -np 5 ./launcher.sh > cube_hex24.pyfrm cube.ini > > 99.8% [==============================> ] 0.10/0.10 ela: 00:06:55 > rem: 00:00:00[<class 'int'>, <class 'int'>, <class 'memoryview'>, > <class 'pyopencl._cl.Buffer'>, <class 'int'>, <class > 'pyopencl._cl.Buffer'>, <class 'int'>, <class > 'pyopencl._cl.Buffer'>, <class 'int'>]
Just as I suspected. For the very last time step the type of the scalar variable t becomes a NumPy float64 as opposed to a Python float. When this happens we enter a world of pain as NumPy data types do not get along with our argument passing regime. I'll push a patch fixing this later. Regards, Freddie. -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.20 (Darwin) Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlT/BvUACgkQ/J9EM/uoqVelXgCfVB+/dlU6ThGgzhrdJMJdAbZ5 8U8An1wtAZN+rzzSgY3A5hboGbJgyPWm =ah2S -----END PGP SIGNATURE----- -- 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.
