Hi Ralph,
> On 14 Oct 2015, at 21:50 , Ralph Castain <r...@open-mpi.org> wrote:
> I wonder if they might be getting duplicate process names if started quickly 
> enough. Do you get the "job has launched" message (orte-submit outputs a 
> message after orte-dvm responds that the job launched)?

Based on the output below I would say that both columns with IDs are unique.

Thanks

Mark

$ head orte-log.txt 
[netbook:90327] Job [24532,1] has launched
[netbook:90326] Job [24532,2] has launched
[netbook:90331] Job [24532,3] has launched
[netbook:90330] Job [24532,4] has launched
[netbook:90332] Job [24532,5] has launched
[netbook:90328] Job [24532,6] has launched
[netbook:90329] Job [24532,7] has launched
[netbook:90325] Job [24532,8] has launched
[netbook:90335] Job [24532,9] has launched
[netbook:90333] Job [24532,10] has launched

$ cat orte-log.txt | cut -f1 -d" "| sort | uniq -c | wc -l
      42
$ cat orte-log.txt | cut -f3 -d" "| sort | uniq -c | wc -l
      42


Reply via email to