Initial MPI

This commit is contained in:
2023-10-29 20:50:54 -03:00
parent abedae2247
commit c032d066f0
5 changed files with 33 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
in
{
devShells.default = pkgs.mkShell {
packages = with pkgs; [ gcc cmake clang gnuplot llvmPackages.openmp bc ];
packages = with pkgs; [ gcc cmake clang gnuplot llvmPackages.openmp bc boost openmpi ];
};
});
}