1
1
openmpi/vcproj/ompi/ompi.sln
Prabhanjan Kambadur 4257467fec this is the big windows commit. there are more things which have gone into this than i can remember. but basically, we are looking for
1. header file and source file protections using #ifdef WIN32
2. new files and directories to support windows functionality
3. appropritate linkage symbols added (OMPI_DECLSPEC) for windows
4. some functions are unimplemented on the windows side. this is mostly
because there might not be need to implement it in windows land. eg., forking
a daemon off
5. Introduced locking mechanisms for windows

This commit was SVN r3286.
2004-10-22 16:06:05 +00:00

99 строки
5.6 KiB
Plaintext
Исполняемый файл

Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ompi", "ompi.vcproj", "{238533E7-2436-41CC-A421-714EE5618358}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ompi_info", "..\ompi_info\ompi_info.vcproj", "{D5F390E0-27B2-4263-ABD0-8491779E0241}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpirun", "..\mpirun\mpirun.vcproj", "{730DDDE1-2DD6-4F12-863F-830E738E66DE}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpiexec", "..\mpiexec\mpiexec.vcproj", "{F3CEDF64-5654-422D-BDE7-5FDD0E260378}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpicc", "..\wrappers\wrappers.vcproj", "{25FE01B5-434E-47AF-B1F5-27FCE66AC9F6}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpic++", "..\mpic++\mpic++.vcproj", "{0CA568F8-FEC1-4443-8B38-F0CC68CDE438}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpif77", "..\mpif77\mpif77.vcproj", "{548BE921-9BCF-4BBC-98A0-9036AA933047}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpif90", "..\mpif90\mpif90.vcproj", "{C174443B-D59D-4CDD-AADF-B517D0318CB3}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bootproxy", "..\bootproxy\bootproxy.vcproj", "{E861C550-215E-4071-9846-27D392FFC8B2}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "console", "..\console\console.vcproj", "{7424D14E-7523-4BC7-A4A8-5509C2F51D01}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ompid", "..\ompid\ompid.vcproj", "{D6F8183F-75BE-4F15-86E9-CC6C96E0B44B}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openmpi", "..\openmpi\openmpi.vcproj", "{00041BD4-5225-4A91-9FD1-CF0F2B32AB4C}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{238533E7-2436-41CC-A421-714EE5618358}.Debug.ActiveCfg = Debug|Win32
{238533E7-2436-41CC-A421-714EE5618358}.Debug.Build.0 = Debug|Win32
{238533E7-2436-41CC-A421-714EE5618358}.Release.ActiveCfg = Release|Win32
{238533E7-2436-41CC-A421-714EE5618358}.Release.Build.0 = Release|Win32
{D5F390E0-27B2-4263-ABD0-8491779E0241}.Debug.ActiveCfg = Debug|Win32
{D5F390E0-27B2-4263-ABD0-8491779E0241}.Release.ActiveCfg = Release|Win32
{D5F390E0-27B2-4263-ABD0-8491779E0241}.Release.Build.0 = Release|Win32
{730DDDE1-2DD6-4F12-863F-830E738E66DE}.Debug.ActiveCfg = Debug|Win32
{730DDDE1-2DD6-4F12-863F-830E738E66DE}.Release.ActiveCfg = Release|Win32
{730DDDE1-2DD6-4F12-863F-830E738E66DE}.Release.Build.0 = Release|Win32
{F3CEDF64-5654-422D-BDE7-5FDD0E260378}.Debug.ActiveCfg = Debug|Win32
{F3CEDF64-5654-422D-BDE7-5FDD0E260378}.Release.ActiveCfg = Release|Win32
{F3CEDF64-5654-422D-BDE7-5FDD0E260378}.Release.Build.0 = Release|Win32
{25FE01B5-434E-47AF-B1F5-27FCE66AC9F6}.Debug.ActiveCfg = Debug|Win32
{25FE01B5-434E-47AF-B1F5-27FCE66AC9F6}.Release.ActiveCfg = Release|Win32
{25FE01B5-434E-47AF-B1F5-27FCE66AC9F6}.Release.Build.0 = Release|Win32
{0CA568F8-FEC1-4443-8B38-F0CC68CDE438}.Debug.ActiveCfg = Debug|Win32
{0CA568F8-FEC1-4443-8B38-F0CC68CDE438}.Release.ActiveCfg = Release|Win32
{0CA568F8-FEC1-4443-8B38-F0CC68CDE438}.Release.Build.0 = Release|Win32
{548BE921-9BCF-4BBC-98A0-9036AA933047}.Debug.ActiveCfg = Debug|Win32
{548BE921-9BCF-4BBC-98A0-9036AA933047}.Release.ActiveCfg = Release|Win32
{548BE921-9BCF-4BBC-98A0-9036AA933047}.Release.Build.0 = Release|Win32
{C174443B-D59D-4CDD-AADF-B517D0318CB3}.Debug.ActiveCfg = Debug|Win32
{C174443B-D59D-4CDD-AADF-B517D0318CB3}.Release.ActiveCfg = Release|Win32
{C174443B-D59D-4CDD-AADF-B517D0318CB3}.Release.Build.0 = Release|Win32
{E861C550-215E-4071-9846-27D392FFC8B2}.Debug.ActiveCfg = Debug|Win32
{E861C550-215E-4071-9846-27D392FFC8B2}.Release.ActiveCfg = Release|Win32
{E861C550-215E-4071-9846-27D392FFC8B2}.Release.Build.0 = Release|Win32
{7424D14E-7523-4BC7-A4A8-5509C2F51D01}.Debug.ActiveCfg = Debug|Win32
{7424D14E-7523-4BC7-A4A8-5509C2F51D01}.Release.ActiveCfg = Release|Win32
{7424D14E-7523-4BC7-A4A8-5509C2F51D01}.Release.Build.0 = Release|Win32
{D6F8183F-75BE-4F15-86E9-CC6C96E0B44B}.Debug.ActiveCfg = Debug|Win32
{D6F8183F-75BE-4F15-86E9-CC6C96E0B44B}.Release.ActiveCfg = Release|Win32
{D6F8183F-75BE-4F15-86E9-CC6C96E0B44B}.Release.Build.0 = Release|Win32
{00041BD4-5225-4A91-9FD1-CF0F2B32AB4C}.Debug.ActiveCfg = Debug|Win32
{00041BD4-5225-4A91-9FD1-CF0F2B32AB4C}.Release.ActiveCfg = Release|Win32
{00041BD4-5225-4A91-9FD1-CF0F2B32AB4C}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal