stfc / HartreeParticleDSL

MIT License
1 stars 1 forks source link

PHDF5 module needs non-MPI support #69

Closed LonelyCat124 closed 1 year ago

LonelyCat124 commented 1 year ago

Glados will have a non-MPI implementation to base from - mostly I expect its just removal of a set of calls and replacement with static values.

LonelyCat124 commented 1 year ago

This should also be applied to the FDTD_MPI module, compilation needs to work if MPI is set to False.

LonelyCat124 commented 1 year ago

A lot of this is done. Remaining issue is to have the non-MPI FDTD_MPI boundary conditions to work correctly.

LonelyCat124 commented 1 year ago

This should be done now.