Steven R. Brandt

Results 71 comments of Steven R. Brandt

@sithhell The issue appears related to something in my environment, not the number of threads on the machine, as running that same image with Singularity did not produce an issue....

This ticket has a few issues. One of which is how the addition of arrays works. The change below will allow `[42] + [42]` to be `[42, 42]`. ```diff diff...

Maybe I'm a commit or two behind, but I wasn't getting that behavior. I was getting the error thrown right after that segment of code I identified.

@khuck I see. Is there also an env variable?

@khuck the filter works!

The issue I have is this: - There's no way to send data from one locality to another inside a phylanx function - Arrays created in phylanx functions are deallocated...

I believe this is a duplicate of #633

Another inherent problem is that we use currently use arrays as a method of conveying range data.

You're right. I thought it worked with both lists and hstack/vstack.

@ct-clmsn as near as I can tell, all the things in this ticket work in the current master. Shall we close the ticket?