optimad / bitpit

Open source library for scientific HPC
http://optimad.github.io/bitpit/
GNU Lesser General Public License v3.0
116 stars 34 forks source link

LA: fixes for serial builds #393

Closed marcocisternino closed 1 year ago

marcocisternino commented 1 year ago

System Solver 's assembly methods have been fixed to build without MPI

andrea-iob commented 1 year ago

In parallel builds, we should always explicitly pass a communicator during the assembly. Can you check if the branch "ai.LA.fix.serial.builds" works as well? That branch defines the functions that do not take the communicator in input only for serial builds.