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

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

Files:
1 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)");