Changeset 4897

Show
Ignore:
Timestamp:
07/02/09 16:34:25 (4 months ago)
Author:
jayesh
Message:

Adding nemesis & removing stale channels from mpiexec wrapper utils for windows

Location:
mpich2/trunk/src/pm/smpd
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/src/pm/smpd/wmpiconfig/wmpiconfig.cs

    r100 r4897  
    7676                        hash["log"] = new Setting("log", "", "no", "yes,no"); 
    7777                        hash["logfile"] = new Setting("logfile", "", "none", @"filename (example: c:\temp\smpd.log)"); 
    78                         hash["channel"] = new Setting("channel", "", "sock", "sock,mt,ssm,essm,shm,sshm,ib,auto"); 
    79                         hash["internode_channel"] = new Setting("internode_channel", "", "ssm", "sock,mt,ssm,essm,ib"); 
     78                        hash["channel"] = new Setting("channel", "", "sock", "nemesis,sock,mt,ssm,shm,auto"); 
     79                        hash["internode_channel"] = new Setting("internode_channel", "", "ssm", "nemesis,sock,mt,ssm"); 
    8080                        hash["phrase"] = new Setting("phrase", "", "", ""); 
    8181                        hash["hosts"] = new Setting("hosts", "", "localhost", "list of hostnames (example: foo bar bazz)"); 
  • mpich2/trunk/src/pm/smpd/wmpiexec/wmpiexec.cs

    r100 r4897  
    382382                        this.channel_comboBox.Items.AddRange(new object[] { 
    383383                                                                                                                                  "sock", 
     384                                                                                                                                  "nemesis", 
    384385                                                                                                                                  "shm", 
    385                                                                                                                                   "sshm", 
    386386                                                                                                                                  "ssm", 
    387                                                                                                                                   "essm", 
    388                                                                                                                                   "ib", 
    389387                                                                                                                                  "mt", 
    390388                                                                                                                                  "default",