[mpich-discuss] MPICH2 Errors running MCNPX-SMPDU connect failed?
Abrego, Celestino
Celestino.Abrego at parsons.com
Mon May 7 12:05:04 CDT 2012
I have not been able to disable firewalls yet but here are the results of your other requests. Commands give similar results. What exactly needs to go through the firewalls? I can add exceptions and modify both of the firewalls. I just have not figured out how to temporarily disable them for testings. I have request with our IT department for that. Any other ideas? Thanks for the fast response!!!
c:\mcnp\mcnp5\bin>TestMCNPXrunMPI_27
c:\mcnp\mcnp5\bin>rem ++++++Validates MPICH2 USERNAME AND PW registration+++++++
+
c:\mcnp\mcnp5\bin>"C:\Program Files\MPICH2\bin\mpiexec.exe" -validate
SUCCESS
c:\mcnp\mcnp5\bin>rem +++++Renamed MPICH2 example Cpi and moved to Desktop for T
esting++++++
c:\mcnp\mcnp5\bin>"C:\Program Files\MPICH2\bin\mpiexec.exe" -hosts 1 192.168.1.3
20 C:\Documents and Settings\p0038192\Desktop\Testcpi
Enter the number of intervals: (0 quits) 10000000000000000000000000000000
pi is approximately -0.0000000000000000, Error is 3.1415926535897931
wall clock time = 0.000069
Enter the number of intervals: (0 quits) 0
c:\mcnp\mcnp5\bin>rem ++++++++Test MCNP Run with HOST name using MCNPX Win32_MPI
++++++++
c:\mcnp\mcnp5\bin>"C:\Program Files\MPICH2\bin\mpiexec.exe" -hosts 1 192.168.1.3
2 C:\MCNP\mcnp5\bin\MCNPX27mpi_Win32.exe i=beam0
[01:396]..ERROR:Error creating a socket, A system call that should never fail ha
s failed. (10107)
[01:396]..ERROR:Error creating a socket
SMPDU_Sock_post_connect failed.
[1] PMI_ConnectToHost failed: unable to post a connect to PBRFPNM1.Parsons.com 1
92.168.1.3 192.168.79.1 192.168.102.1 :4345, error: Unknown error class, error s
tack:
(unknown)(): Invalid buffer pointer
uPMI_ConnectToHost returning PMI_FAIL
[1] PMI_Init failed.
Fatal error in MPI_Init: Other MPI error, error stack:
MPIR_Init_thread(388):
MPID_Init(107).......: channel initialization failed
MPID_Init(367).......: PMI_Init returned -1
[01:7480]..ERROR:Error creating a socket, A system call that should never fail h
as failed. (10107)
[01:7480]..ERROR:Error creating a socket
SMPDU_Sock_post_connect failed.
[0] PMI_ConnectToHost failed: unable to post a connect to PBRFPNM1.Parsons.com 1
92.168.1.3 192.168.79.1 192.168.102.1 :4352, error: Unknown error class, error s
tack:
(unknown)(): Invalid buffer pointer
uPMI_ConnectToHost returning PMI_FAIL
[0] PMI_Init failed.
Fatal error in MPI_Init: Other MPI error, error stack:
MPIR_Init_thread(388):
MPID_Init(107).......: channel initialization failed
MPID_Init(367).......: PMI_Init returned -1
c:\mcnp\mcnp5\bin>pause
Press any key to continue . . .
c:\mcnp\mcnp5\bin>^A
Celestino Abrego
-----Original Message-----
From: Jayesh Krishna [mailto:jayesh at mcs.anl.gov]
Sent: Monday, May 07, 2012 11:50 AM
To: mpich-discuss at mcs.anl.gov
Cc: Abrego, Celestino
Subject: Re: [mpich-discuss] MPICH2 Errors running MCNPX-SMPDU connect failed?
Hi,
Some suggestions,
# Make sure that any firewall running on the machine is turned off # In the step where Testcpi is run (c:\mcnp\mcnp5\bin>"C:\Program Files\MPICH2\bin\mpiexec.exe" -hosts 1 PBRFPNM1 20 C:\Documents and Settings\p0038192\Desktop\Testcpi ), try specifying a "number of intervals" other than 0 and see if it works.
# Try specifying the ipaddress of "PBRFPNM1" in the mpiexec command (instead of "PBRFPNM1").
Let us know the results.
Regards,
Jayesh
----- Original Message -----
From: "Celestino Abrego" <Celestino.Abrego at parsons.com>
To: mpich-discuss at mcs.anl.gov
Sent: Monday, May 7, 2012 11:37:18 AM
Subject: [mpich-discuss] MPICH2 Errors running MCNPX-SMPDU connect failed?
I am in the process of trying to run a version of software that has is widely distributed and was compiled to be run with MPICH2. I have been running around in circles trying to figure out why I am not having success running the software with multiple processors and I though this group might be able to help me. Below are the results of a series of commands that I copied and pasted from the DOS window. Everything seems to be working as expected until I try to execute the MCNPX software. CPI examples ramps up to nearly 100% CPU usage.
I have tried uninstalling and reinstalling MPICH2, using an admin command prompt. SMPD and MPIEXEC.exe have been added as exceptions through the windows firewall although I am not sure how much windows is actually blocking because my company uses Trend MICRO Officescan and it has its own firewall. I have found that adding SMPD and MPIEXEC as exceptions through the windows firewall does not have an effect on the errors I am receiving. I am running low on ideas right now, and any help?
Here are the results from the command prompt. Thanks in advanced!
_______________________________________________________________________________
c:\mcnp\mcnp5\bin>testmcnpxrunmpi_27
c:\mcnp\mcnp5\bin>rem ++++++Validates MPICH2 USERNAME AND PW registration+++++++
+
c:\mcnp\mcnp5\bin>"C:\Program Files\MPICH2\bin\mpiexec.exe" -validate
SUCCESS
c:\mcnp\mcnp5\bin>rem +++++Renamed MPICH2 example Cpi and moved to Desktop for T
esting++++++
c:\mcnp\mcnp5\bin>"C:\Program Files\MPICH2\bin\mpiexec.exe" -hosts 1 PBRFPNM1 20
C:\Documents and Settings\p0038192\Desktop\Testcpi
Enter the number of intervals: (0 quits) 0
c:\mcnp\mcnp5\bin>rem ++++++++Test MCNP Run with HOST name using MCNPX Win32_MPI
++++++++
c:\mcnp\mcnp5\bin>"C:\Program Files\MPICH2\bin\mpiexec.exe" -hosts 1 PBRFPNM1 2
C:\MCNP\mcnp5\bin\MCNPX27mpi_Win32.exe i=beam0
[01:7788]..ERROR:Error creating a socket, A system call that should never fail h
as failed. (10107)
[01:7788]..ERROR:Error creating a socket
SMPDU_Sock_post_connect failed.
[1] PMI_ConnectToHost failed: unable to post a connect to PBRFPNM1.Parsons.com 1
92.168.1.3 192.168.79.1 192.168.102.1 :3130, error: Unknown error class, error s
tack:
(unknown)(): Invalid buffer pointer
uPMI_ConnectToHost returning PMI_FAIL
[1] PMI_Init failed.
Fatal error in MPI_Init: Other MPI error, error stack:
MPIR_Init_thread(388):
MPID_Init(107).......: channel initialization failed
MPID_Init(367).......: PMI_Init returned -1
[01:484]..ERROR:Error creating a socket, A system call that should never fail ha
s failed. (10107)
[01:484]..ERROR:Error creating a socket
SMPDU_Sock_post_connect failed.
[0] PMI_ConnectToHost failed: unable to post a connect to PBRFPNM1.Parsons.com 1
92.168.1.3 192.168.79.1 192.168.102.1 :3137, error: Unknown error class, error s
tack:
(unknown)(): Invalid buffer pointer
uPMI_ConnectToHost returning PMI_FAIL
[0] PMI_Init failed.
Fatal error in MPI_Init: Other MPI error, error stack:
MPIR_Init_thread(388):
MPID_Init(107).......: channel initialization failed
MPID_Init(367).......: PMI_Init returned -1
c:\mcnp\mcnp5\bin>pause
Press any key to continue . . .
c:\mcnp\mcnp5\bin>path
PATH=C:\MCNP\mcnp5\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Li
ve;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~1\IBM\CLIEN
T~1;C:\PROGRA~1\IBM\CLIENT~1\Shared;C:\PROGRA~1\IBM\CLIENT~1\Emulator;C:\Program
Files\Common Files\Roxio Shared\DLLShared\;C:\WINDOWS\system32\WindowsPowerShel
l\v1.0;C:\Program Files\Windows Imaging\;C:\MCNP\bin;C:\Program Files\MATLAB\R20
10b\bin;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Qu
ickTime\QTSystem\;C:\Program Files\7-Zip;C:\Program Files\MPICH2\bin;C:\Program
Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files\7-Zip
c:\mcnp\mcnp5\bin>ipconfig
Windows IP Configuration
Ethernet adapter VMware Network Adapter VMnet8:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.102.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Ethernet adapter VMware Network Adapter VMnet1:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.79.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.1.3
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
Celestino Abrego
_______________________________________________
mpich-discuss mailing list mpich-discuss at mcs.anl.gov
To manage subscription options or unsubscribe:
https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
More information about the mpich-discuss
mailing list