Denis St-Onge
Denis St-Onge
Does this instability occur with ky = 0 in your set-up? Also, what does the very-long-time behaviour with `include_mirror = .false.` look like? Is it _actually_ stable, or is it...
I say we ditch it, as `set_bmag_const` is really just a hack. What we really need is a separate geometry module for sheared slabs. I don't think this would be...
> [fprettify](https://github.com/pseewald/fprettify) is a decent auto-formatter for Fortran, which can automatically sort out indentation and line-length. This sounds good! Currently the indentation in stella oscillates between 2 and 3 spaces...
I've made a pull request (#81) that splits `dissipation.f90` into a few files, so it should be easier to work with and edit. `coll_fokkerplanck.f90` still needs a lot of work...
Sounds good. Make sure to pull from master first, since I've already chopped up dissipation.f90!
Is that for the redistribute.f90 routines or MPI_alltoall?
OK. I think the way the distribution function is chopped up, we would actually need to use MPI_alltoallv. I haven't much experience setting up an MPI_alltoallv myself... maybe I'll ping...
> I am also not sure if every processor needs the whole grid which would cut down the traffic by a lot. This issue isn't probably where we want to...
What would the workflow be, in that case? Would it be that before I submitted a run, I would have to make sure to run the script on my input...
Yeah that could work. Has something similar been developed for GS2, or would we have to create this from scratch?