Remove Eigen::PartialPivLU and replace it with Crout LU decomposition#964
Conversation
|
Logfiles from GitLab pipeline #78256 (:no_entry:) have been uploaded here! Status and direct links: |
|
Logfiles from GitLab pipeline #78297 (:no_entry:) have been uploaded here! Status and direct links: |
|
Logfiles from GitLab pipeline #78316 (:no_entry:) have been uploaded here! Status and direct links: |
|
Logfiles from GitLab pipeline #78372 (:no_entry:) have been uploaded here! Status and direct links: |
|
Logfiles from GitLab pipeline #78409 (:white_check_mark:) have been uploaded here! Status and direct links: |
PYTHONPATH=/home/vsts/work/1/s/nrn/build/lib::/home/vsts/work/1/s/nrn/build/lib/python MODLUNIT=/home/vsts/work/1/s/nrn/build/share/mod2c/nrnunits.lib /home/vsts/work/1/s/nrn/build/bin/nmodl x86_64/corenrn/mod2c/hh.mod -o x86_64/corenrn/mod2c/ host --c passes --inline sympy --analytic
Segmentation fault (core dumped)
make[3]: *** [/home/vsts/work/1/s/nrn/build/share/coreneuron/nrnivmodl_core_makefile:253: x86_64/corenrn/mod2c/halfgap.cpp] Error 139
make[3]: *** Waiting for unfinished jobs....Is something worth looking for segfault? |
|
Logfiles from GitLab pipeline #79240 (:white_check_mark:) have been uploaded here! Status and direct links: |
|
Logfiles from GitLab pipeline #79268 (:white_check_mark:) have been uploaded here! Status and direct links: |
|
Logfiles from GitLab pipeline #79364 (:white_check_mark:) have been uploaded here! Status and direct links: |
|
Logfiles from GitLab pipeline #79688 (:no_entry:) have been uploaded here! Status and direct links: |
|
Logfiles from GitLab pipeline #79757 (:no_entry:) have been uploaded here! Status and direct links: |
|
Logfiles from GitLab pipeline #80165 (:white_check_mark:) have been uploaded here! Status and direct links: |
|
@pramodk shall we merge it? |
In BlueBrain/nmodl#1329, solver includes for MOD file generation are included in the NMODL binary. This PR removes remaining CMake glue, as well as outdated code removed in BlueBrain/nmodl#964. Sitting on top of PR #1305.
In BlueBrain/nmodl#1329, solver includes for MOD file generation are included in the NMODL binary. This PR removes remaining CMake glue, as well as outdated code removed in BlueBrain/nmodl#964. Sitting on top of PR #1305.
In BlueBrain/nmodl#1329, solver includes for MOD file generation are included in the NMODL binary. This PR removes remaining CMake glue, as well as outdated code removed in BlueBrain/nmodl#964. Sitting on top of PR #1305.
* In BlueBrain/nmodl#1329, solver includes for MOD file generation are included in the NMODL binary. This PR removes remaining CMake glue, as well as outdated code removed in BlueBrain/nmodl#964. Sitting on top of PR #1305. * NEURON copies the Eigen headers into the installation prefix
Remove Eigen::PartialPivLU and replace it with Crout LU decomposition
closes #943