Results 1 to 4 of 4

Thread: mpich2 and ice

  1. #1
    Arnie is offline Registered User
    Join Date
    May 2006
    Posts
    3

    Angry mpich2 and ice

    Hello,

    i tried to use ice and mpich2 together. But if I link my application with ice.lib and iceutil.lib and run it with mpiexec, it stops immediately without any output on stdout. This also appears if I don't call any ice stuff .
    I hope someone can help me .

    Greetings
    Arne

    P.S.:
    I used the latest ice and mpich2 builds with Visual Studio 2005 and C++.
    Arne Gessner
    Technische Universität Braunschweig
    diploma thesis about distributed computing

  2. #2
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi Arne,

    Do you know which C/C++ runtime mpich2 uses? The release Ice DLL (that you link with) is built with /MD, i.e. it uses the C/C++ Multi-threaded runtime DLL.

    You may want to build a debug application and run it in the debugger to find out what's going on.

    Cheers,
    Bernard
    Bernard Normier
    ZeroC, Inc.

  3. #3
    Arnie is offline Registered User
    Join Date
    May 2006
    Posts
    3
    Hi Bernard,

    thanks for your help. The Visual Studio installation on my workstation seems to be broken. The debugger of the notebook installation told me, that dll's like bzip2.dll or ice30d.dll are missing. After copying them to c:\windows\system the problem was solved .

    Greetings
    Arne
    Arne Gessner
    Technische Universität Braunschweig
    diploma thesis about distributed computing

  4. #4
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    I recommend against doing that. The problem is that VC++ has its own executable PATH in the Directories settings in Tools/Options.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •