yt-project / libyt

In-situ analysis with yt
https://libyt.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Support Serial Process #65

Open cindytsai opened 1 year ago

cindytsai commented 1 year ago

Support Serial Process

Currently, libyt uses mpirun -np 1 for serial process. We want to support serial process without using MPI library.