Conversation
67d9bc3 to
f99a341
Compare
71ada5b to
ef7513f
Compare
313a09f to
44c78f2
Compare
|
For reasons that elude me at this point in time, 5 rxd tests are failing for the autotools jobs: more here: https://travis-ci.com/github/neuronsimulator/nrn/jobs/414446958#L8937 |
|
How does one run one of the autotools tests. For cmake, |
For autotools I use (on mac) : cd nrn
git checkout cpp
./build.sh
./configure --without-x --with-paranrn=dynamic --with-nrnpython=`which python` --with-readline=no --prefix=`pwd`/install
make
make install
export PYTHONPATH=`pwd`/install/lib/python:$PYTHONPATH
export PATH=`pwd`/install/x86_64/bin:$PATH
python share/lib/python/neuron/rxdtests/run_all.py
I don't think those tests are run with cmake; by running |
|
@nrnhines : Just to be sync : @adamjhn just informed us following:
So, if simple hh results are different between autotools and CMake then I suspect we have missed something fundamental. We haven't checked details yet. (Note that this different happens only this pull request branch; master works correctly) |
|
I will block some dedicated hours to go though all those 458 files 👀. All changes are straightforward but just to be sure we don't miss anything.
And then we should be ready to go 🚀 |
|
I'll also
|
|
@alexsavulescu : Having bit curated commit message would be helpful for this mega merge? May be you can take a look at the log and copy message here? @nrnhines @alexsavulescu : another question - should we merge all (or most of the) commits from current master to release/8.0 before this merge? |
This sums it up:
Sure, save ourselves some cherry-picking |
pramodk
left a comment
There was a problem hiding this comment.
Few minor comments/questions otherwise LGTM
|
@pramodk so I'm happy if you're happy. CI providers have been erratic these past days (GHA doubling jobs, failed actions for no reason, Azure reporting failed jobs but they weren't...) but everything is a-OK. |
More details in #708.