Unknown error

Anything that doesn't fit elsewhere.
Post Reply
Annik
Posts: 27
Joined: Fri Sep 07, 2012 1:02 pm

Unknown error

Post by Annik »

Hi, I'm getting an error message I don't understand.
/home/t/tyrell/annik/Multi Compartment Model/x86_64/special: line 13: 5798 Killed "${NRNIV}" -dll "/home/t/tyrell/annik/Multi Compartment Model/x86_64/.libs/libnrnmech.so" "$@"
What is the problem/how should I troubleshoot this?

Thanks,
Annik
hines
Site Admin
Posts: 1687
Joined: Wed May 18, 2005 3:32 pm

Re: Unknown error

Post by hines »

Spaces in path names need to be escaped. It is probably easiest just to rename your Multi\ Compartment\ Model to MultiCompartmentModel
or else Multi_Compartment_Model
Annik
Posts: 27
Joined: Fri Sep 07, 2012 1:02 pm

Re: Unknown error

Post by Annik »

After renaming the directory to MCM instead, I'm still getting the same message. Any other reasons this might be occurring?
hines
Site Admin
Posts: 1687
Joined: Wed May 18, 2005 3:32 pm

Re: Unknown error

Post by hines »

You will also need to remove your x86_64 folder and rerun nrnivmodl.
There is a script in there that has the old path.
dll "/home/t/tyrell/annik/Multi Compartment Model/x86_64/.libs/libnrnmech.so"
Post Reply