Installing and running MPICH2 under Windows 64 >= Vista for a single computer with multiple cores
Installing
- Install msi file accepting the license and so on.
- Accept the preset passphrase for now
- On the next mask choose install for "Everyone"
- Confirm installation
Setting up
- On the start menu right-click "Computer"
- From the list choose "Properties"
- From the list "Control Panel Home" on the left of the new window pick "Advanced system settings"
- Near the bottom click on "Environment Variables"
- Add to if existing or create the PATH variable to include
C:\Program Files (x86)\MPICH2\bin or approriate path.
- Confirm with 3 times OK
- Open a command prompt by right clicking its symbol and choosing from the list "Run as administrator"
- Execute including the quotation marks
smpd -passphrase "yourpass" -install
- You should read somthing about the success.
- Close that command prompt again and open a new one with user priviledges.
- Execute now
mpiexec -np 4 hostname
- You should now see the hostname of your computer 4 times.
- At this point all ist setup and you should be able to use parallel jemris.
C:\Program Files (x86)\MPICH2\bin or approriate path.smpd -passphrase "yourpass" -installmpiexec -np 4 hostnameShould you want to connect multiple computers running Windows to perform HPC computing with jemris, be assured of our empathy. We wish you the best of luck. You will most centainly need some kind of Windows domain authentication hastle-hurdle-trap-pitfall.
