Open qhapaq-49 opened 6 years ago
I found another problem. Self-compiled OOMMF does not work in 04-tutorial-current-induced-dw-motion. One needs to compile OOMMF in anaconda3/opt/oommf/.
cd path_to_anaconda/opt/oommf
tclsh oommf.tcl pimake distclean
tclsh oommf.tcl pimake upgrade
tclsh oommf.tcl pimake
I attach error log from my self-compiled OOMMF (boxsi.errors)
-----------
Stack:
Unrecognized Specify Block:
Oxs_DMI_Cnv:
invoked from within
"Oxs_ExtCreateAndRegister $key $init_str"
('Oxs_Mif' instance method 'ReadMif' line 130)
invoked from within
"_Oxs_Mif0 ReadMif /home/shiku/physics/icm2018-workshop/notebooks/domain_wall_pair/domain_wall_pair.mif {}"
invoked from within
"Oxs_ProbInit $f $MIF_params "
-----------
OOMMF exited abnormally in 02-tutorial-hamiltonian with following message in ubuntu 16.04. I report what happened and my solution.
What I did
I installed joommf using conda in accordance with tutorial page
I booted jupyter notebook,
and executed python code in 02-tutorial-hamiltonian
My OS is ubuntu 16.04 64-bit (desktop) and CPU is Corei7 4710MQ
My solution
I solved the problem by compiling OOMMF by my own according with following movie ( https://www.youtube.com/watch?v=VeWip2L_1zs ) and substituting self-compiled oommf for /home/user_name/anaconda3/bin/oommf ( one might need to change environmental variable OOMMF_ROOT).
My expectation
Looks like conda install command automatically installs OOMMF binaries to anaconda3/opt/oommf/, however, automatically installed OOMMF does not work in ubuntu 16.04. I attach log from anaconda3/opt/oommf/boxsi.errors