Add mod2c as subdirectory instead of external project#409
Conversation
|
This, along with BlueBrain/mod2c#49 seems to put everything in place to finish off #408 by removing nrnunits.lib and copying nrnunits.lib.in from nrn/share/lib into the proper place in the coreneuron-mod2c combination. I suppose nmodl can follow after. |
pramodk
left a comment
There was a problem hiding this comment.
changes look straightforward!
|
If we look at CI from simulation stack we are seeing (expand full log): @matz-e @ferdonline : |
|
@jorblancoa @sergiorg-hpc : FYI, this is the PR is causing CI issue. @alkino : Just FYI, as we have now added mod2c as submodule, it gets compiled with same flags as CoreNEURON. For example, assume that we are compiling for KNL with Solution is to not use target specific compiler options for MOD2C. We can just rely on standard O1/O2/O3 flags for MOD2C. |
|
You want a canadian compilation? |
…Neuron#409) * Add mod2c as add_subdirectory instead of external project * unset PMI_RANK inside nrnivmodl-core * Fix nrnunits.lib path for install * Update mod2c to latest master CoreNEURON Repo SHA: BlueBrain/CoreNeuron@ca4345d
No description provided.