[mpich2-commits] r7812 - mpich2/trunk

jayesh at mcs.anl.gov jayesh at mcs.anl.gov
Mon Jan 24 09:56:18 CST 2011


Author: jayesh
Date: 2011-01-24 09:56:18 -0600 (Mon, 24 Jan 2011)
New Revision: 7812

Modified:
   mpich2/trunk/winconfigure.wsf
Log:
Adding sched\* into Windows makefile - was added in r7784

Modified: mpich2/trunk/winconfigure.wsf
===================================================================
--- mpich2/trunk/winconfigure.wsf	2011-01-24 15:52:23 UTC (rev 7811)
+++ mpich2/trunk/winconfigure.wsf	2011-01-24 15:56:18 UTC (rev 7812)
@@ -6665,6 +6665,7 @@
 	mfile.WriteLine(" /I..\src\mpi\romio\adio\include \")
 	mfile.WriteLine(" /I..\src\mpid\common\datatype \")
 	mfile.WriteLine(" /I..\src\mpid\common\locks \")
+	mfile.WriteLine(" /I..\src\mpid\common\sched \")
 	mfile.WriteLine(" /I..\src\mpi\datatype \")
 	mfile.WriteLine(" /I..\src\mpi\binding\f90 \")
 	mfile.WriteLine(" /I..\src\pm\smpd \")
@@ -6913,6 +6914,7 @@
 	CreateRules f.GetFolder("src\mpid\ch3\src"), trimlength
 	CreateRules f.GetFolder("src\mpid\common\locks"), trimlength
 	CreateRules f.GetFolder("src\mpid\common\sock\iocp"), trimlength
+	CreateRules f.GetFolder("src\mpid\common\sched"), trimlength
 	CreateRules f.GetFolder("src\util\info"), trimlength
 '	CreateRules f.GetFolder("src\util\timing"), trimlength
 	CreateRules f.GetFolder("src\util\logging\common"), trimlength
@@ -6956,6 +6958,7 @@
 	CreateObjs "mpich2", f.GetFolder("src\mpid\ch3\src"), trimlength, false, false
 	CreateObjs "mpich2", f.GetFolder("src\mpid\common\locks"), trimlength, false, false
 	CreateObjs "mpich2", f.GetFolder("src\mpid\common\sock\iocp"), trimlength, false, false
+	CreateObjs "mpich2", f.GetFolder("src\mpid\common\sched"), trimlength, false, false
 	CreateObjs "mpich2", f.GetFolder("src\util\info"), trimlength, false, false
 '	CreateObjs "mpich2", f.GetFolder("src\util\timing"), trimlength, false, false
 	CreateObjs "mpich2", f.GetFolder("src\util\logging\common"), trimlength, false, false



More information about the mpich2-commits mailing list