Open cullanhowlett opened 6 months ago
Hi @cullanhowlett , can you try the development branch (it's got a lot of fixes and I need to move main to not the default but development.) Also, I might be a bit slow for the next two days as I have to finish marking assignments for a HPC course.
Hi @cullanhowlett , can you try setting the MPI_zcurve_mesh_decomposition_num_cells_per_dim=256
in the configuration file (that will set the mesh resolution. Likely I'll need to add something to scale the mesh resolution a little better and also cap it to 1024 per dimension.
Hi @cullanhowlett , I haven't heard back but did the branch help?
Hi Pascal,
I'm trying to run a large Velociraptor job using 1280 MPI tasks, but I get the following error when it tries to set up the initial domain decomposition:
I've tried ways round this --- for instance using 640 MPI tasks each with 2 cpus per task, but this seems to run into Out-of-Memory errors on my machine (NT @ Swinburne). A 1/8 scaled down version of the job works just fine on the equivalent number of tasks.
Any thoughts?