spectralDNS / spectralDNS

Spectral Navier Stokes (and similar) solvers in Python
GNU Lesser General Public License v3.0
299 stars 99 forks source link

Julia #50

Open AdwardAllan opened 1 year ago

AdwardAllan commented 1 year ago

Hi professor Why not continue to implement the solver by Julia ? If there has some issue in julia.

mikaem commented 1 year ago

I prefer Python, but anyone is welcome to implement a similar solver in Julia:-) At one point I actually made some routines to do the required Alltoall operations in Julia, but at the time Julia did not really have a very advanced interface to the MPI standard. This could have been improved by now, but I still would prefer Python/Cython/Numba:-)

AdwardAllan commented 1 year ago

Hi professor I just happened to find your Julia routines. So I try implement the mpi4py-fft in julia, but alltoallw is not in MPI.JL.

mikaem commented 1 year ago

The missing alltoallw is probably why I stopped last time as well.