Dheepak Krishnamurthy

Results 160 issues of Dheepak Krishnamurthy

**Is your feature request related to a problem? Please describe.** Currently, console logs print warnings such as the following: ``` [2021-03-06 15:28:11.175] [console] [warning] commWarning||7896-s5pfY-x4yYC-aBAXB-PmbYX (1)::unknown route and no broker,...

**Describe the bug** We have double publications and have set up a simple example in Python to do co-iteration. The values subscribed while iteration is occurring update as expected based...

bug

`helicsFederateRegisterFromPublicationJSON` exists but there's no `helicsFederateRegisterFromInputJSON`

bug

If I run the same code, I get different results in `v2.6.1` versus `v3.0.0.alpha.2`. ![Screen Shot 2020-11-11 at 4 20 40 PM](https://user-images.githubusercontent.com/1813121/98875633-da5a0300-2439-11eb-9a28-8af61bda979f.png) This is the code I'm running: ``` import...

bug

![Screen Shot 2020-11-09 at 9 05 10 PM](https://user-images.githubusercontent.com/1813121/98626559-43713780-22cf-11eb-9aa5-19a0ec97bec2.png) I'm using HELICS v3.0.0.alpha.2 with the following `filters.json` file: ``` { "coreinit": "--autobroker", "corename": "the name of the filter federate core", "coretype":...

bug

This is the output of running `helics_broker --help`: ``` $ helics_broker --help All core types have similar options Arguments applying to all Brokers and Cores Usage: [OPTIONS] Options: -h,-?,--help Print...

bug

Both `pkg-config` and `helics-config` don't give useful results for `--include`. ``` $ pkg-config --cflags helicsSharedLib -I/Users/USER/local/helics-develop/include ``` and ``` $ helics-config --includes "/Users/USER/local/helics-develop/include" ``` I think they should return the...

Installation/build

**Describe the bug** In the Java C interface, the following code is generated. https://github.com/GMLC-TDC/HELICS/blob/14786ea46662e6a32424fb624fe4b9ed7f50c170/interfaces/java/interface/helicsJava.c#L6559-L6562 The equivalent in the Python interface is the following: https://github.com/GMLC-TDC/HELICS/blob/14786ea46662e6a32424fb624fe4b9ed7f50c170/interfaces/python/interface/helicsPython.c#L11270-L11273 Why does the Java interface not...

bug

Use a consistent naming convention for the C API, that allows users to identify various kinds of objects just by reading the code. ### Proposal Use `camelCase` for functions: ```...

Code Improvement

I've linked to the commit where I'm encountering this issue: https://github.com/GMLC-TDC/pyhelics/blob/e2775e71ebff605548d7029eec93607e24fa1f83/tests/test_combinationfederate.py https://github.com/GMLC-TDC/pyhelics/blob/e2775e71ebff605548d7029eec93607e24fa1f83/tests/combinationfederate.json

bug