Kurt Sansom

Results 38 comments of Kurt Sansom

@tclune Apologies this has fallen off my radar. It looks like I just missed fixing this by about a week.

an example error would be ``` /build/external/pfunit_src/extern/fArgParse/src/BaseAction.F90:309.6: n_arguments = this%n_arguments 1 Error: Assignment to an allocatable polymorphic variable at (1) is not yet supported ```

cmake issues aside: I was able to get gcc-7.5 to compile pfunit. all prior compilers failed. 4.9, 5.5, and 6.5 pfunit works with gcc-7.5 with the following flags. ``` -D...

Thank you @eschnett, the limitation is the x^6 problem size, rather than the algorithms itself. Unsurprisingly it boils down to coming up with a way to reduce the problem size...

@eschnett that sounds great. I am free in the morning until 10:30 EDT Tues, or between 10-11 EDT wednesday.

This is exactly what I was struggling with. Thank you very much. Every time I was reading about a "stream", it was in the context of sending it over a...

What would be the extension to this for a struct of data? I think it would be to create a new class like `OneByteChunk` or `Vector3Double` e.g. `somedatatype` and replace...

are Marshalling/Unmarshalling synonyms with serialization and de-serialization?

based on an issue here: https://github.com/open-dis/xmlpg/issues/21 it looks like the `xmlpg/DIS2012.xml` and the one over in `DISDescription/DIS7.xml` differ. But at what point they diverged, and at what state of those...

I still need to modify the cmake commands to use the correct SDL2 libraries.