I am having trouble running Intel's debugger idb on a Fortran program I have written that utilizes the Intel MPI libraries. The debugger works fine on the same executable when run as a serial application, but when I try to execute the following:
mpiexec -idb -np 2 ns3D
I see an attempt to create an idb window and then it disappears and the mpiexec command issued exits without any messages to indicate what happened.
Here are the settings in /etc/bashrc:
export MPIEXEC_DEBUG=1
export INTEL_LICENSE_FILE=/opt/intel/licenses
export IDB_HOME=/opt/intel/composerxe-2011.2.137/bin/ia32/idb
source /opt/intel/bin/compilervars.sh ia32
source /opt/intel/itac/8.0.1.009/bin/itacvars.sh
source /opt/intel/impi/4.0.1/bin/mpivars.sh
Here are the versions I have installed:
[burnesrr@rainier ~]$ which mpiifort
/opt/intel/impi/4.0.1.007/ia32/bin/mpiifort
[burnesrr@rainier ~]$ which idb
/opt/intel/composerxe-2011.2.137/bin/ia32/idb
Any help in solving this problem would be greatly appreciated.
Sincerely,
Rick


