Thinking Parallel

A Blog on Parallel Programming and Concurrency by Michael Suess

Archive for the 'Linux' Category

Installing the Intel Compiler on Ubuntu Linux

If you’re new here and like what you read, you may want to subscribe to my RSS blog feed or free email updates. Thanks for visiting!Most of my regular readers probably know by now that I am developing OpenMP-codes for work. I am also using Linux, more precisely Ubuntu Linux (even more precisely: Kubuntu Linux […]

More information on pthread_setaffinity_np and sched_setaffinity

Skimming through the activity logs of this blog, I can see that many people come here looking for information about pthread_setaffinity_np. I mentioned it briefly in my article about Opteron NUMA-effects, but barely touched it because I had found a more satisfying solution for my personal use (taskset). And while I do not have in […]