Instructions to get MPICH.NT.1.2.5 up and running on a cluster:
mpich.nt.1.2.5.zip (6 MB June 8, 2003)
szDir=C:\Program Files\MPICH
Component-count=7
Component-0=runtime dlls
Component-1=mpd
Component-2=SDK
Component-3=Help
Component-4=SDK.gcc
Component-5=RemoteShell
Component-6=Jumpshot
A typical setting for a non-interactive node would be as follows:
Component-count=2
Component-0=runtime dlls
Component-1=mpd
A typical setting for an interactive node would be as follows:
Component-count=5
Component-0=runtime dlls
Component-1=mpd
Component-2=SDK
Component-3=Help
Component-4=Jumpshot
\\myhost\myshare\setup -s -f1\\myhost\myshare\setup.iss
Here is an example. I unzipped mpich.nt.1.2.5.zip into the directory c:\temp on a machine called FRY. I edited setup.iss as explained above and then typed the following from a command prompt on a machine called FRENCH:
C:\>\\fry\c$\temp\setup -s -f1\\fry\c$\temp\setup.iss
Note: c$ is an administrative share for c: on fry
Note: There is no space between -f1 and \\myhost\...