sik
October 30, 2018, 3:01pm
12
@tanguy . My fault, can you export the LD_LIBRAY_PATH
and repeat the ldd? I think that this not found
would disappear.
Then the next step would be to replicate the call that brainstorm does.
see, these threads:
I’m trying to reproduce it. Can anyone provide a MWE ?
I’ve run tutorial_epilepsy('/home/sik/Downloads/', '/tmp/report_dir/') and everything works fine.
What happens if you do the equivalent of this linux commands?
~
❯ cd ~/.brainstorm/openmeeg/linux64
~/.brainstorm/openmeeg/linux64
❯ export LD_LIBRARY_PATH=$PWD
~/.brainstorm/openmeeg/linux64
❯ ./om_assemble
./om_assemble version 2.4.0 compiled at Jul 13 2018 15:57:20 using OpenMP
Executing using 4 threads.
./om_assemble [-option]…
@jhan24 could you run the openmeeg from the terminal and post the error for me? Thx.
To do so, open the terminal, find your brainstorm’s openmeeg installation and run the line you see in the compute head model error you posted. (There’s a trick, you might export the LD_LIBRARY_PATH)
In my case is:
~/.brainstorm/openmeeg/linux64
(base) ❯ cd ~/.brainstorm/openmeeg/linux64
~/.brainstorm/openmeeg/linux64
(base) ❯ export LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH
~/.brainstorm/openmeeg/linux64
(base)…