Ryan Mast

Results 108 comments of Ryan Mast

@kdheepak I didn't see any way to identify which library it isn't finding. I think Python is just passing along an error message that Windows gives it, since I've seen...

The only times this error has come up is that one missing system runtime library -- https://github.com/GMLC-TDC/helics-packaging/blob/master/helics-pip/helics/__init__.py has the code that catches the error on Windows and prints the suggested...

Something like TotalView's MPI/parallel job debugging would be neat.

Oh, that really is a wall of text. Some observations: - each bullet point/term has a full paragraph, most terms feel like the core definition appears in the first 1-2...

Swig only supports generating documentation for Python and Java.

The code for the doxygen translators is in https://github.com/swig/swig/tree/master/Source/Doxygen, if we want to add one.

I’ve looked at snaps and similar packages (flatpak, appimage) before, they seem to be mostly used for executables — like the helics-app Docker image. Probably would be a good fit...

I think we meet `no direct use of MPI_COMM_WORLD`, we either use the a user provided communicator or a duplicate of MPI_COMM_WORLD as a default. There's other parts of M3...

It looks like the mininet cli (and api?) can be used to run commands in the context of a host on the virtual network. That could work on Travis to...

Probably, but without tests or a C# type maps file with language specific customization going on I don't think there's much value in adding it now, unless we are going...