<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Tue, 24 Nov 2009 16:20:09 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/forums/intel-math-kernel-library/feed" rel="self" type="application/rss+xml" />
    <title>Intel Software Network - <![CDATA[ Intel® Math Kernel Library ]]> feed</title>
    <link>http://software.intel.com/en-us/forums/intel-math-kernel-library</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>Stuck with PARDISO Solver</title>
      <description><![CDATA[ ... Outdated ... ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/70055/</link>
      <pubDate>Tue, 24 Nov 2009 16:05:48 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/70055/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>MKL numerical stability and threading</title>
      <description><![CDATA[ Hello<br /><br />I am wondering how/whether the number of threads affect the numerical results computed by MKL.<br /><br />Section 8.1 of the MKL (version 10.1) user's guide states that<br /><br /> "With a given Intel MKL version, the outputs will be bit-for-bit identical provided all the following conditions are met:<br /> • the outputs are obtained on the same platform;<br /> • the inputs are bit-for-bit identical;<br /> • the input arrays are aligned identically at 16-byte boundaries."<br /><br />Does this really mean, that I can link the threaded MKL libraries and vary the value of OMP_NUM_THREADS and still expect bit-for-bit identical results given the above conditions are met?<br /><br />Thanks for you comments! ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/70105/</link>
      <pubDate>Tue, 24 Nov 2009 05:48:08 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/70105/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>gamma function?</title>
      <description><![CDATA[ I am using intel MKL for linux version=10.2.2.025. I can not find gamma() in the VML special function lists. Any idea? Thanks. ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/70067/</link>
      <pubDate>Tue, 24 Nov 2009 02:45:07 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/70067/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>Implicite multithreading ???</title>
      <description><![CDATA[ Hi, <br /><br />Two question about the MKL functions from my recent test program:<br /><br />1. Does the mkl function use multiple cores via multithreading implicitely? I have timing of "sgemv" on a 8-core cpu. My testing result shows it's surprisingly fast! Only two times of the GPU blas function: "cublasSgemv" for large size matrices (10000 by 10000).<br /><br />2. If I repeat calling "sgemv" it becomes faster and faster. Finally for 2000 by 2000 matrix, it is as fast as gpu version "cublasSgemv". But initially, it is much slower than gpu version (about 30 times).  the Code is like:<br /><br />for (int i=0; i&lt;100; i++)<br />{<br />// start timing<br />sgemv(...) <br />//end timing<br />}<br />my timing unit is small enough to distinguish 0.0001 ms.<br /><br />could any experts explain the reason bebind it? <br /><br />many thanks in advance!  <br /> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/70092/</link>
      <pubDate>Tue, 24 Nov 2009 02:15:53 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/70092/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>compiling errors using dcsrilu0()</title>
      <description><![CDATA[ <br />I use the ILU-preconditional BiCGStab to solve a sparse nonsymmetric linear system on a single core. I employ the funciton dcsrilu0() to create a preconditioner. But I got the following error message when I complied my code:<br /> <br /> undefined reference to `dcsrilu0_'<br /><br />I guess I must miss some links.   I write my makefile like<br /><br />*************************************************<br /><br /> CC = mpicc <br />CFLAGS = -Wall -g <br />Includes =-I/opt/intel/mkl/10.2.1.017/include  <br />LFLAGS = -L/opt/intel/mkl/10.2.1.017/lib/em64t   <br />LIBS =-lmkl_scalapack_lp64 -lmkl_blacs_openmpi_lp64 -lmkl_solver_lp64 -lmkl_intel_lp64 -Wl,--start-group -lmkl_intel_thread -lmkl_core -Wl,--end-group -liomp5 -lpthread -lm -lmpi  <br /> <br />srcs1 = BiCGStab_OneCore.c  mmio.c <br />objs1 = $(srcs1: .c=.o) <br /> <br />prog1 = bicgstabOneCore <br /> <br /> <br />srcs = $(srcs1) <br />objs = $(objs1)<br />progs = $(prog1) <br /> <br />all : $(progs) <br /> <br />$(prog1): $(objs1) <br /> $(CC) $(CFLAGS) $(Includes) $(LFLAGS) $(LIBS) -o $@ $^<br /><br />.c.o: <br /> $(CC) $(CFLAGS) $(Includes) -c $&lt; <br /> <br />clean:  <br /> $(RM) -rf *.o $(progs)<br /><br />*******************************************************************************<br /><br />I am just wondering what's wrong with this makefile.    Thanks.<br /><br />Min ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/70087/</link>
      <pubDate>Mon, 23 Nov 2009 23:51:32 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/70087/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>Mysterious behavior of mkl_mc.so and mkl_def.so</title>
      <description><![CDATA[ IFC: latest<br />MKL: 10.1.1.022 (due to the bug in MKL 10.2.2.025)<br />LINKING:
<pre name="code" class="cpp">LIBS=-L/$(FEASTROOT)/lib/x64/ -lfeast $(MKLPATH)/libmkl_solver_lp64.a -Wl,--start-group $(MKLPATH)/libmkl_intel_lp64.a $(MKLPATH)/libmkl_intel_thread.a $(MKLPATH)/libmkl_core.a -Wl,--end-group -lpthread</pre>
<br />I discovered a bug so <strong>mysterious</strong> that I was only able to identify its cause/resolution by a mere chance (or luck).<br />I was trying to run my code on a cluster, but within a singe node only, i.e. with OpenMP only.<br /><br />Very soon I discovered that the code that runs fine on any regular linux workstation, on the cluster produces an incorrect result after the third iteration. Two previous iterations gave identical to workstations (correct) results.<br /><br />I figured out the reason was in dynamic MKL libraries that <em>somehow</em> were used, even though the code was compiled with -static and linked with static libraries (see above). <br />A logical explanation would be that the error arises due to an interference between <strong><em>outdated dynamic libraries installed on the cluster</em></strong> and the newer MKL with which the code was linked.<br />I tried to compile the code (obviously I compile on MY machine, not the cluster) with dynamic libraries:<br />
<pre name="code" class="cpp">LIBS=-L/$(FEASTROOT)/lib/x64/ -lfeast $(MKLPATH)/libmkl_solver_lp64.a -Wl,--start-group -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -Wl,--end-group -lpthread</pre>
<br />Since the executable now required dynamic libraries I had to copy them, one by one, to the cluster too (and, of course, LD_LIBRARY_PATH had to be set).<br />I had to copy the following .so one by one, until the code was able to launch:<br />1. libmkl_intel_lp64.so<br />2. libmkl_intel_thread.so<br />3. libmkl_core.so<br />4. libmkl_lapack.so<br />5. libiomp5.so<br /><br />So far so good. Then, before the first iteration was over, the code again stopped and complained that <br /><br /><strong>MKL FATAL ERROR: Cannot load neither libmkl_mc.so nor libmkl_def.so<br /></strong><br />which was not unexpected. <br />Now the mysterious part. I first copied libmkl_mc.so to the cluster. The code ran fine, but on the third iteration produced an incorrect result (as before).<br />Then, I don't know <em><strong>why</strong></em>, I decided to try to delete libmkl_mc.so and copy libmkl_def.so instead. The code now runs fine producing correct results!! <br /><br />What is going on here? <span style="text-decoration: line-through;">What are these dynamic libraries mkl_mc and mkl_def, why are they "interchangeable"</span>, and why only one (mkl_def) works fine?!<br /><br />P.S. I since read that mkl_mc is the kernel for core duo and mkl_def is the default kernel. The cluster has Xeon(R) CPU X5355. Should I use mkl_p4n and if so - how? <br /><br />P.P.S. Now when I understand mkl_mc vs mkl_def issue, my main question is:<br /><strong>Why the code with static linking (eventually) fails, and the one with dynamic linking works on the cluster?</strong><br />Why it happens only on a cluster (on any workstation both dynamic and static versions work identically)?<br /> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/70090/</link>
      <pubDate>Mon, 23 Nov 2009 23:50:00 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/70090/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>Meet Intel® MKL team at SC ’09 in Portland Nov 16-19, 2009</title>
      <description><![CDATA[ The Intel MKL team would like to meet with you at the Intel software demo booths during SC’09 Nov.16-Nov.19 in Portland, Oregon. Please come and see what’s new in Intel MKL 10.2, share your Intel MKL experiences and use this opportunity to influence our future product directions. <br /><br />Please meet us at the Intel booth during SC’09 Exhibit Hours:<br /><br />Monday grand opening (requires Technical Program registration badge) Nov 16 7:00pm-9:00pm <br />Tuesday Nov 17 10:00am-6:00pm <br />Wednesday Nov 18 10:00am-6:00pm <br />Thursday Nov 19 10:00am-4:00pm<br /><br />We look forward to seeing you at SC’09. <br /><br />Sincerely,<br />Intel MKL Team<br /><br />ps: For other Intel Software Development Products' participations at SC'09, pleaes click <a target="_blank" href="http://software.intel.com/en-us/articles/intel-software-network-at-supercomputing/">here</a> for details. ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/69328/</link>
      <pubDate>Mon, 23 Nov 2009 09:16:25 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/69328/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>MKL_GET_MAX_THREADS() in Fortran 90/95</title>
      <description><![CDATA[ <p>MKL version: 10.1.1.022<br />IFC version: 11.1.051<br />Platforms: linux x64, win7 x64<br /><br />The compiler complains about MKL_GET_MAX_THREADS() when being called <br />MKL_MT=MKL_GET_MAX_THREADS()<br />("This name does not have a type, and must have an explicit type. [MKL_GET_MAX_THREADS]"<br /><br />In the same code the subroutines, e.g. call MKL_SET_NUM_THREADS(N), are being executed just fine.<br /><br />What's the proper F95 interface to MKL_GET_MAX_THREADS() function? Is there a way <strong>not</strong> to provide the include path (which is an artifact of F77)?<br /> I just think it would be much more convenient to make a module like omp_lib for MKL functions.<br />Thanks.</p> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/70043/</link>
      <pubDate>Mon, 23 Nov 2009 07:06:45 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/70043/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>MKL_Complex16</title>
      <description><![CDATA[ Hi,<br /><br />I am using MKL's "zgetri" function in C. Since I am porting our code to use MKL, it is not possible to change our data type from "complex&lt;double&gt;" to MKL's "Complex16" everywhere in the code. The MKL's User Guide gives a solution to this to add these lines:<br /><br />#define MKL_Complex16 std::complex&lt;double&gt;<br />#include "mkl.h"<br /><br />I would like to know will it work correctly if I use my old matrices which use complex&lt;double&gt;, of course if I use a column major matrix for compatibility sake with Fortran?<br /><br />I used this method and when I compile the code I get this error:<br /><br />../include/mkl_types.h(43): error: expected a ";"<br /> } MKL_Complex16;<br /> ^<br /><br />../include/mkl_types.h(43): warning #64: declaration does not declare anything<br /> } MKL_Complex16;<br /><br />why this happens? This is the solution from MKL's user guide. Thanks for you help.<br /><br />Regards,<br /><br />D.<br /> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/68261/</link>
      <pubDate>Mon, 23 Nov 2009 00:02:31 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/68261/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>SIGSEGV in JVM when calculating with large matrices</title>
      <description><![CDATA[ <p>I am having trouble running shared object library that is used by a Java application when the problem size is large. There seems to be a bug somewhere in the interaction between Java and MKL. Hopefully someone has seen this, or can reproduce the bug.</p>
<p> </p>
<p>To create the JVM crash, simply modify the source code for the dgemm.java example supplied with the 10.1 MKL to include these lines:</p>
<p>int sz = 4000;<br /> double[] x = new double[sz*sz];<br /> for(int r=0;r&lt;sz*sz;r++) x[r] = Math.random();<br /> double[] y = new double[sz*sz];<br /> CBLAS.dgemm(Order,TransA,TransB,sz,sz,sz,alpha,x,sz,x,sz,beta,y,sz);<br /> double[] z = new double[sz*sz];<br /> for(int r=0;r&lt;sz*sz;r++) z[r] = Math.random();<br /> CBLAS.dgemm(Order,TransA,TransB,sz,sz,sz,alpha,z,sz,z,sz,beta,y,sz);</p>
<p> </p>
<p>Rebuild the examples, and run with increased memory limits (-Xms1024m -Xmx4096m), and the JVM crashes in the calculation of the second matrix multiplcation. I can generate the same problem with other BLAS routines, and with LAPACK routines too. I have run this with different jdk1.6 releases, and on Red Hat and Ubuntu intel64 systems, and with MKL 10.0,  with the same results.</p>
<p>Here is the log from the JVM crash:</p>
<p>#<br /># An unexpected error has been detected by Java Runtime Environment:<br />#<br />#  SIGSEGV (0xb) at pc=0x00007f1f1468869b, pid=25403, tid=1114712400<br />#<br /># Java VM: OpenJDK 64-Bit Server VM (1.6.0_0-b11 mixed mode linux-amd64)<br /># Problematic frame:<br /># C  [libpthread.so.0+0xe69b]  raise+0x2b<br />#<br /># If you would like to submit a bug report, please visit:<br />#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/<br />#<br /><br />---------------  T H R E A D  ---------------<br /><br />Current thread is native thread<br /><br />siginfo:si_signo=SIGSEGV: si_errno=0, si_code=-6 (FPE_FLTOVF), si_addr=0x000003e80000633b<br /><br />Registers:<br />RAX=0x0000000000000000, RBX=0x0000000000000000, RCX=0xffffffffffffffff, RDX=0x000000000000000b<br />RSP=0x0000000042711c08, RBP=0x0000000042712030, RSI=0x000000000000634d, RDI=0x000000000000633b<br />R8 =0x00007f1f14c4a384, R9 =0x00007f1f14c4a2f8, R10=0x0000000000000000, R11=0x0000000000000202<br />R12=0x0000000000000000, R13=0x0000000000000020, R14=0x000000000000000a, R15=0x00007f1f14c4ba80<br />RIP=0x00007f1f1468869b, EFL=0x0000000000000202, CSGSFS=0x0000000000000033, ERR=0x0000000000000000<br /> TRAPNO=0x0000000000000000<br /><br />Top of Stack: (sp=0x0000000042711c08)<br />0x0000000042711c08:   00007f1f14b2c2a8 0000000000000000<br />0x0000000042711c18:   0000000000000000 0000000000000000<br />0x0000000042711c28:   0000000000000000 0000000000000000<br />0x0000000042711c38:   0000000000000000 0000000000000000<br />0x0000000042711c48:   0000000000000000 0000000000000000<br />0x0000000042711c58:   0000000000000000 0000000000000000<br />0x0000000042711c68:   0000000000000000 0000000000000000<br />0x0000000042711c78:   0000000000000000 0000000000000000<br />0x0000000042711c88:   0000000000000000 0000000000000000<br />0x0000000042711c98:   00007f1f14c4ba80 0000000000000000<br />0x0000000042711ca8:   0000000000000000 0000000000000000<br />0x0000000042711cb8:   0000000000000000 0000000000000000<br />0x0000000042711cc8:   0000000000000000 0000000000000000<br />0x0000000042711cd8:   0000000000000000 0000000000000000<br />0x0000000042711ce8:   0000000000000000 0000000000000000<br />0x0000000042711cf8:   0000000000011000 0000000000000000<br />0x0000000042711d08:   0000000000000000 0000000000000000<br />0x0000000042711d18:   0000000042702000 0000000000000000<br />0x0000000042711d28:   0000000000000000 0000000000000000<br />0x0000000042711d38:   0000000000001000 0000000000000000<br />0x0000000042711d48:   0000000000000000 0000000000000000<br />0x0000000042711d58:   0000000000000000 0000000000000008<br />0x0000000042711d68:   0000000000001000 0000000042713000<br />0x0000000042711d78:   0000000000011000 000000000073a800<br />0x0000000042711d88:   0000000000000020 0000000000000000<br />0x0000000042711d98:   0000000000000000 0000000000000000<br />0x0000000042711da8:   0000000040abb0f8 0000000000000000<br />0x0000000042711db8:   0000000000000000 0000000000000000<br />0x0000000042711dc8:   0000000000000000 0000000000000000<br />0x0000000042711dd8:   0000000000000000 0000000000000000<br />0x0000000042711de8:   0000000000000000 0000000000000000<br />0x0000000042711df8:   0000000000000000 0000000000000000 <br /><br />Instructions: (pc=0x00007f1f1468869b)<br />0x00007f1f1468868b:   f8 1f 31 c7 29 c7 b8 ea 00 00 00 48 63 ff 0f 05<br />0x00007f1f1468869b:   48 3d 00 f0 ff ff 89 c2 77 03 89 d0 c3 48 8b 05 <br /><br />Stack: [0x0000000042702000,0x0000000042713000],  sp=0x0000000042711c08,  free space=63k<br />Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)<br />C  [libpthread.so.0+0xe69b]  raise+0x2b<br /><br /><br />---------------  P R O C E S S  ---------------<br /><br />VM state:synchronizing (normal execution)<br /><br />VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])<br />[0x000000000060f6b0/0x000000000060f700] Safepoint_lock - owner thread: 0x0000000000613000<br />[0x000000000060f890/0x000000000060f8e0] Threads_lock - owner thread: 0x0000000000686000<br /><br />Heap<br /> PSYoungGen      total 305856K, used 130500K [0x00007f1eb99b0000, 0x00007f1edef10000, 0x00007f1f0ef00000)<br /> eden space 262208K, 49% used [0x00007f1eb99b0000,0x00007f1ec18e1170,0x00007f1ec99c0000)<br /> from space 43648K, 0% used [0x00007f1ec99c0000,0x00007f1ec9a00030,0x00007f1ecc460000)<br /> to   space 43648K, 0% used [0x00007f1edc470000,0x00007f1edc470000,0x00007f1edef10000)<br /> PSOldGen        total 699072K, used 125000K [0x00007f1e0ef00000, 0x00007f1e399b0000, 0x00007f1eb99b0000)<br /> object space 699072K, 17% used [0x00007f1e0ef00000,0x00007f1e16912018,0x00007f1e399b0000)<br /> PSPermGen       total 21248K, used 2796K [0x00007f1dcef00000, 0x00007f1dd03c0000, 0x00007f1e0ef00000)<br /> object space 21248K, 13% used [0x00007f1dcef00000,0x00007f1dcf1bb090,0x00007f1dd03c0000)<br /><br />Dynamic libraries:<br />00400000-00409000 r-xp 00000000 08:01 653763                             /usr/lib/jvm/java-6-openjdk/jre/bin/java<br />00609000-0060a000 rw-p 00009000 08:01 653763                             /usr/lib/jvm/java-6-openjdk/jre/bin/java<br />0060a000-007e3000 rw-p 0060a000 00:00 0                                  [heap]<br />40544000-40547000 ---p 40544000 00:00 0 <br />40547000-40645000 rwxp 40547000 00:00 0 <br />40645000-40648000 ---p 40645000 00:00 0 <br />40648000-40746000 rwxp 40648000 00:00 0 <br />40834000-40835000 ---p 40834000 00:00 0 <br />40835000-40935000 rwxp 40835000 00:00 0 <br />409bc000-409bf000 ---p 409bc000 00:00 0 <br />409bf000-40abd000 rwxp 409bf000 00:00 0 <br />419f5000-419f6000 ---p 419f5000 00:00 0 <br />419f6000-41af6000 rwxp 419f6000 00:00 0 <br />41af6000-41af7000 ---p 41af6000 00:00 0 <br />41af7000-41bf7000 rwxp 41af7000 00:00 0 <br />41bf7000-41bf8000 ---p 41bf7000 00:00 0 <br />41bf8000-41cf8000 rwxp 41bf8000 00:00 0 <br />41cf8000-41cf9000 ---p 41cf8000 00:00 0 <br />41cf9000-41df9000 rwxp 41cf9000 00:00 0 <br />41df9000-41dfa000 ---p 41df9000 00:00 0 <br />41dfa000-41efa000 rwxp 41dfa000 00:00 0 <br />41efa000-41efb000 ---p 41efa000 00:00 0 <br />41efb000-41ffb000 rwxp 41efb000 00:00 0 <br />41ffb000-41ffc000 ---p 41ffb000 00:00 0 <br />41ffc000-420fc000 rwxp 41ffc000 00:00 0 <br />420fc000-420fd000 ---p 420fc000 00:00 0 <br />420fd000-421fd000 rwxp 420fd000 00:00 0 <br />421fd000-42200000 ---p 421fd000 00:00 0 <br />42200000-422fe000 rwxp 42200000 00:00 0 <br />422fe000-42301000 ---p 422fe000 00:00 0 <br />42301000-423ff000 rwxp 42301000 00:00 0 <br />423ff000-42402000 ---p 423ff000 00:00 0 <br />42402000-42500000 rwxp 42402000 00:00 0 <br />42500000-42503000 ---p 42500000 00:00 0 <br />42503000-42601000 rwxp 42503000 00:00 0 <br />42601000-42602000 ---p 42601000 00:00 0 <br />42602000-42702000 rwxp 42602000 00:00 0 <br />42702000-42703000 ---p 42702000 00:00 0 <br />42703000-42713000 rwxp 42703000 00:00 0 <br />42713000-42714000 ---p 42713000 00:00 0 <br />42714000-42b14000 rwxp 42714000 00:00 0 <br />42b14000-42b15000 ---p 42b14000 00:00 0 <br />42b15000-42f15000 rwxp 42b15000 00:00 0 <br />42f15000-42f16000 ---p 42f15000 00:00 0 <br />42f16000-43316000 rwxp 42f16000 00:00 0 <br />43316000-43317000 ---p 43316000 00:00 0 <br />43317000-43717000 rwxp 43317000 00:00 0 <br />43717000-43718000 ---p 43717000 00:00 0 <br />43718000-43b18000 rwxp 43718000 00:00 0 <br />43b18000-43b19000 ---p 43b18000 00:00 0 <br />43b19000-43f19000 rwxp 43b19000 00:00 0 <br />43f19000-43f1a000 ---p 43f19000 00:00 0 <br />43f1a000-4431a000 rwxp 43f1a000 00:00 0 <br />7f1da4000000-7f1da4223000 rw-p 7f1da4000000 00:00 0 <br />7f1da4223000-7f1da8000000 ---p 7f1da4223000 00:00 0 <br />7f1da8000000-7f1da8223000 rw-p 7f1da8000000 00:00 0 <br />7f1da8223000-7f1dac000000 ---p 7f1da8223000 00:00 0 <br />7f1dafdfd000-7f1db0227000 rw-p 7f1dafdfd000 00:00 0 <br />7f1db0227000-7f1db4000000 ---p 7f1db0227000 00:00 0 <br />7f1db40dd000-7f1db4aeb000 rw-p 7f1db40dd000 00:00 0 <br />7f1dcb924000-7f1dcc495000 r-xp 00000000 08:01 183882                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_mc.so<br />7f1dcc495000-7f1dcc595000 ---p 00b71000 08:01 183882                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_mc.so<br />7f1dcc595000-7f1dcc67a000 rw-p 00b71000 08:01 183882                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_mc.so<br />7f1dcc67a000-7f1dcc687000 r-xp 00000000 08:01 1210060                    /lib/libgcc_s.so.1<br />7f1dcc687000-7f1dcc887000 ---p 0000d000 08:01 1210060                    /lib/libgcc_s.so.1<br />7f1dcc887000-7f1dcc888000 rw-p 0000d000 08:01 1210060                    /lib/libgcc_s.so.1<br />7f1dcc888000-7f1dcc8c2000 r-xp 00000000 08:01 181292                     /opt/intel/Compiler/11.0/069/lib/intel64/libintlc.so.5<br />7f1dcc8c2000-7f1dcc9c2000 ---p 0003a000 08:01 181292                     /opt/intel/Compiler/11.0/069/lib/intel64/libintlc.so.5<br />7f1dcc9c2000-7f1dcc9c4000 rw-p 0003a000 08:01 181292                     /opt/intel/Compiler/11.0/069/lib/intel64/libintlc.so.5<br />7f1dcc9c4000-7f1dcc9c5000 rw-p 7f1dcc9c4000 00:00 0 <br />7f1dcc9c5000-7f1dcca81000 r-xp 00000000 08:01 181295                     /opt/intel/Compiler/11.0/069/lib/intel64/libsvml.so<br />7f1dcca81000-7f1dccb81000 ---p 000bc000 08:01 181295                     /opt/intel/Compiler/11.0/069/lib/intel64/libsvml.so<br />7f1dccb81000-7f1dccb82000 rw-p 000bc000 08:01 181295                     /opt/intel/Compiler/11.0/069/lib/intel64/libsvml.so<br />7f1dccb82000-7f1dccdd3000 r-xp 00000000 08:01 181293                     /opt/intel/Compiler/11.0/069/lib/intel64/libimf.so<br />7f1dccdd3000-7f1dcced3000 ---p 00251000 08:01 181293                     /opt/intel/Compiler/11.0/069/lib/intel64/libimf.so<br />7f1dcced3000-7f1dcced7000 rw-p 00251000 08:01 181293                     /opt/intel/Compiler/11.0/069/lib/intel64/libimf.so<br />7f1dcced7000-7f1dcced8000 rw-p 7f1dcced7000 00:00 0 <br />7f1dcced8000-7f1dcd71b000 r-xp 00000000 08:01 183907                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_lapack.so<br />7f1dcd71b000-7f1dcd81a000 ---p 00843000 08:01 183907                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_lapack.so<br />7f1dcd81a000-7f1dcd824000 rw-p 00842000 08:01 183907                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_lapack.so<br />7f1dcd824000-7f1dcd851000 r-xp 00000000 08:01 197915                     /opt/intel/Compiler/11.0/069/mkl/examples/java/bin/soem64t_intel/libmkl_java_stubs.so<br />7f1dcd851000-7f1dcda50000 ---p 0002d000 08:01 197915                     /opt/intel/Compiler/11.0/069/mkl/examples/java/bin/soem64t_intel/libmkl_java_stubs.so<br />7f1dcda50000-7f1dcda51000 rw-p 0002c000 08:01 197915                     /opt/intel/Compiler/11.0/069/mkl/examples/java/bin/soem64t_intel/libmkl_java_stubs.so<br />7f1dcda51000-7f1dcda58000 r--s 00000000 08:01 1632007                    /usr/lib/gconv/gconv-modules.cache<br />7f1dcda58000-7f1dcda97000 r--p 00000000 08:01 669150                     /usr/lib/locale/en_US.utf8/LC_CTYPE<br />7f1dcda97000-7f1dcdbf2000 rw-p 7f1dcda97000 00:00 0 <br />7f1dcdbf2000-7f1dcdd81000 r--s 033ba000 08:01 653701                     /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar<br />7f1dcdd81000-7f1dcdda9000 rw-p 7f1dcdd81000 00:00 0 <br />7f1dcdda9000-7f1dcddb4000 rwxp 7f1dcdda9000 00:00 0 <br />7f1dcddb4000-7f1dcdfa9000 rwxp 7f1dcddb4000 00:00 0 <br />7f1dcdfa9000-7f1dce0ff000 rwxp 7f1dcdfa9000 00:00 0 <br />7f1dce0ff000-7f1dce4ff000 rwxp 7f1dce0ff000 00:00 0 <br />7f1dce4ff000-7f1dce50a000 rwxp 7f1dce4ff000 00:00 0 <br />7f1dce50a000-7f1dce6ff000 rwxp 7f1dce50a000 00:00 0 <br />7f1dce6ff000-7f1dce855000 rwxp 7f1dce6ff000 00:00 0 <br />7f1dce855000-7f1dcec54000 rwxp 7f1dce855000 00:00 0 <br />7f1dcec54000-7f1dced80000 rwxp 7f1dcec54000 00:00 0 <br />7f1dced80000-7f1dceeff000 rwxp 7f1dced80000 00:00 0 <br />7f1dceeff000-7f1dd03c0000 rwxp 7f1dceeff000 00:00 0 <br />7f1dd03c0000-7f1e0ef00000 rwxp 7f1dd03c0000 00:00 0 <br />7f1e0ef00000-7f1e399b0000 rwxp 7f1e0ef00000 00:00 0 <br />7f1e399b0000-7f1eb99b0000 rwxp 7f1e399b0000 00:00 0 <br />7f1eb99b0000-7f1edef10000 rwxp 7f1eb99b0000 00:00 0 <br />7f1edef10000-7f1f0ef00000 rwxp 7f1edef10000 00:00 0 <br />7f1f0ef0e000-7f1f0ef18000 rwxp 7f1f0ef0e000 00:00 0 <br />7f1f0ef18000-7f1f0efce000 rwxp 7f1f0ef18000 00:00 0 <br />7f1f0efce000-7f1f0f23e000 rwxp 7f1f0efce000 00:00 0 <br />7f1f0f23e000-7f1f11fce000 rwxp 7f1f0f23e000 00:00 0 <br />7f1f11fce000-7f1f11fd5000 r-xp 00000000 08:01 653740                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libzip.so<br />7f1f11fd5000-7f1f121d5000 ---p 00007000 08:01 653740                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libzip.so<br />7f1f121d5000-7f1f121d6000 rw-p 00007000 08:01 653740                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libzip.so<br />7f1f121d6000-7f1f12203000 r-xp 00000000 08:01 653719                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libjava.so<br />7f1f12203000-7f1f12402000 ---p 0002d000 08:01 653719                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libjava.so<br />7f1f12402000-7f1f12406000 rw-p 0002c000 08:01 653719                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libjava.so<br />7f1f12406000-7f1f12413000 r-xp 00000000 08:01 653739                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libverify.so<br />7f1f12413000-7f1f12612000 ---p 0000d000 08:01 653739                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libverify.so<br />7f1f12612000-7f1f12614000 rw-p 0000c000 08:01 653739                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libverify.so<br />7f1f12614000-7f1f1261e000 r-xp 00000000 08:01 1210017                    /lib/libnss_files-2.7.so<br />7f1f1261e000-7f1f1281e000 ---p 0000a000 08:01 1210017                    /lib/libnss_files-2.7.so<br />7f1f1281e000-7f1f12820000 rw-p 0000a000 08:01 1210017                    /lib/libnss_files-2.7.so<br />7f1f12820000-7f1f1282a000 r-xp 00000000 08:01 1210019                    /lib/libnss_nis-2.7.so<br />7f1f1282a000-7f1f12a29000 ---p 0000a000 08:01 1210019                    /lib/libnss_nis-2.7.so<br />7f1f12a29000-7f1f12a2b000 rw-p 00009000 08:01 1210019                    /lib/libnss_nis-2.7.so<br />7f1f12a2b000-7f1f12a33000 r-xp 00000000 08:01 1210015                    /lib/libnss_compat-2.7.so<br />7f1f12a33000-7f1f12c32000 ---p 00008000 08:01 1210015                    /lib/libnss_compat-2.7.so<br />7f1f12c32000-7f1f12c34000 rw-p 00007000 08:01 1210015                    /lib/libnss_compat-2.7.so<br />7f1f12c34000-7f1f12c4a000 r-xp 00000000 08:01 1210014                    /lib/libnsl-2.7.so<br />7f1f12c4a000-7f1f12e49000 ---p 00016000 08:01 1210014                    /lib/libnsl-2.7.so<br />7f1f12e49000-7f1f12e4b000 rw-p 00015000 08:01 1210014                    /lib/libnsl-2.7.so<br />7f1f12e4b000-7f1f12e4d000 rw-p 7f1f12e4b000 00:00 0 <br />7f1f12e61000-7f1f12e69000 r-xp 00000000 08:01 653741                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/native_threads/libhpi.so<br />7f1f12e69000-7f1f13069000 ---p 00008000 08:01 653741                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/native_threads/libhpi.so<br />7f1f13069000-7f1f1306a000 rw-p 00008000 08:01 653741                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/native_threads/libhpi.so<br />7f1f1306a000-7f1f1306b000 rw-p 7f1f1306a000 00:00 0 <br />7f1f1306b000-7f1f13073000 r-xp 00000000 08:01 1210024                    /lib/librt-2.7.so<br />7f1f13073000-7f1f13272000 ---p 00008000 08:01 1210024                    /lib/librt-2.7.so<br />7f1f13272000-7f1f13274000 rw-p 00007000 08:01 1210024                    /lib/librt-2.7.so<br />7f1f13274000-7f1f132f4000 r-xp 00000000 08:01 1210012                    /lib/libm-2.7.so<br />7f1f132f4000-7f1f134f3000 ---p 00080000 08:01 1210012                    /lib/libm-2.7.so<br />7f1f134f3000-7f1f134f5000 rw-p 0007f000 08:01 1210012                    /lib/libm-2.7.so<br />7f1f134f5000-7f1f13c5f000 r-xp 00000000 08:01 653742                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server/libjvm.so<br />7f1f13c5f000-7f1f13e5f000 ---p 0076a000 08:01 653742                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server/libjvm.so<br />7f1f13e5f000-7f1f13ed7000 rw-p 0076a000 08:01 653742                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server/libjvm.so<br />7f1f13ed7000-7f1f13f10000 rw-p 7f1f13ed7000 00:00 0 <br />7f1f13f10000-7f1f14068000 r-xp 00000000 08:01 1210005                    /lib/libc-2.7.so<br />7f1f14068000-7f1f14268000 ---p 00158000 08:01 1210005                    /lib/libc-2.7.so<br />7f1f14268000-7f1f1426b000 r--p 00158000 08:01 1210005                    /lib/libc-2.7.so<br />7f1f1426b000-7f1f1426d000 rw-p 0015b000 08:01 1210005                    /lib/libc-2.7.so<br />7f1f1426d000-7f1f14272000 rw-p 7f1f1426d000 00:00 0 <br />7f1f14272000-7f1f14274000 r-xp 00000000 08:01 1210011                    /lib/libdl-2.7.so<br />7f1f14274000-7f1f14474000 ---p 00002000 08:01 1210011                    /lib/libdl-2.7.so<br />7f1f14474000-7f1f14476000 rw-p 00002000 08:01 1210011                    /lib/libdl-2.7.so<br />7f1f14476000-7f1f1447a000 r-xp 00000000 08:01 653705                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/jli/libjli.so<br />7f1f1447a000-7f1f14679000 ---p 00004000 08:01 653705                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/jli/libjli.so<br />7f1f14679000-7f1f1467a000 rw-p 00003000 08:01 653705                     /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/jli/libjli.so<br />7f1f1467a000-7f1f14690000 r-xp 00000000 08:01 1210022                    /lib/libpthread-2.7.so<br />7f1f14690000-7f1f14890000 ---p 00016000 08:01 1210022                    /lib/libpthread-2.7.so<br />7f1f14890000-7f1f14892000 rw-p 00016000 08:01 1210022                    /lib/libpthread-2.7.so<br />7f1f14892000-7f1f14896000 rw-p 7f1f14892000 00:00 0 <br />7f1f14896000-7f1f148ac000 r-xp 00000000 08:01 604120                     /usr/lib/libz.so.1.2.3.3<br />7f1f148ac000-7f1f14aac000 ---p 00016000 08:01 604120                     /usr/lib/libz.so.1.2.3.3<br />7f1f14aac000-7f1f14aad000 rw-p 00016000 08:01 604120                     /usr/lib/libz.so.1.2.3.3<br />7f1f14aad000-7f1f14aae000 rw-p 7f1f14aad000 00:00 0 <br />7f1f14aaf000-7f1f14ab8000 r--s 00065000 08:01 768333                     /usr/share/java/gnome-java-bridge.jar<br />7f1f14ab8000-7f1f14ac0000 rw-s 00000000 08:01 2563301                    /tmp/hsperfdata_bruce/25403<br />7f1f14ac0000-7f1f14ac1000 rwxp 7f1f14ac0000 00:00 0 <br />7f1f14ac1000-7f1f14ac2000 ---p 7f1f14ac1000 00:00 0 <br />7f1f14ac2000-7f1f14b45000 r-xp 00000000 08:01 181334                     /opt/intel/Compiler/11.0/069/lib/intel64/libiomp5.so<br />7f1f14b45000-7f1f14c44000 ---p 00083000 08:01 181334                     /opt/intel/Compiler/11.0/069/lib/intel64/libiomp5.so<br />7f1f14c44000-7f1f14c4a000 rw-p 00082000 08:01 181334                     /opt/intel/Compiler/11.0/069/lib/intel64/libiomp5.so<br />7f1f14c4a000-7f1f14c52000 rw-p 7f1f14c4a000 00:00 0 <br />7f1f14c52000-7f1f15747000 r-xp 00000000 08:01 183854                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_intel_thread.so<br />7f1f15747000-7f1f15847000 ---p 00af5000 08:01 183854                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_intel_thread.so<br />7f1f15847000-7f1f15970000 rw-p 00af5000 08:01 183854                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_intel_thread.so<br />7f1f15970000-7f1f1597b000 rw-p 7f1f15970000 00:00 0 <br />7f1f1597b000-7f1f15bca000 r-xp 00000000 08:01 183909                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_intel_lp64.so<br />7f1f15bca000-7f1f15cc9000 ---p 0024f000 08:01 183909                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_intel_lp64.so<br />7f1f15cc9000-7f1f15cd0000 rw-p 0024e000 08:01 183909                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_intel_lp64.so<br />7f1f15cd0000-7f1f15cd6000 rw-p 7f1f15cd0000 00:00 0 <br />7f1f15cd6000-7f1f15cf3000 r-xp 00000000 08:01 1207718                    /lib/ld-2.7.so<br />7f1f15cf9000-7f1f15cfc000 rw-p 7f1f15cf9000 00:00 0 <br />7f1f15cfc000-7f1f15dd1000 r-xp 00000000 08:01 183891                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_core.so<br />7f1f15dd1000-7f1f15ed0000 ---p 000d5000 08:01 183891                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_core.so<br />7f1f15ed0000-7f1f15ed6000 rw-p 000d4000 08:01 183891                     /opt/intel/Compiler/11.0/069/mkl/lib/em64t/libmkl_core.so<br />7f1f15ed6000-7f1f15ef3000 rw-p 7f1f15ed6000 00:00 0 <br />7f1f15ef3000-7f1f15ef5000 rw-p 0001d000 08:01 1207718                    /lib/ld-2.7.so<br />7fff1dedf000-7fff1def4000 rwxp 7ffffffe9000 00:00 0                      [stack]<br />7fff1def4000-7fff1def5000 rw-p 7fffffffe000 00:00 0 <br />7fff1dffe000-7fff1e000000 r-xp 7fff1dffe000 00:00 0                      [vdso]<br />ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]<br /><br />VM Arguments:<br />jvm_args: -Xms1024m -Xmx4096m -XX:MaxPermSize=1024m -Djava.library.path=../bin/soem64t_intel/ <br />java_command: dgemm<br />Launcher Type: SUN_STANDARD<br /><br />Environment Variables:<br />JAVA_HOME=/usr/lib/jvm/brjava<br />CLASSPATH=:/pd/mosek/mosek/5/tools/platform/linux64x86/bin/mosek.jar<br />PATH=/opt/intel/Compiler/11.0/069/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/pd/agentController/bin<br />USERNAME=bruce<br />LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/opt/intel/Compiler/11.0/069/ipp/em64t/sharedlib:/opt/intel/Compiler/11.0/069/mkl/lib/em64t:/opt/intel/Compiler/11.0/069/tbb/em64t/cc4.1.0_libc2.4_kernel2.6.16.21/lib:/opt/intel/Compiler/11.0/069/lib/intel64::/pd/agentController/lib:/pd/mosek/mosek/5/tools/platform/linux64x86/bin/<br />LD_PRELOAD=libmkl_intel_lp64.so:libmkl_intel_thread.so:libmkl_core.so:libiomp5.so<br />SHELL=/bin/bash<br />DISPLAY=:0.0<br /><br />Signal Handlers:<br />SIGSEGV: [libjvm.so+0x60fac0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004<br />SIGBUS: [libjvm.so+0x60fac0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004<br />SIGFPE: [libjvm.so+0x4dac80], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004<br />SIGPIPE: [libjvm.so+0x4dac80], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004<br />SIGXFSZ: [libjvm.so+0x4dac80], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004<br />SIGILL: [libjvm.so+0x4dac80], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004<br />SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000<br />SIGUSR2: [libjvm.so+0x4de010], sa_mask[0]=0x00000000, sa_flags=0x10000004<br />SIGHUP: [libjvm.so+0x4dc0a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004<br />SIGINT: [libjvm.so+0x4dc0a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004<br />SIGTERM: [libjvm.so+0x4dc0a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004<br />SIGQUIT: [libjvm.so+0x4dc0a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004<br /><br /><br />---------------  S Y S T E M  ---------------<br /><br />OS:Ubuntu 8.04 (hardy)<br />uname:Linux 2.6.24-22-generic #1 SMP Mon Nov 24 19:35:06 UTC 2008 x86_64<br />libc:glibc 2.7 NPTL 2.7 <br />rlimit: STACK 8192k, CORE 0k, NPROC 212992, NOFILE 1024, AS infinity<br />load average:1.05 0.37 0.48<br /><br />CPU:total 8 (4 cores per cpu, 1 threads per core) family 6 model 7 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3<br /><br />Memory: 4k page, physical 24716736k(22979044k free), swap 42965832k(42965832k free)<br /><br />vm_info: OpenJDK 64-Bit Server VM (1.6.0_0-b11) for linux-amd64 JRE (1.6.0_0-b11), built on Aug  4 2008 10:09:07 by "buildd" with gcc 4.2.3 (Ubuntu 4.2.3-2ubuntu7)<br /><br />time: Wed Dec 31 21:26:18 2008<br />elapsed time: 4 seconds</p> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/62715/</link>
      <pubDate>Sun, 22 Nov 2009 23:21:53 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-math-kernel-library/topic/62715/</guid>
      <category>ISN General</category>
    </item>
  </channel></rss>