On Fri, Jun 19, 2009 at 2:21 PM, Eugene Loh <
Eugene.Loh@sun.com
<mailto:
Eugene.Loh@sun.com>>
wrote:
% cat rankfile
rank 0=node0 slot=0
rank 1=node1 slot=0
% mpirun -np 2 -rf rankfile ./a.out
--------------------------------------------------------------------------
Rankfile claimed host node1 that was not allocated or
oversubscribed it's slots:
--------------------------------------------------------------------------
[node0:14611] [[61560,0],0] ORTE_ERROR_LOG: Bad parameter in file
rmaps_rank_file.c at line 107
[node0:14611] [[61560,0],0] ORTE_ERROR_LOG: Bad parameter in file
base/rmaps_base_map_job.c at line 86
[node0:14611] [[61560,0],0] ORTE_ERROR_LOG: Bad parameter in file
base/plm_base_launch_support.c at line 86
[node0:14611] [[61560,0],0] ORTE_ERROR_LOG: Bad parameter in file
plm_rsh_module.c at line 1016
% mpirun -np 2 -host node0,node1 -rf rankfile ./a.out
0 on node0
1 on node1
done