Mittagskogel

Results 10 comments of Mittagskogel

Whoops, sorry about that. If there’s no fix in sight, maybe it would be a good idea to add a note to the documentation, since first-time users will probably generate...

This happens because sulfurous doesn't put a limit on the scale of a costume like scratch does (see [https://wiki.scratch.mit.edu/wiki/Avoiding_the_Costume_Size_Limit](https://wiki.scratch.mit.edu/wiki/Avoiding_the_Costume_Size_Limit)) This is actually a feature of sulfurous, not a bug. However,...

This is due to the fact that costumes can move over the edge of the screen in sulfurous. In Scratch, sprites always stay on the screen partially. Some projects use...

Do these graphic effects use javascript or webgl? (cpu/gpu?) I'm asking because I would like to go towards using webgl for these effects, because sulfurous will be slower than Scratch...

Oops nevermind, I should have checked the code first ;-) I'm planning to port these effects to webgl, but I think we should also keep the current version for legacy...

There is now a legacy version at sulfurous.aau.at/legacy/

Ah I see, I was not aware of the NEKO_LOG_LEVEL variable, thank you for pointing that out. What is the earliest version of Neko that supports this? I'm currently on...

`axpy.py` seems to work fine: ``` (dace_env) [user@cluster dace]$ python ./samples/simple/axpy.py Difference: 0.0 ``` I've now switched to MKL+MPICH, but I don't think this is relevant for the issue. Also,...

Indeed, I've finally gotten the problem to run with MKL+MPICH. Like you suggested, the `py-mpi4py` module was still incorrect. Thus, the CMake error message ``` CMake Error: Generator implementation error,...

Yes, the distributed benchmark is running regardless of the CMake errors. I'm using CMake 3.24.2, but I've tested multiple versions and they all triggered the error.