Преглед изворни кода

Import Boost.MPI with the beginnings of a BBv2-based build system

[SVN r36337]
Douglas Gregor пре 19 година
родитељ
комит
de1a6d15bf
3 измењених фајлова са 6 додато и 1 уклоњено
  1. 4 0
      .gitmodules
  2. 1 0
      libs/mpi
  3. 1 1
      tools/build

+ 4 - 0
.gitmodules

@@ -298,6 +298,10 @@
 	path = libs/interprocess
 	path = libs/interprocess
 	url = ../interprocess.git
 	url = ../interprocess.git
 	fetchRecurseSubmodules = on-demand
 	fetchRecurseSubmodules = on-demand
+[submodule "mpi"]
+	path = libs/mpi
+	url = ../mpi.git
+	fetchRecurseSubmodules = on-demand
 [submodule "system"]
 [submodule "system"]
 	path = libs/system
 	path = libs/system
 	url = ../system.git
 	url = ../system.git

+ 1 - 0
libs/mpi

@@ -0,0 +1 @@
+Subproject commit ceeb6163eb4a0f207e464025db7b26206ec4488a

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit f1493bf1fa5968673733f338f25aca8309796eaf
+Subproject commit 3f108da0252a7717c1ce70ff45b85447be215ba9

粤ICP备19079148号