Lisandro Dalcin
Lisandro Dalcin
VTK Lagrange elements do require uniformly spaced points, at least for tensor product cells.
Should be fixed via pypa/pyproject-metadata#61.
Please be aware that MPICH scripts are not really a general purpose tool. Any attempt to retarget them to generate stuff outside of MPICH needs may require heavy editing. For...
Maybe https://github.com/mpi-forum/pympistandard would be a more appropriate thing to base code generation on.
Microsoft MPI does not have/use compiler wrappers. You should use environment variables to manually pass include-dir/library-dir flags and msmpi.lib, the list of vars is here: https://github.com/mpi4py/setup-mpi/blob/master/setup-msmpi.ps1#L39. Please note that Windows...
> I definitely then think the Intel compiler should be the default. You are definitely right. However, I'm quite conscious about backward compatibility. I cannot make intelmpi the default in...
What's the shape of your weights? Can you try passing `weithgs.reshape(-1)` instead?
> and my time series data shape is > > `(200, 278946, 5)` So do you have 200 time samples, each comprising of 278946 spatial points with 5 variables per...
> Unfortunately I can't make an easy reproducible thing. Not even using random data with shapes that match your data?
Oh, but then that means we can do better, that is, add the missing axis, right Marcin?