| | Deleting intermediate files and output files for project 'jacobi', configuration 'Debug|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;
^
Compiling manifest to resources... (Microsoft VC++ Environment)
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Linking... (Intel C++ Environment)
xilink: executing 'link'
Embedding manifest... (Microsoft VC++ Environment)
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
xilink: executing 'link'
|