Nick Papior

Results 305 comments of Nick Papior

> No Arraymancer doesn't support that at the moment. It feels a bit like magic. `-1` can mean a lot of things in the Python world so I'd rather not...

I have the same problem with a directory specified, but nothing is uploaded "no files found".

Additionally one should be careful with allocatable statements, the below is a perfectly reasonable code: ```fortran real, allocatable :: a(:) a = [1, 2, 3] a = [1, 2, 3,...

I don't think the compiler distinguishes between `a` and `a(:)` for non-allocatable arrays. I have never heard of performance degradation due to that. However, the other is very easy to...

> > What's worse, say the code looks like this: > > ``` > > real :: a(3) > > ... > > a = [1, 2, 3] > >...

> applies only when we know reallocation is not intended, which I didn't make the connection at first. exactly.

There could be flags that disable such checks and force array dimensions to be the same. This is just a guess and I don't know if it is there. Hence...

> Both GFortran and Intel have such an option, see, e.g.: https://software.intel.com/en-us/fortran-compiler-developer-guide-and-reference-standard-realloc-lhs. I didn't know if that's what you were talking about, or something else. Yes.

> Not convinced we really need this. You can always print something after the spinner has disappeared. Yes, but I wanted the spinner and text of the spinner to stay...

Blaspp and lapackpp are not part of this project... So I think you are posting the wrong place.