Greg Eisenhauer

Results 267 comments of Greg Eisenhauer

For those who don't want to parse the test log to see the failures. There are 35 or so, focused in three categories: - the InSitu engine `File BPStepsInSituLocalArray.EveryOtherStep.Schedule0.Oddity1BP4.MPI.bp was...

@pnorbert When working on other things I noticed that we have some tests that work with BP3, but not with BP4. Is the problem with the test? Or with the...

I think the question would be, what's that limit? What would have worked for you? Do you know how many timesteps got queued before you ran out of memory? One...

Given #3273, I agree that it's (probably past) time to revisit this. Raising triage level.

Interesting... My first thought was lurking 32-bit length values (much of this code was written with control, not data, in mind), but offhand I'm not sure how that turns into...

I was unable to duplicate this when I tried. EVPath has had a couple of tweaks since then. @franzpoeschel , can you maybe try again? If it still fails, I've...

Thanks. Let me see what I can do. (I'm currently isolating with an active CoViD infection, so I'm not exactly on top of my game, but I'm not completely non-functional.)

Just a thought while I'm poking at this. The example reader code is subtly wrong. For streaming engines, variables get wiped (at least potentially), so you have to do the...

Looking at this in the background. Part of the problem is that there's actually a linux limitation too. Even on 64-bit systems, a single IO operation is limited to MAX_RW_COUNT...

I think this can be overcome. It's just going to take a bit of experimentation. The straightforward approach I tried when I first discovered it just had some rather disastrous,...