Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move FactorSet from smpi::utils to kernel::resource
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 23 Oct 2022 14:46:56 +0000 (16:46 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 23 Oct 2022 14:47:05 +0000 (16:47 +0200)
commit450b358183e53934a1185e4714387a9d824b0181
treef7b01290bcc23da21c0267e04e8dccd75d9e0ac3
parent1cc7b7d44384d887a2ed23a54cf8fa2bd78b990e
Move FactorSet from smpi::utils to kernel::resource

This fixes non-SMPI builds.

Also fix clang builds on the way (initializer_list must be given explicitly)
MANIFEST.in
src/kernel/resource/FactorSet.cpp [new file with mode: 0644]
src/kernel/resource/FactorSet.hpp [new file with mode: 0644]
src/kernel/resource/NetworkModel.cpp
src/smpi/include/smpi_host.hpp
src/smpi/include/smpi_utils.hpp
src/smpi/internals/smpi_utils.cpp
tools/cmake/DefinePackages.cmake