Hi > This release candidate is the last one we expect to have > before release, so please test it. Can be downloaded from > the usual place: > > http://www.open-mpi.org/software/ompi/v1.7/ > > Latest changes include: > > * update of the alps/lustre configure code > * fixed solaris hwloc code > * various mxm updates > * removed java bindings (delayed until later release) > * improved the --report-bindings output > * a variety of minor cleanups
My rankfiles don't work. tyr rankfiles 106 ompi_info | grep "MPI:" Open MPI: 1.7rc7 tyr rankfiles 107 mpiexec -report-bindings -rf rf_ex_linpc hostname -------------------------------------------------------------------------- All nodes which are allocated for this job are already filled. -------------------------------------------------------------------------- tyr rankfiles 108 mpiexec -report-bindings -rf rf_ex_sunpc hostname -------------------------------------------------------------------------- All nodes which are allocated for this job are already filled. -------------------------------------------------------------------------- tyr rankfiles 109 mpiexec -report-bindings -rf rf_ex_sunpc_linpc hostname -------------------------------------------------------------------------- All nodes which are allocated for this job are already filled. -------------------------------------------------------------------------- tyr rankfiles 110 They work as expected for openmpi-1.6.4. tyr rankfiles 99 ompi_info | grep "MPI:" Open MPI: 1.6.4rc4r28039 tyr rankfiles 100 mpiexec -report-bindings -rf rf_ex_linpc hostname [linpc0:17655] MCW rank 0 bound to socket 0[core 0-1] socket 1[core 0-1]: [B B][B B] (slot list 0:0-1,1:0-1) linpc0 linpc1 [linpc1:06707] MCW rank 1 bound to socket 0[core 0-1]: [B B][. .] (slot list 0:0-1) linpc1 [linpc1:06707] MCW rank 2 bound to socket 1[core 0]: [. .][B .] (slot list 1:0) [linpc1:06707] MCW rank 3 bound to socket 1[core 1]: [. .][. B] (slot list 1:1) linpc1 tyr rankfiles 101 mpiexec -report-bindings -rf rf_ex_sunpc hostname [sunpc0:22706] MCW rank 0 bound to socket 0[core 0-1] socket 1[core 0-1]: [B B][B B] (slot list 0:0-1,1:0-1) sunpc0 sunpc1 [sunpc1:25189] MCW rank 1 bound to socket 0[core 0-1]: [B B][. .] (slot list 0:0-1) sunpc1 [sunpc1:25189] MCW rank 2 bound to socket 1[core 0]: [. .][B .] (slot list 1:0) [sunpc1:25189] MCW rank 3 bound to socket 1[core 1]: [. .][. B] (slot list 1:1) sunpc1 tyr rankfiles 102 mpiexec -report-bindings -rf rf_ex_sunpc_linpc hostname [linpc1:06777] MCW rank 0 bound to socket 0[core 0-1] socket 1[core 0-1]: [B B][B B] (slot list 0:0-1,1:0-1) linpc1 sunpc1 [sunpc1:25226] MCW rank 1 bound to socket 0[core 0-1]: [B B][. .] (slot list 0:0-1) sunpc1 [sunpc1:25226] MCW rank 2 bound to socket 1[core 0]: [. .][B .] (slot list 1:0) [sunpc1:25226] MCW rank 3 bound to socket 1[core 1]: [. .][. B] (slot list 1:1) sunpc1 tyr rankfiles 103 Kind regards Siegmar