asdf7389 wrote:So currently I'm working on using CUDA to parallel map generation on minetest for my senior project. I'm fairly new to parallel programming, as well as C++ so it's been quite a challenge so far. I'm looking at the mapgen files and comparing to the process of how it runs when a users clicks the create new world button. Any suggestions on a focal point in what takes the longest time, taking aside rendering speeds. My main focus is the map generation. More info to come as I progress.
asdf7389 wrote:So currently I'm working on using CUDA to parallel map generation on minetest for my senior project. I'm fairly new to parallel programming, as well as C++ so it's been quite a challenge so far. I'm looking at the mapgen files and comparing to the process of how it runs when a users clicks the create new world button. Any suggestions on a focal point in what takes the longest time, taking aside rendering speeds. My main focus is the map generation. More info to come as I progress.
Calinou wrote:
Why not OpenCL? CUDA is NVIDIA-only and it's a PITA to set it up on Linux.
Is there really any noticeable performance improvement by using the GPU for map generation? I bet the gains would be small since it's fast enough already. Feel free to make this just for fun, though. :)
asdf7389 wrote:I was imagining making a file outside of Minetest to generate a world then dump it back into Minetest to explore, but I still don't fully understand how mapgen outputs it's initial file. Still just pouring through source code and beating wolves back with a stick.
Jordach wrote:asdf7389, dont try to generate a full Minetest map at once. No really, don't.
The SQLITE map file can only go upto 4GB and the file becomes unstable, not to mention that the file size will grow to about 14TB.
Good Luck.
Jordach wrote:asdf7389, dont try to generate a full Minetest map at once. No really, don't.
The SQLITE map file can only go upto 4GB and the file becomes unstable, not to mention that the file size will grow to about 14TB.
Good Luck.
Likwid H-Craft wrote:Jordach wrote:asdf7389, dont try to generate a full Minetest map at once. No really, don't.
The SQLITE map file can only go upto 4GB and the file becomes unstable, not to mention that the file size will grow to about 14TB.
Good Luck.
That will be needing a new pc HDD for some so I think it not that great have up to 1TB.
Jordach wrote:asdf7389, dont try to generate a full Minetest map at once. No really, don't.
The SQLITE map file can only go upto 4GB and the file becomes unstable, not to mention that the file size will grow to about 14TB.
Good Luck.
Users browsing this forum: No registered users and 4 guests