mumax / 3

GPU-accelerated micromagnetic simulator
Other
450 stars 150 forks source link

Weird problem when read m from .ovf file #214

Closed mdai26 closed 5 years ago

mdai26 commented 5 years ago

After one simulaiton, I output a magnetization distribuion file myfile.ovf. When I try to use this magnetization distribution to start a new simulation, I typed m.loadfile("myfile.ovf") and then mumax3.exe flashed back immediately. The version I use is mumax3.9.1_windows and my default web browser is google chrome. I am wondering how I can solve this issue.

JeroenMulkers commented 5 years ago

What exactly do you mean by 'flashed back'? Can you provide both scripts?

mdai26 commented 5 years ago

Hi,

Thank you so much for your kind reply. I mean when I run the mumax3.exe and type command "m.loadfile("myfile.ovf")", mumax3.exe will stop running and a disconnected sign will show on the web page. The screen shot of the problem is below.

[cid:8a287f75-dad5-41c9-adae-1f770fc67be6]

I just entered this command.

[cid:06e85340-fea3-472f-839a-06e82b835e72]

And then mumax3.exe stop running.

I didn't use any script but just type a command.

Best regards.

Minyi


From: Jeroen Mulkers notifications@github.com Sent: Thursday, December 13, 2018 10:43:25 AM To: mumax/3 Cc: MINYI DAI; Author Subject: Re: [mumax/3] Weird problem when read m from .ovf file (#214)

What exactly do you mean by 'flashed back'? Can you provide both scripts?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/mumax/3/issues/214#issuecomment-447037655, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ArtJaIo_O9uDE0i1wdwZtTQJztTdRn8Gks5u4oOtgaJpZM4ZQHmp.

mdai26 commented 5 years ago

I found this problem can be solved by using command line to run mumax3.exe rather than using the interactive mode. Now the m file can be read normally.