Instructions to get mpich.nt.1.2.5.exe up and running on a cluster:
2. Don't run setup yet. Unzip the contents to a temporary location in a shared directory.
3. Use notepad to edit setup.iss.
4. Find the line:
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=mpdA 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
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.issNote: c$ is an administrative share for c: on fry
Note: There is no space between -f1 and \\myhost\...
9. Finally, delete the files you unzipped from the archive.