[mpich-discuss] seek help on mpi- mpich

Jayesh Krishna jayesh at mcs.anl.gov
Thu Nov 11 08:49:14 CST 2010


Hi,
 Can you try registering/validating a username (an admin user) other than "Administrator" ?

Regards,
Jayesh
----- Original Message -----
From: UmmuRifqi <ummurifqi09 at gmail.com>
To: Jayesh Krishna <jayesh at mcs.anl.gov>
Sent: Wed, 10 Nov 2010 22:25:46 -0600 (CST)
Subject: Re: seek help on mpi- mpich

Hello again,
step 1-2 done successfully.
step 3 unsuccessful because when to validate the username/password, there is
an error..it hang and never return the command prompt until I press ctrl-C
after several minutes waiting.


the error after >>mpiexec -validate  // done on XP
====================================
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>mpiexec -remove
Account and password removed from the Registry.

C:\Documents and Settings\Administrator>mpiexec -register
account (domain\user) [HPXP\Administrator]: Administrator
password:
confirm password:
Password encrypted into the Registry.

C:\Documents and Settings\Administrator>mpiexec -validate
Error during CryptEncrypt: Unknown failure 234
unable to encrypt the password for the validate command.

================================================
the error after >>mpiexec -validate Administrator/** //done on Vista
================================================
Microsoft Windows XP [Version 6.0.6002]
Copyright (C) 2006 Microsoft Corp. All right reserved.

C:\Users\Administrator>mpiexec -remove
Account and password removed from the Registry.

C:\Users\Administrator>mpiexec -register
account (domain\user) [HPXP\Administrator]: Administrator
password:
confirm password:
Password encrypted into the Registry.

C:\Users\Administrator>mpiexec -validate
Error during CryptEncrypt: Unknown failure 234
unable to encrypt the password for the validate command.


how it can be solved , attached is my smpd.log
thanks Mr. Jayesh.


On Thu, Nov 11, 2010 at 9:20 AM, UmmuRifqi <ummurifqi09 at gmail.com> wrote:

> Thanks for the feedback & suggestion.
> Just arrived the lab, I'll try it out and will let you know the result.
>
>
>
> On Wed, Nov 10, 2010 at 11:15 PM, Jayesh Krishna <jayesh at mcs.anl.gov>wrote:
>
>> Hi,
>>  Please try the following,
>>
>> 1) Create a machinefile, mf.txt, with the following contents,
>>
>> # XP node
>> 192.168.33.69:1
>> # Vista node
>> 192.168.33.68:1
>>
>> 2) Make sure helloCluster.exe is available in C:\temp on both the
>> machines.
>> 3) Remove any usernames registered on the machines using the "-remove"
>> option of mpiexec ("mpiexec -remove" on both the machines) and re-register a
>> username/password available on both the machines (same user - with the same
>> password - should be available on both the machines) using the "-register"
>> option of mpiexec ("mpiexec -register" on both the machines).
>>   Validate the username/password registered using the "-validate" option
>> of mpiexec ("mpiexec -validate" on both the machines).
>> 4) Try running helloCluster.exe on both machines (XP & Vista) locally
>> (mpiexec -n 2 helloCluster.exe)
>> 5) Try running a non-MPI program like hostname on both the machines
>> (mpiexec -n 2 -machinefile mf.txt hostname)
>> 6) Now try running helloCluster.exe on the cluster (mpiexec -n 2
>> -machinefile mf.txt c:\temp\helloCluster.exe)
>>
>>  Let us know the results.
>>
>> (PS: If you get an error message please copy-paste it in your email)
>> Regards,
>> Jayesh
>> ----- Original Message -----
>> From: UmmuRifqi <ummurifqi09 at gmail.com>
>> To: jayesh at mcs.anl.gov
>> Sent: Wed, 10 Nov 2010 02:43:14 -0600 (CST)
>> Subject: seek help on mpi- mpich
>>
>> Hello,
>>
>> I am new to mpich/mpi and I learn this by myself from the Internet to do
>> my
>> research.
>> I've review the discussion mpich-discuss (
>> http://lists.mcs.anl.gov/pipermail/mpich-discuss/2010-July/007469.html)
>> been following the thread after thread and decided to email you if you
>> could
>> help me on windows clustering using mpich2.
>>
>> I'm doing on XP and Vista machine, 32 bit, mpich2 version
>> mpich2-1.2.1p1-win-ia32, it works on hello world program  for single node
>> (stand alone), but it does not run on multinode ( the nest machine). it
>> says
>>
>> C:\Documents and Settings\Administrator\My Documents\myPar>mpiexec
>> -machinefile mf.pg helloCluster.exe
>> Master process rank#0 sending message ~Hello, world
>>
>> the firewall already off. the machine file contains
>>
>> #
>> 192.168.33.69 0 /Documents and Settings/Administrator/My Documents/myPar/
>>  #
>> this is XP machine
>> 192.168.33.68 1
>> /Users/Administrator/Documents/myPar/
>> #this
>> is Vista machine
>>
>>
>> please help me. what else considering i have to take to enable the
>> interaction between the nodes because after this i need to do it on 3,5, 8
>> machines.
>>
>> thank you.
>>
>>
>



More information about the mpich-discuss mailing list