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 Mode using GCC Compiler #91

Closed cindytsai closed 10 months ago

cindytsai commented 10 months ago

Support Serial Mode using GCC Compiler

Originally, libyt can only be compiled by mpic++, and run with mpirun -np 1 in serial mode. This PR removes the dependency when running in serial mode.