For issues related to Intel semiconductor chips and assemblies.

learn more… | top users | synonyms

0
votes
1answer
36 views

MPI_Free_mem fails with a segmentation fault using OpenMPI

I am using OpenMPI with the Intel C++ compiler on an Intel Ubuntu system. Whenever I try to replace new[] and delete[] calls with MPI_Alloc_mem and MPI_Free_mem calls, respectively, I always get a ...
0
votes
1answer
58 views

Port is not showing output

I made a program for intel 8051 in assembly. The program compiles fine, executes fine in the simulator but it doesn't show any output on the port. The output port is just empty. Here is the code: ...
0
votes
5answers
242 views

fastest way to negate a number

I was thinking this morning here, what would be the fastest way to reverse a number of positive to negative and from negative to positive, of course, the simplest way might be: int a = 10; a = ...
0
votes
1answer
52 views

Assembler listing file missing

I have written a program in assembly for intel 8051 microcontroller. I need the assembler listing file .lst but I am unable to find it in the directory the program is assembled. The option for ...
0
votes
0answers
632 views

Setting up AMD Radeon 7970 as opencl device with intel igpu connected to monitor in ubuntu 12.04 [closed]

I am trying to set up an ubuntu 12.04 system configured as follows: 1. The Intel IGPU of my I7 3770 is connected to a monitor and does the desktop rendering 2. The AMD Radeon 7970 works as compute ...
0
votes
1answer
92 views

Linking to 32bit shared object file in 32 bit enviornment generates ELFCLASS64 error

System : I'm running 32 bit Ubuntu 12.04 on a i32 chipset. Build Info : I'm using C++ 11 with Qt 4.8.1 and GCC. Problem : I am developing a project that depends on in-house developed libraries ...
0
votes
0answers
225 views

How many pipelines are used with intel core i7?

Does anybody know how many pipelines are used in core i7 CPUs (Nehalem Architecture)? I know that there are 14-stages per pipeline, but how many pipelines are there?
0
votes
0answers
24 views

Intel rounding bug or Silverlight 5 rounding bug?

I have a Silverlight 5 application with some very basic code (VB). Dim PlusMinusOperator As Double = 1.0 Dim CurrentImageValue As Double = 0.7 CurrentImageValue += (PlusMinusOperator * 0.1) What ...
0
votes
1answer
57 views

Using a port for both input and output

I have started learning Intel's 8051 assembly programming. I wrote a a test calculator program. I am using only 3 ports out of four. I am wondering if I can use a port for both input and output in the ...
1
vote
1answer
86 views

How to read the Intel Opcode notation

I am reading some material about Intel Opcodes of assembly instructions, but I cannot understand what does it mean that follows the opcode byte. For esxample: "cw", "cd", "/2", "cp", "/3". Please give ...
1
vote
1answer
169 views

How to parallel 4 works with PARFOR with a Core i3 in Matlab

I have Matlab R2012b for Ubuntu 64 bits. I have a Intel Core i3 CPU M 330 @ 2.13GHz × 4. I want to use parfor to parallelize 4 loops at same time. Because Intel Core i3 has 2 Cores and 4 Threads I ...
0
votes
1answer
27 views

intel media software encoder

I am using graph edit, and trying to use intel media software encoder with windows-8(32 Bit , Processor intel-core i5) and getting configuration error But it works fine with following situation :- ...
0
votes
0answers
49 views

Integrating Intel Compiler into VS2010?

I have installed Parallel Studio XE 2013 and from within VS2010 I can see all the VTune Amplifier shortcuts. However, if I open a C++ project, go to properties, configuration properties, general and ...
0
votes
0answers
29 views

Porting AOSP to Intel Atom N455

I am evaluating the possibility of bringing up AOSP on PCM 9363 board from Advantech as a replacement for Windows CE. The board is built around Intel Atom N455 Single Core CPU. (see details here). So ...
-1
votes
1answer
174 views

Compiler differences in g++ 4.7.2 and Intel 13.0.1 vs clang++ 3.2 and g++ 4.8 [duplicate]

According to the official C++ standard, could someone explain why there are differences in the output of the following simple code when run with different compilers? In other words, does the standard ...
2
votes
1answer
294 views

Why does this GLSL shader work fine with a GeForce but flickers strangely on an Intel HD 4000?

Using OpenGL 3.3 core profile, I'm rendering a full-screen "quad" (as a single oversized triangle) via gl.DrawArrays(gl.TRIANGLES, 0, 3) with the following shaders. Vertex shader: #version 330 core ...
0
votes
0answers
97 views

intel compilers, silence commandline warnings

I just started building some code with the intel c compiler -- icc. Our configure script likes to add the -ffast-math flag and maybe a couple others which seem to be GCC specific. Invoking icc with ...
0
votes
0answers
49 views

NVCC cannot work with Intel's Compiler? [duplicate]

I am trying to do some coding on GPU, and I have visual studio and intel composer installed, when I start a CUDA Project, wrote the code then compile, everything will be fine if I ask MS's compiler to ...
0
votes
0answers
99 views

Difference between trap flag (TF) and monitor trap flag?

Debugging features like GDB work by setting the TF flag of eflags register which causes an exception after every execution of instruction by the processor, letting tools like gdb control over the ...
-2
votes
1answer
28 views

Beginnings of Linux on Intel

According to a comment in one of my previous Questions Linux System Calls. Linux wasn't implemented on 8086/88 Intel CPUs. So what was the first Intel CPU to support Linux and implement its system ...
0
votes
1answer
116 views

Minimizing inter-core Communication in a NUMA architecture

Can anyone highlight ways by which inter-core communication can be reduced in a NUMA multicore architecture. Case study Intel NEHALEM micro architecture.
2
votes
1answer
130 views

What is the overhead of using Intel Last Branch Record?

Last Branch Record refers to a collection of register pairs (MSRs) that store the source and destination addresses related to recently executed branches. ...
0
votes
0answers
38 views

Minimizing inter-core communication [closed]

Working on ways by which inter-core communication in a mullticore architecture can be minimized. I already have Scheduling, Data Locality, Resource Contention. Albeit, i'll be glad if anyone could ...
0
votes
2answers
43 views

New to linux server, about execute binaries with possibly different versions of MPI

I wrote and compilied some binaries and uploaded them to a linux server that operating on a remote supercomputer through SSH, if the binaries were compiled with, lets say, Intel's MPI libaries, but ...
0
votes
1answer
116 views

Is Intel's Last Branch Record feature unique to Intel processors?

Last Branch Record refers to a collection of register pairs (MSRs) that store the source and destination addresses related to recently executed branches. They are supported across Intel Core 2, Intel ...
1
vote
0answers
61 views

Intel TBB - Eclipse reports multiple build errors

I'm using Eclipse CDT. I downloaded 4.1 for windows. I added the include folder to my project by going to my project's properties, then adding the folder in C/C++ General >> Paths and Symbols >> ...
25
votes
3answers
1k views

Strange BufferStrategy issue - Game runs fast only on Intel GPUs

I ran into a very strange problem, I tried searching for an answer for days and days. My game just got a new particle system, but was too slow to be playable. Unfortunately, BufferedImage ...
1
vote
1answer
1k views

OpenCL SDK Download for INTEL GPU

I am not getting a single download link to download OpenCL for my initel GPU as I have seen for AMD it is pretty available but not for INTEL, so what should I speculate? OpenCL does not support Intel ...
-2
votes
1answer
996 views

Cuda programming on a mac with Intel HD 4000 [closed]

What do I have to do, to be able to do Cuda programming on a Macbook Air with Intel HD 4000 graphics? Setup a virtual machine? Buy an external Nvidia card? Is it possible at all?
0
votes
3answers
58 views

Do machine language instructions include input numbers or do they require inputs from user or other device?

I have been reading about e.g. 32-bit microprocessor architectures. I have a simple question: if the maximum number of bits in a floating point number is 32 bits, then how does that number get into ...
0
votes
0answers
67 views

Android app doesn't work with architecture intel

So, I'm here trying solve my problem, I done my first version of the my android app, but I was to test in another phone with architecture intel and android version 4 and didn't work. In my eclipse's ...
-5
votes
1answer
133 views

Operating system poor performance on the high end CPU processors. How to make the performance better? [closed]

Why the overall performance of the Windows XP SP2, Linux Mint 14 KDE, Ubuntu 12.10 are poor in the high end Intel processor i5 3rd generation? But the performance of the Windows 7 ultimate is very ...
4
votes
1answer
269 views

Remote debugging of 64 bit process on 32 bit machine

I am trying to debug (a simple Hello World application without bug for testing) on a remote intel 64 bit machine from my 32 bit intel notebook. I run gcc -g -o cexecute cexecute.c gdbserver ...
3
votes
3answers
169 views

What are the exhaustion characteristics of RDRAND on Ivy Bridge?

After reviewing the Intel Digital Random Number Generator (DRNG) Software Implementation Guide, I have a few questions about what happens to the internal state of the generator when RDRAND is invoked. ...
5
votes
2answers
2k views

Benchmarks comparing Intel Xeon Phi and Nvidia Tesla K20

To my surprise, I cannot find a comparison of these products using open source OpenCL benchmark suites, such as rodinia and SHOC. Such a comparison could be more interesting than comparisons of ...
0
votes
1answer
16 views

Do Any Compilers Generate Hex Intel Recs w/ Lowercase Hex Letters?

Just curious: working on a Intel hex record file parser w/ an ASCII conversion. My compiler generates its Intel hex records with capitalized letters for hex fields. Do some compilers generate their ...
1
vote
1answer
87 views

Error with compiling DLL with intel compiler

I'm trying to compile DLL from console, without using any IDE and faced with next error. I wrote this code: test_dll.cpp #include <windows.h> #define DLL_EI __declspec(dllexport) BOOL WINAPI ...
0
votes
1answer
52 views

Alg. MKL Threaded DGEMV

As we all may know, there are lots of different ways to implement DGEMV in parallel (column or block -wise etc) resulting in different communication overheads. I have been looking through both the ...
0
votes
0answers
43 views

Assembly procedure calling from C (Intel 8086) [duplicate]

Possible Duplicate: Intel 8086 Assembly procedure calling from C I need to prepare a procedure in Assembly for Intel 8086 able to be called from a C (pass a string and return an integer ...
1
vote
1answer
320 views

Intel 8086 Assembly procedure calling from C

I need to develop a procedure for Assembly language and call that procedure from C language (pass a string and return an integer value). My assembly procedure works fine "stand-alone". I need help ...
0
votes
0answers
22 views

Add compiled file to builder project

I have a big Builder C++'s project. To improve performance of my project, I trying to make next thing: Isolate from project a bottleneck function. Compile it by Intel C++ Compiler(It make program ...
0
votes
1answer
32 views

How to tell the Intel Debugger which program to run and which arguments to use at the command line?

I'm a regular user of the Intel Debugger (right now version 13.0 in Ubuntu 12.10). I normally load the executable to debug and its arguments from the GUI itself, but I am trying to find a way to pass ...
0
votes
1answer
132 views

what does struct sched_domain stands for in include/linux/sched.h (scheduling domains in kernel)

I am trying to understand how load balancer works on multiprocessor system in Linux kernel, Linux scheduler basically uses runques to store the tasks which it has to run next, now taking situation of ...
-5
votes
1answer
82 views

Can my computer run x86 32 bit assembly? [closed]

I am on a mac with a 3.06 GHz Intel Core i3 processor. Can it run x86 32 bit assembly?
-1
votes
2answers
212 views

Logically equivalent expressions not computed as such

I guess anyone can see the following two expression are of the same thing: // case 1: if (!((a>b&&c>d)||(a<b&&c<d))) //case 2: if ...
0
votes
1answer
142 views

How to search for subroutines/modules within MS Visual Studio 2010

Is there a way in MS Visual Studio 2010 (I use Intel Visual Fortran Composer XE 2011) to search for subroutines and modules? For example if I am in a subroutine (written by somebody else) that calls ...
3
votes
1answer
151 views

omp_get_thread_num() returns bugged number?

The codes are of thousands of lines, so I cannot pasted them, but the function flow looks somehow like: void Func_1(double * x, int nx, NUM_THREADS) { omp_set_num_threads(NUM_THREADS); //... }; ...
1
vote
0answers
44 views

Is there a best practice to reduce latency for exchange between cores?

We know that in today's Intel's processors sharing between cores is via cache L3. Exchange between parts of L3 cache is on the ring bus (modified QPI), and thus latency the greater the farther the ...
1
vote
2answers
240 views

pthread vs intel TBB?

For multi-thread programming, with the considerations of combinations with HPC application (MPI), which one is better, can we say, in terms of functionality, Intel TBB (thread building block) is ...
0
votes
2answers
83 views

How to get the total length of complete hex file (Both intel and Motorola hex files)?

i want to get the total length of all data records present in different address records in complete hex file for both Intel and Motorola S19 hex files. For example, :020000048000FC ...

1 2 3 4 5 14