The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
18 views

Run Tomcat 6 on all cores

Tomcat 6 is running on a linux server with 32 cores, but what I found is it is only using 1 core with 100% usage and rest of the cores are idle. I figured out that we can set affinity of a process to ...
1
vote
0answers
50 views

Compute affinity matrix from distance matrix

I used clustal omega to get a distance matrix of 500 protein sequences (they are homologous to each other). I want to use affinity propagation to cluster these sequences. Initially, because I ...
1
vote
2answers
138 views

Obtaining thread Core affinity in C++ 11 through pthreads

I'm trying to set core affinity (Thread #1 goes on first core, Thread #2 goes on second core, ...) while using std::thread in C++ 11. I've already searched around various topics and on the internet ...
0
votes
1answer
88 views

PowerShell 3.0 - Setting Affinity to CPU per USER's PROCESS

my first post here. I am working on a script using powerShell, the objective is to set a certain amount of CPU-threads per USER's process, using the forum here, i was able to find most of the answers, ...
0
votes
0answers
26 views

understanding unix taskset output

I am running unix command taskset -p <PID> on a linux machine and it is returning output as "cpu affinity : 3", but if I check /proc/cpuinfo, it lists as "processor : 1, cpu cores : 2, siblings ...
0
votes
0answers
19 views

Changing affitnity by system call

I'm developing a system call to Ubuntu kernel version 3.7.2, that will recive some processes and a cpu number, and i want to make this processes running only on this cpu. i founded the variable ...
0
votes
0answers
23 views

What does it mean for tomcat when process affinity is 1. What effects does changing affinity have on Tomcat

Tomcat is running with affinity 1. Should this be changed because I have the impression that only one CPU is being utilized when I check with the "TOP" command. If the affinity is changed to another ...
1
vote
1answer
74 views

Set processor affinity for current thread on Mono (Linux)

I'm writing a custom task scheduler, and I would like to know if there is any way of setting the processor affinity for the current thread on Mono (running on Linux). For the .NET runtime running on ...
0
votes
0answers
12 views

AffinityMask to a DLL

I have a software (VS2010) consists of an executable and several DLLs. I need to force the executable and two DLL to run on a single processor. Is there any way? Thank you.
0
votes
0answers
66 views

Starting an executable using /affinity in cmd.exe (Windows XP)

I have a program that I'm trying to use which crashes often, and one of the fixes for this is to set it to only use one processor. I can easily do this through task manager manually, but I'd much ...
2
votes
1answer
70 views

Pin processor CPU Isolation on Windows

In linux where I work mostly, we use a technique called CPU isolation, that effectively locks a process on to a processor and also prevents the processor from running anything else. Our kernel guys ...
0
votes
0answers
81 views

Change affinity (not priority) process with WMI

In C# app and WMI I try to change the proccess's affinity (like the taskmanager). I must do it for a remote computer. System.Diagnostics don't do that. I don't find WMI classes. There are somes ...
0
votes
0answers
53 views

Route message to specific JVM in cluster with low overhead- Websphere

We have application deployed in Websphere 7 cluster of around 100 JVMs. Currently any JVMs of cluster can process the message which is good for horizontal scalability; however it has a drawback in ...
2
votes
0answers
61 views

How do I set CPU affinity while running a C code from Eclipse in Ubuntu?

I am able to do this from terminal using 'taskset -c 0 ./out'. How can I do the same from Eclipse?
0
votes
0answers
57 views

Network Interface Interrupt handler affinity

I need to set the CPU affinity of network interfaces interrupt handlers (that run when a packet arrives). I know that I need to obtain the correct IRQ number for that. Whats is the best way to get ...
1
vote
3answers
156 views

Pros and Cons of CPU affinity

Suppose I have a multi-threaded application (say ~40 threads) running on a multiprocessor system (say 8 cores) with Linux as the operating system where different threads are more essentially LWP ...
1
vote
1answer
165 views

Affinity Groups in Azure

I don't understand why some Azure resources can be aligned with an Affinity Group, but others can't. Example: I just tried creating a Service Bus namespace. I'd like to align it with an existing ...
2
votes
2answers
195 views

To set the affinity of CPUs using C#

I have created a window application in C#.Now I want to set the CPU affinity for this application.I may have 2 processors,4 processors,8 processors or may be more than 8 processors. I want to set the ...
2
votes
1answer
72 views

Process affinity in Windows Phone

I WP library project, I am trying to bind the heavy-lifting process to the hardware thread (0 or 1). So the app consuming the library use other available core. Can we set process affinity in Windows ...
1
vote
1answer
61 views

Setting application affinity in gdb

Is there a simple way of setting the affinity of the application I'm debugging without locking gdb to the same core? The reason why I'm asking is that the application is running with real time ...
0
votes
1answer
103 views

error: undefined reference to `sched_setaffinity' on windows xp

Basically the code below was intended for use on linux and maybe thats the reason I get the error because I'm using windows XP, but I figure that pthreads should work just as well on both machines. ...
2
votes
3answers
312 views

Is there a way to set thread affinity to a processor core with the boost thread library?

And would it be a good idea to do so if I needed the processor cores running on 100% for a dozen seconds or would I get better performance if I let the system decide how to handle the threads? What I ...
2
votes
1answer
100 views

VB.net Process Affinity

Goal: My goal is to set all running processes's affinity to 1 core. Then launch a program with the affinity of all the cores. Skill Lvl: My skill level in programming in general is pretty much ...
0
votes
1answer
88 views

can irq smp_affinity replace the rps(recieve package steering)?

I have a Netcard eth0, it has sigle queue, and its IRQ number is 63, my question is: if i set /proc/irq/63/smp_affinity to fffff whether means that the linux kernel will distribute the irq of eth0 ...
1
vote
1answer
255 views

Set thread processor affinity in Microsoft .Net

(Posting this with answer because I couldn't find a full explanation of how to do this anywhere, so I thought it might have some value for someone) How can I set the processor affinity of a ...
3
votes
5answers
490 views

Why is it that restricting multithreaded applications to one core make it run faster?

I have a native multithreaded Win32 application written in C++ which has about 3 relatively busy threads and 4 to 6 threads that don't do that much. When it runs in a normal mode total CPU usage adds ...
1
vote
0answers
164 views

Can't change ethernet card smp_affinity when using bonding driver [closed]

I'v got a server with 2x1Gb nics, 8 cores CPU. The nics are bonded using bonding driver with mode 803.2ad. I faced the problem with changing network cards' affinity . The irq interrupts cumming from ...
0
votes
1answer
127 views

How to install python-affinity package on Debian?

I hope this is the correct place instead of Unix User of Stack Overflow etc; How do I install the Python package affinity on Debian Squeeze? I have downloaded the tar, unpacked it, and ran the ...
1
vote
1answer
141 views

CPU hot plugging and strict 1:1 threading

I wish to add support for CPU hot plugging in my application that has strict affinity rules. Each physical core has exactly one thread pinned to it, but the logic I use for pinning a thread to a CPU ...
0
votes
0answers
99 views

Set affinity equivalent for Linux [closed]

I am looking for an equivalent way to start an executable on Linux to the windows start AFFINITY command, i.e. start /AFFINITY [n] [.exe] I've played with taskset, but besides permission issues it ...
0
votes
0answers
83 views

Why cpu run slower? [closed]

I was running very simple pi test on the multicore machine, and I set the processor affinity as following: cat pi.sh #!/bin/bash { time -p echo "scale=5000; 4*a(1)" | bc -l -q;} 2>&1 |grep ...
0
votes
0answers
259 views

remove CPU affinity at some point

i am using sched_setaffinity to bind OpenMP threads to specific core. now i want to remove the affinities at some other points of the program. how can i achieve this? can anyone show simple example. ...
1
vote
2answers
635 views

assign two MPI processes per core

How do I assign 2 MPI processes per core? For example, if I do mpirun -np 4 ./application then it should use 2 physical cores to run 4 MPI processes (2 processes per core). I am using Open MPI 1.6. I ...
2
votes
1answer
301 views

Linux CPU affinity for all system processes

Is there a way to set all system processes other than my own process' threads to their own CPU without manually setting each pid. I am using C on Fedora and would like to set this on program start ...
0
votes
1answer
164 views

setting affinity with taskset nt work

When I want to set an affinity to a process like this: sudo taskset -c 0 -p 30466 I get this error: taskset: executing -p failed: No such file or directory However top command shows the process ...
5
votes
1answer
418 views

Disable hyperthreading vs. changing ProcessorAffinity?

I have noticed that several of my multi-threaded calculations run faster if I disable hyper-threading in the BIOS. I have also learnt that I can programmatically disable the (logical) CPU:s by ...
1
vote
2answers
147 views

Linux cpu_affinity guarenteed single use

Can setting the cpu affinity in linux for a multithreaded program where each thread runs on each core effectively block any other process from being scheduled by the os on that core. Effectively I ...
3
votes
2answers
951 views

How to use sched_getaffinity(2) and sched_setaffinity(2) . Please give code sample to use in C program

I am trying to Run 16 copies concurrently with processor pinning (2 copies per core) Run 8 copies concurrently with processor pinning (2 copies per core) and flipping processor core to the furthest ...
0
votes
1answer
294 views

Setting priority class and processor affinity on a process vs job object

In .NET processor affinity and priority class for all threads and child processes can be set using Process.ProcessorAffinity and Process.PriorityClass properties. Using a job object it seems that the ...
1
vote
1answer
391 views

bind 1 single process on 1 cpu and moving all IRQs, deamins, rpci on other CPUS

I have a Linux machine with 16 cores in it. // uname -a Linux lndbxdev01 2.6.24.7-108.el5rt #1 SMP PREEMPT RT Mon Mar 23 10:58:10 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux // OS detail Red Hat ...
1
vote
2answers
423 views

How can I change the default processor affinity in Linux?

I want to run a number of benchmarks on a multi-core system running Linux. I want to reserve one of the cores for my benchmarks. I know that I can use sched_setaffinity to limit my benchmarks to ...
0
votes
0answers
157 views

Get processor affinity from matlab

Is it possible to get processor affinity at run time from Matlab environment? If so how?
4
votes
2answers
370 views

Set processor affinity for MATLAB engine (Windows 7)

I'm developing an application in c++. One of the components of the application uses Matlab (via the Matlab engine) for data processing. At the same time, a data acquisition system is streaming data to ...
3
votes
3answers
107 views

Why would you need to know about each processor in particular? [closed]

I'm curious to understand what could be the motivation behind the fine-grained detail of each virtual processor that the Windows 8 task manager seems to be focusing on. Here's a screenshot (from ...
1
vote
1answer
534 views

How can I ensure that a process runs in a specific physical CPU core and thread?

This question asks about ensuring two processes run on the same CPU. Using sched_setaffinity I can limit a process to a number of logical CPUs, but how can I ensure that these are mapped to specific ...
0
votes
1answer
225 views

How to set processosor affinity for apache service?

I have several apache instances running on a windows machine and to avoid IO bottlenecks caused by Python's GIL, I need to set the affinity of apache's worker process. Apache writes the PID of its ...
4
votes
3answers
1k views

One core exclusively for my process [duplicate]

Possible Duplicate: how to set CPU affinity of a particular pthread? Is there a way in Linux to disable one core for all processes except one process? I would like to have one core reserved ...
2
votes
1answer
313 views

Get process and thread affinity mask on Linux

On Windows, there exists the GetProcessAffinityMask API call, and there also exists a roundabout way of finding the thread affinity mask, seen here: Query thread (not process) processor affinity? Is ...
0
votes
1answer
160 views

Force a specific processor affinity on an unmanaged DLL call from VB.NET

I am calling a function from a VB.NET webserver to a custom written unmanaged DLL. If we call this DLL via a webservice on a multi-core server we run into problems and it always crashes. If I reboot ...
0
votes
1answer
215 views

Shared (Web-Farm) ASP.NET Web Two-Tiered Environment

If you using a F5 load balancer (sticky sessions) in front of the web-tier, can I have a shared two-tiered web application environment that can have web-applications with two different session ...

1 2