You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//mumax 3.10 [windows_amd64 go1.11.6(gc) CUDA-11.0]
//GPU info: NVIDIA GeForce RTX 3060 Laptop GPU(6143MB), CUDA Driver 11.5, cc=8.6, using cc=80 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 //
//********************************************************************//
//output directory: .\hey.out/
//********************************************************************//
//Please cite the following references, relevant for your simulation. //
//See bibtex file in output folder for justification. //
//********************************************************************//
// * Vansteenkiste et al., AIP Adv. 4, 107133 (2014).
panic: interface conversion: ast.Expr is nil, not *ast.FuncLit [recovered]
panic: interface conversion: ast.Expr is nil, not *ast.FuncLit
github.com/mumax/3/engine.CompileFile(0xc000020098, 0x8, 0xc000021360, 0xa, 0x0)
C:/Users/jmulkers/GO/src/github.com/mumax/3/engine/script.go:16 +0xc2
main.runScript(0xc000020098, 0x8)
C:/Users/jmulkers/GO/src/github.com/mumax/3/cmd/mumax3/main.go:109 +0x185
main.runFileAndServe(0xc000020098, 0x8)
C:/Users/jmulkers/GO/src/github.com/mumax/3/cmd/mumax3/main.go:92 +0x6e
main.main()
C:/Users/jmulkers/GO/src/github.com/mumax/3/cmd/mumax3/main.go:59 +0x10b
Having this error.
I'm trying to run the latest build, using Windows 11, CUDA 11.5
The text was updated successfully, but these errors were encountered:
I can reproduce this error on mumax3.10 (Windows) with an input script from the mailing list. It seemingly does not occur on mumax3.11 anymore, nor on mumax3.10 built with Go 1.22. Perhaps this issue occurs with mumax³ compiled with older Go versions?
Having this error.
I'm trying to run the latest build, using Windows 11, CUDA 11.5
The text was updated successfully, but these errors were encountered: