Changeset 4897 for mpich2/trunk/src/pm/smpd/wmpiconfig/wmpiconfig.cs
- Timestamp:
- 07/02/09 16:34:25 (5 months ago)
- Files:
-
- 1 modified
-
mpich2/trunk/src/pm/smpd/wmpiconfig/wmpiconfig.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)");
