From 2d0940633b6f471ae86c0aec4d3e9532afec056c Mon Sep 17 00:00:00 2001 From: stansmith Date: Wed, 22 Oct 2008 15:39:24 +0000 Subject: [PATCH] [DOCS] manual.htm - added ND SDK ndpingpong command examples. git-svn-id: svn://openib.tc.cornell.edu/gen1@1684 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- branches/WOF2-0/trunk/docs/Manual.htm | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/branches/WOF2-0/trunk/docs/Manual.htm b/branches/WOF2-0/trunk/docs/Manual.htm index 4b24a9b8..1072618e 100644 --- a/branches/WOF2-0/trunk/docs/Manual.htm +++ b/branches/WOF2-0/trunk/docs/Manual.htm @@ -15,7 +15,7 @@ div.Section1

User's Manual

Release 2.0

-10/03/2008

+10/21/2008

Overview

The Windows OpenFabrics (WinOF) package is composed of software modules intended @@ -1245,15 +1245,26 @@ Service Provider


ND service is automatically installed and started as part of the 'default' installation for Windows server 2008, Vista or HPC systems.
-Manual control is performed via the \Program Files\WinOF\ndinstall.exe utility.

+Manual control is performed via the %windir%\system32\ndinstall.exe utility.

usage: ndinstall [-i | -r | -l]

-i    Install (enable) the Network Direct (ND) service provider
-r    Remove the ND service provider
-r <name>    Remove the specified service provider
- -l    List service providers

+ -l    List service providers

+
+

The Microsoft Network Direct SDK can be downloaded from + +here.  Once the ND SDK is installed, ND test programs can be located @
+%ProgramFiles%\Microsoft HPC Pack 2008 SDK\NetworkDirect\Bin\amd64\ as nd*.exe.

+

Known working ND test command invocations (loopback or remote +host)

+
+

svr: ndrpingpong s IPoIB_addr 4096 p1
+ cli: ndrpingpong c IPoIB_addr 4096 p1

+

svr: ndpingpong s IPoIB_addr 4096 b1
+ cli: ndpingpong c IPoIB_addr 4096 b1

 

<return-to-top>

-- 2.46.0