Initial MPI

This commit is contained in:
jun
2023-10-06 08:45:34 -03:00
parent 1b99330bf3
commit becef215d8
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 ];
};
});
}