[mpich-discuss] mpich user problem: Unable to load 'mpich2.dll', error 1114

Jayesh Krishna jayesh at mcs.anl.gov
Wed Aug 4 16:11:04 CDT 2010


Hi,
 This error occurs because we link the VS libraries statically (it makes our life a lot easier). This is a limitation in the VS C libraries if you link your code statically.
 We do not plan to change static linking of the VS runtime libs unless there is a legitimate test case showing the problem.

Regards,
Jayesh
----- Original Message -----
From: "Roy J Kuraisa (BOSTON)" <roy_kuraisa at merck.com>
To: mpich-discuss at mcs.anl.gov
Sent: Wednesday, August 4, 2010 3:12:40 PM GMT -06:00 US/Canada Central
Subject: [mpich-discuss] mpich user problem: Unable to load 'mpich2.dll', error 1114


mpich user problem: Unable to load 'mpich2.dll', error 1114 

Hi, 
Summary: 
-------- 
On Windows, I get the above error with the additional error message: 
"Attempting to use an MPI routine before initializing MPIC" 
I get both error lines numerous times when I execute a test app as follows (stripped down): 
c:\> mpiexec -hosts 2 server1 128 server2 32 \\ns\test.exe 

The app runs fine (or so I think) when I reduce the number of processes: 
c:\> mpiexec -hosts 2 server1 64 server2 32 \\ns\test.exe 

This is really just a stress test because server1 only has 16 cores/processors; and server 2 only has 2 cores/processors. But I don't think I should get this error. I noticed that another person reported a similar problem in dec 2009 but I did not see how this was resolved. 

Any suggestions or ideas? tia. 

Background: 
----------- 
I've installed MPICH2 1.2.1 binary release on two 64-bit Wiindows servers. The spec's on these servers are: 

Server1 
------- 
a. Windows Server 2003, 64-bit, SP2 
b. 16 cores/processors 
c. 8GB memory 
d. Physical computer 

Server2 
------- 
a. Windows Server 2003, 64-bit, SP2 
b. 2 cores/processors 
c. 8GB memory 
d. Virtual Machine 


cheers, roy Notice:  This e-mail message, together with any attachments, contains
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station,
New Jersey, USA 08889), and/or its affiliates Direct contact information
for affiliates is available at 
http://www.merck.com/contact/contacts.html) that may be confidential,
proprietary copyrighted and/or legally privileged. It is intended solely
for the use of the individual or entity named on this message. If you are
not the intended recipient, and have received this message in error,
please notify us immediately by reply e-mail and then delete it from 
your system. 
_______________________________________________
mpich-discuss mailing list
mpich-discuss at mcs.anl.gov
https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss


More information about the mpich-discuss mailing list