jupyter-xeus / xeus-cling

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
3.01k stars 294 forks source link

Error with mpic++ #487

Open Grindayzer opened 1 year ago

Grindayzer commented 1 year ago

Hi, there some issues with the mpic++ package in a notebook :

`The Open MPI wrapper compiler was unable to find the specified compiler x86_64-conda-linux-gnu-c++ in your PATH.

Note that this compiler was either specified at configure time or in one of several possible environment variables.


mpiexec was unable to find the specified executable file, and therefore did not launch the job. This error was first reported for process rank 0; it may have occurred for other processes as well.

NOTE: A common cause for this error is misspelling a mpiexec command line parameter option (remember that mpiexec interprets the first unrecognized command line token as the executable).

Node: 6625b1436e86 Executable: ex_1`

but it's working fine in the console.

How I can resolve this ?

Thank's