Changeset 4897
- Timestamp:
- 07/02/09 16:34:25 (4 months ago)
- Location:
- mpich2/trunk/src/pm/smpd
- Files:
-
- 2 modified
-
wmpiconfig/wmpiconfig.cs (modified) (1 diff)
-
wmpiexec/wmpiexec.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/src/pm/smpd/wmpiconfig/wmpiconfig.cs
r100 r4897 76 76 hash["log"] = new Setting("log", "", "no", "yes,no"); 77 77 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"); 80 80 hash["phrase"] = new Setting("phrase", "", "", ""); 81 81 hash["hosts"] = new Setting("hosts", "", "localhost", "list of hostnames (example: foo bar bazz)"); -
mpich2/trunk/src/pm/smpd/wmpiexec/wmpiexec.cs
r100 r4897 382 382 this.channel_comboBox.Items.AddRange(new object[] { 383 383 "sock", 384 "nemesis", 384 385 "shm", 385 "sshm",386 386 "ssm", 387 "essm",388 "ib",389 387 "mt", 390 388 "default",
