Arlie Capps

Results 40 comments of Arlie Capps

> @agcapps could this be due to when files are created, an MPI barrier missing? I suppose, but one would think that would show up in all our other testing.

I see that the TOSS3 host-config file for rzgenie depends on HDF5 1.8.22, while the port that gets built on FreeBSD is HDF5 1.10.9,1 (I think the ,1 is a...

@nselliott , I don't know if the files exist or not. I'll see what happens after adding the calls to `MPI_Barrier()`. Yes, @cyrush , race conditions are pretty challenging.

I think what is happening, due to static linking, is that there are actually multiple instances of `s_Logger` : the one linked to by the main executable gets initialized, but...

It seemed like there may have been more than one Axom Slic getting initialized. But I compiled a test executable with static linking all around and was not able to...

PR #870 moved the logger map and logger pointer into singletons. However, CDash testing seems to report that there is a problem with Fortran usage of SLIC loggers.

I tagged this as a bug because it's not a feature, but it is something we need to add tests for and more clearly document.

@yurivict , this is on my work queue. I just now clarified this by assigning it to myself. At this point, before investigating, I will guess that you should clean...

Please post sequence of commands to reproduce the error "error: unknown target 'test', did you mean 'quest'" starting from clean ports directory tree.

Revisiting this issue, I see that today the reproducer (@kennyweiss 's second comment of 23 July 2019) still crashes. When a group in a datastore that contains attributes calls `load()`...