Replies: 3 comments
-
Currently there is no way to retest with runmodels (#29) What I do is I go to the .json report file and have a look at the model "3682": {
....
"nrn_run": [
"RUNNING -> ./x86_64/special -nobanner %model_dir%/mosinit.hoc %model_dir%/driver.hoc",
"\t0 ",
"\t1 ",
"\t1 ",
"\t1 ",
"\t1 ",
"\t1 ",
"\t1 ",
"\t1 ",
"\t1 ",
"\t1 ",
"\t1 ",
"Spike at 40.5 ",
"Spike at 81.15 ",
"Spike at 108 ",
"Spike at 133.65 ",
"Spike at 180.775 ",
"Spike at 201.3 ",
"Total spikes: 6 ",
"\t1 ",
"\t1 ",
""
],
"run_info": {
"driver": "/Users/savulesc/Workspace/nrn-modeldb-ci/test3682/synmap/driver.hoc",
"init": "/Users/savulesc/Workspace/nrn-modeldb-ci/test3682/synmap/mosinit.hoc",
"model_dir": "/Users/savulesc/Workspace/nrn-modeldb-ci/test3682/synmap",
"script": [
"echo 'use_mcell_ran4(1)' > temp",
"cat mosinit.hoc >> temp",
"mv temp mosinit.hoc"
],
"start_dir": "/Users/savulesc/Workspace/nrn-modeldb-ci/test3682/synmap"
}, |
Beta Was this translation helpful? Give feedback.
-
and work in the |
Beta Was this translation helpful? Give feedback.
-
I was wondering why g++-12 was more strict in the windows environment that in linux. I guess it may have something to do with
vs the linux nrnivmodl compile liine
Especially since an msys compile line during build of nrniv is much more similar to linux and looks like:
I think I'll spend some time seeing if the linux nrnivmodl can replace the legacy mingw nrnivmodl. |
Beta Was this translation helpful? Give feedback.
-
I'm working on windows with the latest msys (gcc 12.1.0) and the nrn olupton/more-cxx . There are 32 models that fail with
and I think most of those merely require some minor tweaking of mod files. E.g.
At present, cache/7399.zip was unzipped by runmodels into foo/lytton98
I can easily clone the related github repository and work on that manually, but is there a way to retest with something like
Beta Was this translation helpful? Give feedback.
All reactions