mumax / 3

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

GUI does not start on-the-fly when starting mumax3 without an input file #263

Closed jasonyin0649 closed 4 years ago

jasonyin0649 commented 4 years ago

I built a version of mumax3 from source. I used CUDA 11 (Ubuntu 18.04, GTX 1070Ti). Everything seemed working when I tried the examples. But when I start mumax3 without an input file, the web-page GUI does not pop out and therefore I cannot change the parameters on the fly. Did I do anything wrong?

Many thanks.

The output is the following: //mumax 3.10 linux_amd64 go1.14.2 (gc) //CUDA 11000 GeForce GTX 1070(8118MB) cc6.1 , using CC 61 PTX //(c) Arne Vansteenkiste, Dynamat LAB, Ghent University, Belgium //This is free software without any warranty. See license.txt //****// // If you use mumax in any work or publication, // // we kindly ask you to cite the references in references.bib // //****// //****// //Please cite the following references, relevant for your simulation: // //See bibtex file in output folder for justification. // //****//

JeroenMulkers commented 4 years ago

Did you launch mumax3 with the -i flag?

jasonyin0649 commented 4 years ago

Thanks. It worked.