|
More site info...
Intel® Math Kernel Library | Forum profile
|
|
Forum profile page for Intel® Math Kernel Library on http://www.intel.com.
This report page is the aggregated overview from a single forum: Intel® Math Kernel Library, located on the Message Board at http://www.intel.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Intel® Math Kernel Library" on the Message Board at http://www.intel.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Intel® Math Kernel Library:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
27
|
127
|
367
|
|
Post:
|
43
|
229
|
661
|
|
|
Intel® Math Kernel Library Posting activity graph:
|
Top authors during last week:
Gennady Fedorov (Intel)
16
user's latest post:
Intel® MKL 10.2 Update 3 is now...
Published (2009-12-22 08:00:00)
as an additional info, please see the KB - Intel(R) MKL 10.2 fixes List ... You can find there the list of all more significant issues fixed in Update3 --Gennady
user's latest post:
TR with Boundry Constraints
Published (2009-12-22 04:17:00)
Quoting - dbacchus Update 3 is available ? UPDATE: It is available! Why no sticky? Anyways - thanks, will be checking now... Yes! Now you can find it there. -------- Thanks, -- Victor
user's latest post:
Beginners guide to scalapack...
Published (2009-12-19 23:02:00)
Quoting - tim18 Rather than everyone asking you what you intend to do, it's more productive for you to use the resources provided, then ask questions. Hello Tim18! May be I am not smart enough, but I could NOT find the information necessary to answer my questions in Intel's documentation. I also can not see the reason why this simple and purely technological knowledge should be a kind of magic. Why should I even ask these question...
Evgueni Petrov aka... (Intel)
2
user's latest post:
error: mkl.h: No such file or...
Published (2009-12-22 22:16:00)
...that is, the make file should look as follows: main .o : main.cpp $(CPP) -Wall -I$(INC) -c main.cpp main: main.o $(CPP) main.o -L$(LIB) -lmkl_intel -lmkl_core -lmkl_intel_thread -liomp5 -lpthread -lm -o main
user's latest post:
TR with Boundry Constraints
Published (2009-12-19 05:37:00)
Hi Michael, Problem you reported has been fixed in MKL 10.2 Update 3. It is available now at the Intel Registration Center . Thanks, Art
user's latest post:
slowly when use the library fftw3xf
Published (2009-12-15 01:51:00)
when I used the library fftw3xf_ms.lib,I noticed that compilation would cost a long time .Is there a better way to solve this ? Thanks for your reply!
user's latest post:
TR with Boundry Constraints
Published (2009-12-19 15:03:00)
Quoting - Artem Vorobiev (Intel) Hi Michael, Problem you reported has been fixed in MKL 10.2 Update 3. It is available now at the Intel Registration Center . Thanks, Art Update 3 is available ? UPDATE: It is available! Why no sticky? Anyways - thanks, will be checking now...
user's latest post:
Is there a signicant performance...
Published (2009-12-15 18:27:00)
Quoting - Dmitry Baksheev (Intel) Hi Craig, Replacing use of FFTW3 interface with use of DFTI interface will not give noticeable performance advantage. However, you may get improved performance if you plan for multiple transforms in a single call of dfftw_execute instead of executing single transform in the loop. Could you look at DFFTW_PLAN_MANY_DFT_C2R, and rearrange your code to something like this: call...
Vladimir Koldakov (Intel)
1
user's latest post:
Problems with MKL in Microsoft...
Published (2009-12-18 00:10:00)
Hi, If you call Fortran 95 interface, you should use generic name: call gesv( A, B) and USE statement (Use lapack95 , Only: gesv) Then ensure "<mkl_directory>\include\ia32" directory is set or simply add it in the Additional Include Directories window. And you need link also mkl_lapack95.lib library. In case of 64 bit architecture the additional include directory should be...
user's latest post:
MKL Matrix multiplication:...
Published (2009-12-15 12:49:00)
Quoting - Gennady Fedorov (Intel) then please check your if $MKLROOT provides the proper path to the MKL, or please try to build this example by using makefile see $MKLROOT/examples/cblas/ examples of using: make lib64 function=cblas_dgemmx+ --Gennady Great! Thanks!! The $MKLROOT was already providing the proper path to the MKL. Using the makefile did the trick. Now it compiles fine. This is what I used to make: make libem64t...
|
|
|
|
Latest active threads on Intel® Math Kernel Library::
Started 3 days, 12 hours ago (2009-12-22 18:50:00)
by Evgueni Petrov aka... (Intel)
Quoting - zx123
Hi I can't fix error in my makefile: CPP=/opt/intel/Compiler/11.1/059/bin/ia32/icpc INC=/opt/intel/Compiler/11.1/059/mkl/include/ LIB=/opt/intel/Compiler/11.1/059/mkl/lib/32/ main: main.cpp $(CPP) -Wall -I$(INC) -c main.cpp main: main.o $(CPP) main.o -L$(LIB) -lmkl_intel -lmkl_core -lmkl_intel_thread -liomp5 -lpthread -lm - o main Then I ...
Started 3 days, 22 hours ago (2009-12-22 08:00:00)
by Gennady Fedorov (Intel)
as an additional info, please see the KB - Intel(R) MKL 10.2 fixes List ... You can find there the list of all more significant issues fixed in Update3 --Gennady
Started 3 months, 1 week ago (2009-09-14 17:04:00)
by paulshirkey
// this is an IE specific issue fix for HTML with " /" characters in it which IE looks at like " /" instead and does not line break it.
$(function(){
if ($.browser.msie)
$("[id^='reply_text_']") .css({"overflow-x":"scroll","overflow-y":""});
});
Here is the code that is causing the crash. I also found that the ...
Started 2 months, 2 weeks ago (2009-10-06 21:58:00)
by Gennady Fedorov (Intel)
// this is an IE specific issue fix for HTML with " /" characters in it which IE looks at like " /" instead and does not line break it.
$(function(){
if ($.browser.msie)
$("[id^='reply_text_']") .css({"overflow-x":"scroll","overflow-y":""});
});
hagai, it seems to me that recently we fixed the similar problem with "...
Started 1 month, 1 week ago (2009-11-13 02:41:00)
by Gennady Fedorov (Intel)
Mark, It seems to me this is the error with dstemv implementaion. We need to check more carefully the problem on our side. --Gennady
Started 1 month, 1 week ago (2009-11-12 19:32:00)
by Vladimir Koldakov (Intel)
Hi xearthl,
Thank you for the detailed test. It's very useful to understand the problem.
- Vladimir
Started 1 month, 1 week ago (2009-11-16 21:26:00)
by Gennady Fedorov (Intel)
Quoting - dbacchus
MKL version: 10.2.2.025 IFC version: 11.1.051 Platforms: linux x64, win7 x64 Problem: Solve large eigenproblem for the bottom few eigenstates Matrix: real symmetric, sparse (2D finite differences of stationary state Schrodinger equation) Method of solving: ARPACK or FEAST ERROR: the returned eigenvectors (not eigenvalues) are ...
Started 3 weeks, 2 days ago (2009-12-02 23:47:00)
by Nikita Shustrov (Intel)
Hi Michael, We know about this issue. In general, the TR solvers are solvers for nonlinear optimization problems, but your objective function is linear. In some casesth the TR solvers may work incorrectly for problems with linear objective functions with boundary constraints. We've fixed this issue so TR solvers work correctly for such types of problems. This fix ...
Started 8 months, 3 weeks ago (2009-04-06 07:07:00)
by Vladimir Koldakov (Intel)
// this is an IE specific issue fix for HTML with " /" characters in it which IE looks at like " /" instead and does not line break it.
$(function(){
if ($.browser.msie)
$("[id^='reply_text_']") .css({"overflow-x":"scroll","overflow-y":"none"});
});
Hello, Greg, Please, try "Using Intel® MKL in your C# program" link from...
Started 6 days, 19 hours ago (2009-12-19 11:46:00)
by Gennady Fedorov (Intel)
Sergey, please see the artilce to help you find out the list libraries that need to link your application --Gennady
|
|
Hot threads for last week on Intel® Math Kernel Library::
Started 6 days, 19 hours ago (2009-12-19 11:46:00)
by Gennady Fedorov (Intel)
Sergey, please see the artilce to help you find out the list libraries that need to link your application --Gennady
Started 3 weeks, 2 days ago (2009-12-02 23:47:00)
by Nikita Shustrov (Intel)
Hi Michael, We know about this issue. In general, the TR solvers are solvers for nonlinear optimization problems, but your objective function is linear. In some casesth the TR solvers may work incorrectly for problems with linear objective functions with boundary constraints. We've fixed this issue so TR solvers work correctly for such types of problems. This fix ...
Started 3 days, 22 hours ago (2009-12-22 08:00:00)
by Gennady Fedorov (Intel)
as an additional info, please see the KB - Intel(R) MKL 10.2 fixes List ... You can find there the list of all more significant issues fixed in Update3 --Gennady
Started 1 week, 1 day ago (2009-12-17 22:53:00)
by Gennady Fedorov (Intel)
it seems to me that you linked 64-bit libs but ran yor test on 32bit system. 1) What Libraries were used for linking? Please use linking adviser to select the list of libraries requred to build your application for different platforms. 2) May be this article help to you better how to adjust all dependemcies for MVSC Fortran based project, because of you can ...
Started 3 days, 12 hours ago (2009-12-22 18:50:00)
by Evgueni Petrov aka... (Intel)
Quoting - zx123
Hi I can't fix error in my makefile: CPP=/opt/intel/Compiler/11.1/059/bin/ia32/icpc INC=/opt/intel/Compiler/11.1/059/mkl/include/ LIB=/opt/intel/Compiler/11.1/059/mkl/lib/32/ main: main.cpp $(CPP) -Wall -I$(INC) -c main.cpp main: main.o $(CPP) main.o -L$(LIB) -lmkl_intel -lmkl_core -lmkl_intel_thread -liomp5 -lpthread -lm - o main Then I ...
Started 1 week, 1 day ago (2009-12-17 19:43:00)
by Dmitry Baksheev (Intel)
Hi, Your configure script is looking for FFTW2 library and complaints it cannot find it to continue. There are several options to fix this. You may download and install FFTW2.1.5 from fftw.org before running mpgrafic/configure - this shoul be easy. You may use MKL's FFTW2 wrappers that can be found in interfaces/fftw2xf directory - this is a little bit ...
Started 8 months, 3 weeks ago (2009-04-06 07:07:00)
by Vladimir Koldakov (Intel)
// this is an IE specific issue fix for HTML with " /" characters in it which IE looks at like " /" instead and does not line break it.
$(function(){
if ($.browser.msie)
$("[id^='reply_text_']") .css({"overflow-x":"scroll","overflow-y":"none"});
});
Hello, Greg, Please, try "Using Intel® MKL in your C# program" link from...
Started 1 week, 1 day ago (2009-12-18 00:13:00)
by Gennady Fedorov (Intel)
Quoting - boris.blankleider@flinders.edu.au
I'm having a problem running an example from the MKL Reference Manual:
MKL Reference Manual, August 2009, Chapter 14. Nonlinear Optimization Problem Solvers, p.3227, there is a link to a Fortran Example C-43.
1. I cannot find this example in the MKl distribution that came with Intel Fortran ...
Started 1 week, 3 days ago (2009-12-16 03:28:00)
by Victor Pasko (Intel)
Quoting - pilot117
Seems no difference between 4 and 8 threads. So are these times are resulted from caching? Any one could explain it a little bit?
Hi, You are asking about performance scalability. It should be a linear function depending on number of CPUs. But, taking into account used parallelization algorithm, overhead on threading, ...
Started 2 months, 2 weeks ago (2009-10-06 21:58:00)
by Gennady Fedorov (Intel)
// this is an IE specific issue fix for HTML with " /" characters in it which IE looks at like " /" instead and does not line break it.
$(function(){
if ($.browser.msie)
$("[id^='reply_text_']") .css({"overflow-x":"scroll","overflow-y":""});
});
hagai, it seems to me that recently we fixed the similar problem with "...
|
|