I'm still awaiting access to the Intel 10 compilers to try to reproduce this problem myself. Sorry for the delay...

On Jul 25, 2007, at 3:09 AM, Dirk Clasen wrote:

Hi,

I'm having trouble to install openmpi 1.2.3 on Linux ia32 using the
Intel 10.0.025 compilers.

There was a similar thread before:
http://www.open-mpi.org/community/lists/users/2007/07/3570.php
but I can't install the em64t version to solve the problem ...

mpicc and all the other tools crash at exactly the same position when I
start them in the debugger (gdb as well as idb):

int
opal_init_util(void)
{
   int ret;
   char *error = NULL;

--> if( ++opal_initialized != 1 ) {
     if( opal_initialized < 1 ) {
       return OPAL_ERROR;
     }
     return OPAL_SUCCESS;
   }

   (....)
}


Regards,
   Dirk
_______________________________________________
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users


--
Jeff Squyres
Cisco Systems

Reply via email to