Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

IDB do not works with MPI

algism
Beginner
482 Views
When I tray to start mpi aplication I recieve message
$ mpirun -dbg=idb -np 2 -machinefile mpichmachines -nolocal dem_parallel
Linux Application Debugger for 32-bit applications, Version 8.1-3, Build 20040715
Reading symbolic information from /home/algis/parallel1/dem_parallel...done
Thread received signal TTOU
stopped at [ __GI_accept(...):65 0x001edb1c]
Source file not found or not readable, tried...
./../sysdeps/unix/sysv/linux/i386/socket.S
/home/algis/parallel1/../sysdeps/unix/sysv/linux/i386/socket.S
./socket.S
/home/algis/parallel1/socket.S
(Cannot find source file ../sysdeps/unix/sysv/linux/i386/socket.S)
Fatal error: Can't obtain the process information of the parallel application.
Some parallel processes may have already been created. Use 'ps' and 'kill' to identify and kill those processes.

In .idbrc file I write set $parallel_branchingfactor = 2

When I search with google socket.S, I find, that this file is a part of glibc-1.06 library. On our claster is newest glibc 2.3.2-95.27 . But on the installation process of idb rpm do not say, that glibc-2.32-95.27 is bad. What is wrong.

Thanks,
Algis
0 Kudos
0 Replies
Reply