Skip to content

Commit 2e45893

Browse files
authored
Add files via upload
1 parent b37abd6 commit 2e45893

21 files changed

+190
-0
lines changed

LU10_MPI/Debug/LU10_MPI.exe

31 KB
Binary file not shown.

LU10_MPI/Debug/LU10_MPI.ilk

232 KB
Binary file not shown.

LU10_MPI/Debug/LU10_MPI.pdb

492 KB
Binary file not shown.

LU10_MPI/LU10_MPI.sdf

2.69 MB
Binary file not shown.

LU10_MPI/LU10_MPI.sln

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.40629.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LU10_MPI", "LU10_MPI\LU10_MPI.vcxproj", "{56E0FFB6-06FE-46E6-B1DC-F47893AC97C3}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Win32 = Debug|Win32
11+
Release|Win32 = Release|Win32
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{56E0FFB6-06FE-46E6-B1DC-F47893AC97C3}.Debug|Win32.ActiveCfg = Debug|Win32
15+
{56E0FFB6-06FE-46E6-B1DC-F47893AC97C3}.Debug|Win32.Build.0 = Debug|Win32
16+
{56E0FFB6-06FE-46E6-B1DC-F47893AC97C3}.Release|Win32.ActiveCfg = Release|Win32
17+
{56E0FFB6-06FE-46E6-B1DC-F47893AC97C3}.Release|Win32.Build.0 = Release|Win32
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal

LU10_MPI/LU10_MPI.v12.suo

18.5 KB
Binary file not shown.
5.86 KB
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
d:\iv_course\pp\lu10_mpi\lu10_mpi\debug\vc120.pdb
2+
d:\iv_course\pp\lu10_mpi\lu10_mpi\debug\vc120.idb
3+
d:\iv_course\pp\lu10_mpi\lu10_mpi\debug\helloworld.obj
4+
d:\iv_course\pp\lu10_mpi\debug\lu10_mpi.ilk
5+
d:\iv_course\pp\lu10_mpi\debug\lu10_mpi.exe
6+
d:\iv_course\pp\lu10_mpi\debug\lu10_mpi.pdb
7+
d:\iv_course\pp\lu10_mpi\lu10_mpi\debug\lu10_mpi.tlog\cl.command.1.tlog
8+
d:\iv_course\pp\lu10_mpi\lu10_mpi\debug\lu10_mpi.tlog\cl.read.1.tlog
9+
d:\iv_course\pp\lu10_mpi\lu10_mpi\debug\lu10_mpi.tlog\cl.write.1.tlog
10+
d:\iv_course\pp\lu10_mpi\lu10_mpi\debug\lu10_mpi.tlog\link.command.1.tlog
11+
d:\iv_course\pp\lu10_mpi\lu10_mpi\debug\lu10_mpi.tlog\link.read.1.tlog
12+
d:\iv_course\pp\lu10_mpi\lu10_mpi\debug\lu10_mpi.tlog\link.write.1.tlog

LU10_MPI/LU10_MPI/Debug/LU10_MPI.log

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Build started 11-Dec-20 12:17:32.
2+
1>Project "D:\IV_course\PP\LU10_MPI\LU10_MPI\LU10_MPI.vcxproj" on node 2 (Build target(s)).
3+
1>ClCompile:
4+
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /I"C:\Program Files (x86)\Microsoft SDKs\MPI\Include" /ZI /nologo /W3 /WX- /sdl /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _LIB /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt HelloWorld.cpp
5+
HelloWorld.cpp
6+
1>d:\iv_course\pp\lu10_mpi\lu10_mpi\helloworld.cpp(27): warning C4101: 'i' : unreferenced local variable
7+
Link:
8+
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"D:\IV_course\PP\LU10_MPI\Debug\LU10_MPI.exe" /INCREMENTAL /NOLOGO /LIBPATH:"C:\Program Files (x86)\Microsoft SDKs\MPI\Lib\x86" msmpi.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\IV_course\PP\LU10_MPI\Debug\LU10_MPI.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\IV_course\PP\LU10_MPI\Debug\LU10_MPI.lib" /MACHINE:X86 Debug\HelloWorld.obj
9+
LU10_MPI.vcxproj -> D:\IV_course\PP\LU10_MPI\Debug\LU10_MPI.exe
10+
1>Done Building Project "D:\IV_course\PP\LU10_MPI\LU10_MPI\LU10_MPI.vcxproj" (Build target(s)).
11+
12+
Build succeeded.
13+
14+
Time Elapsed 00:00:00.43
Binary file not shown.

0 commit comments

Comments
 (0)