-
i am trying to run gasnet with mpi substrate, but my code gives
```
--------------------------------------------------------------------------
A prefix was supplied to mpirun that only contained s…
-
An intel test is hanging in MPI_COMM_DUP (MPI_Keyval1_c and MPI_Keyval1_f), and the backtrace from one of the hung processes is a bit strange:
```
$ mpirun -np 4 --mca btl vader,self ./MPI_Keyval1_c
…
-
### Issue details
I want to establish a TCP connection over ethernet to send and receive Mavlink messages. I'm reading the ROS wiki, PX4 documentation and the libmavconn github repo. But I'm still …
-
During jupyter-server meeting we discussed the possibility of enabling the frontends to ask for and receive the content from the kernel. This is distinct from the current contents manager APIs in jupy…
-
currently every rank prints "Run CouetteScenario", "Finish CouetteScenario::initSolvers()" and "Finish CouetteScenario::shutdown() Shut down CouetteScenario" to the output. It floods output and makes …
-
Hello all,
First of all I would like to congratulate you guys for pbdR. It's a great project and we are using it more and more.
I am running into an issue on a pretty basic script and I figured I wo…
-
We are using [jep](https://github.com/ninia/jep) and Subinterpreters to invoke Python code from within a Java process.
Ideally we would like to debug the execution of such code with PyDev's remote de…
-
This has been showing up in several CI builds lately (for example https://github.com/dask/distributed/runs/2814505063).
Traceback:
```python
2021-06-13T17:50:12.3994425Z ====================…
-
Hi Alex,
My LocoNet project is compiling fine on an Arduino Uno R3, but when I compile the same code on an Arduino Uno R4, I get the following library error:
In file included from /Users/huib/Do…
-
Looking at how ipykernel and IPython are used, I wonder if we can remove them as dependencies.
I think in xeus-python, and in pyodide environments we do not use the real packages as they are on pypi …