Re: [O-MPI devel] linux paffinity component

2005-08-15 Thread Jeff Squyres
Ya -- that's part of the fixes for case 1. I just committed that one fix -- assumedly that's enough for you for the time being? (or do you want me to commit the rest of the fixes?) Nothing calls this code yet, so if it compiles/links, you're fine. On Aug 15, 2005, at 11:51 AM, Tim S. Wooda

Re: [O-MPI devel] linux paffinity component

2005-08-15 Thread Tim S. Woodall
There is a problem in the linux code: [twoodall@roadkill linux]$ svn diff Index: paffinity_linux_module.c === --- paffinity_linux_module.c(revision 6884) +++ paffinity_linux_module.c(working copy) @@ -162,7 +162,7 @@ We

[O-MPI devel] linux paffinity component

2005-08-15 Thread Jeff Squyres
Is anyone having problems compiling the "linux" paffinity component? It turns out that there are *3* different implementations of the Linux system call sched_setaffinity() (and 3 different corresponding prototypes -- #@$@#$%!!!). The differences seem to be loosely categorized as: 1. impleme