On 03/17/2011 03:31 PM, vaibhav dutt wrote:
Hi,
Thanks for your reply. I tried to execute first a process by using
mpirun -machinefile hostfile.txt --slot-list 0:1 -np 1
but it gives the same as error as mentioned previously.
Then, I created a rankfile with contents"
rank 0=t1.tools.xxx
On 03/17/2011 03:31 PM, vaibhav dutt wrote:
Hi,
Thanks for your reply. I tried to execute first a process by using
mpirun -machinefile hostfile.txt --slot-list 0:1 -np 1
but it gives the same as error as mentioned previously.
Then, I created a rankfile with contents"
rank 0=t1.tools.xxx
That is an awfully old kernel, so it may indeed not have support for binding.
I'd have to defer to someone more knowledgable to say for sure, but you might
consider updating to something newer.
On Mar 17, 2011, at 1:57 PM, vaibhav dutt wrote:
> 2.6.9-78.0.17.ELpapismp #1 SMP Tue Apr 7 13:14:04
2.6.9-78.0.17.ELpapismp #1 SMP Tue Apr 7 13:14:04 CDT 2009 x86_64 x86_64
x86_64 GNU/Linux
On Thu, Mar 17, 2011 at 2:55 PM, Ralph Castain wrote:
> What OS version is it?
>
> uname -a
>
> will tell you, if you are on linux.
>
> On Mar 17, 2011, at 1:31 PM, vaibhav dutt wrote:
>
> Hi,
>
> Thanks f
What OS version is it?
uname -a
will tell you, if you are on linux.
On Mar 17, 2011, at 1:31 PM, vaibhav dutt wrote:
> Hi,
>
> Thanks for your reply. I tried to execute first a process by using
>
> mpirun -machinefile hostfile.txt --slot-list 0:1 -np 1
>
> but it gives the same as error a
Hi,
Thanks for your reply. I tried to execute first a process by using
mpirun -machinefile hostfile.txt --slot-list 0:1 -np 1
but it gives the same as error as mentioned previously.
Then, I created a rankfile with contents"
rank 0=t1.tools.xxx slot=0:0
rank 1=t1.tools.xxx slot=1:0.
and t
The error is telling you that your OS doesn't support queries telling us what
cores are on which sockets, so we can't perform a "bind to socket" operation.
You can probably still "bind to core", so if you know what cores are in which
sockets, then you could use the rank_file mapper to assign pro