Nicolas Cornu

Results 50 issues of Nicolas Cornu

WPS Push Button is really a nice way to add new network with complicate password. We could have a new `netctl` command to let our system do this. This command...

enhancement
no patch

The new output of `nrnivmodl` is ``` Finding files: - /home/cornu/EPFL/CoreNeuron/tests/integration/ring_gap/mod//halfgap.mod Cleaning files to /home/cornu/EPFL/nrn/BUILD/x86_64/cleaned_mod Generating makemod2c_inc Generating mod_func.cpp Compiling files with corenrn Compiling files with nrn Successfully created /home/cornu/EPFL/nrn/BUILD/x86_64/special...

As an example, we have modfile like this: ``` NEURON { SUFFIX GRC_NA RANGE alfa } FUNCTION alfa() { alfa = 1 } ``` **nocmodl** or **mod2c** accepts it without...

bug
enhancement

**The old bash script is limited so do a new one with python >= 2.7** The idea behind the rewriting is having several options in the same time. Right now...

Some mpiexec version does not have the option -n, so it should be configurable

Here is a valgrind output after running tqperf on master. ``` valgrind ./x86_64/special-core --mpi -e 50 -d coredat --multisend -o tqperf ``` Those 2 errors seems to be due to...

bug

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

triage

Hello, First of all this is not an issue but a contact. I'm a maintainer of PRoot. I look around what you do here, and you seems to have a...

Those are `PLOT`, `SENS` and `STEPPED`

Those token have never been implemented so we can remove it safely Following #1957 we can remove it.