Build Log
  

Rebuild started: Project: jacobi, Configuration: Release|Win32

Command Lines
  
Creating temporary file "d:\temp\ct747764\RSPB23C.bs" with contents
[
/c /O2 /Oi /Qipo /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /EHsc /MD /GS /Gy /fp:fast /Fo"Release/" /W3 /nologo /Zi /Qopenmp /Qvc9 /Qlocation,link,"c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin"
..\..\jacobi.c
]
Creating command line "icl.exe "@d:\temp\ct747764\RSPB23C.bs""
Creating temporary file "d:\temp\ct747764\RSPB452.bs" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /OUT:"H:\tmp\_\OpenMP_Lab\jacobi\jacobi\Release\jacobi.exe" /INCREMENTAL:NO /nologo /MANIFEST /MANIFESTFILE:"Release\jacobi.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /TLBID:1 /DEBUG /PDB:"H:\tmp\_\OpenMP_Lab\jacobi\jacobi\Release\jacobi.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /DYNAMICBASE /NXCOMPAT /IMPLIB:"H:\tmp\_\OpenMP_Lab\jacobi\jacobi\Release\jacobi.lib" /MACHINE:X86
Release/jacobi.obj
]
Creating command line "xilink.exe "@d:\temp\ct747764\RSPB452.bs""
Creating temporary file "d:\temp\ct747764\RSPB78F.bs" with contents
[
/nologo /outputresource:"H:\tmp\_\OpenMP_Lab\jacobi\jacobi\Release\jacobi.exe;#1" /manifest "Release\jacobi.exe.intermediate.manifest"
]
Creating command line "mt.exe "@d:\temp\ct747764\RSPB78F.bs""
Creating temporary file "d:\temp\ct747764\VadB82E.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > Release\mt.dep
]
Creating command line "cmd.exe /c d:\temp\ct747764\VadB82E.bat"
Output Window
  
Deleting intermediate files and output files for project 'jacobi', configuration 'Release|Win32'.
Compiling with Intel(R) C++ 11.1.046 [IA-32]... (Intel C++ Environment)
jacobi.c
..\..\jacobi.c(43): warning #177: variable "k_local" was declared but never referenced
    int i,j,k,k_local;
              ^

..\..\jacobi.c(44): warning #177: variable "rsum" was declared but never referenced
    double error, resid, rsum, ax, ay, b, tmp;
                         ^

..\..\jacobi.c(44): warning #177: variable "tmp" was declared but never referenced
    double error, resid, rsum, ax, ay, b, tmp;
                                          ^

..\..\jacobi.c(222): warning #1786: function "scanf" (declared at line 306 of "c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h") was declared "deprecated ("This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.") "
      scanf("%d,%d", &n, &m);

..\..\jacobi.c(224): warning #1786: function "scanf" (declared at line 306 of "c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h") was declared "deprecated ("This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.") "
      scanf("%lf", &alpha);
      ^

..\..\jacobi.c(226): warning #1786: function "scanf" (declared at line 306 of "c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h") was declared "deprecated ("This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.") "
      scanf("%lf", &relax);
      ^

..\..\jacobi.c(228): warning #1786: function "scanf" (declared at line 306 of "c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h") was declared "deprecated ("This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.") "
      scanf("%lf", &tol);
      ^

..\..\jacobi.c(230): warning #1786: function "scanf" (declared at line 306 of "c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h") was declared "deprecated ("This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.") "
      scanf("%d", &mits);
      ^

..\..\jacobi.c(217): warning #177: variable "c1" was declared but never referenced
      double r1,c1;
                ^

..\..\jacobi.c(218): warning #177: variable "dt" was declared but never referenced
      double dt;
             ^

Linking... (Intel C++ Environment)
xilink: executing 'link'
Embedding manifest... (Microsoft VC++ Environment)
Results
  
Build log was saved at "file://H:\tmp\_\OpenMP_Lab\jacobi\jacobi\jacobi\Release\BuildLog.htm"
jacobi - 0 error(s), 10 warning(s)