Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7957 Discussions

Problem with mcpcom -- seems to hang

brettgnyc
Beginner
399 Views
Hello,
I've used ICPC (v11) in the past on the same project without any problems. However, after upgrading to the latest version of Fedora and installing thecompilerpro-12.0.0.084, the linking just seems to hang. That is, it compiles all the input files necessary but when it links, mcpcom runs for over an hour and has not stopped. The process is using the CPU and memory, so I can't tell if it's hanging or what.

Update: Now it's been running for 4 hours and the process is up to 4.5G of memory. So something is clearly wrong.

This has never happened before (it should only take a few moments to link this program).


I just recently installed intel's compiler and the new GSL library. I ran ldfconfig as root.

Any suggestions on where to start looking for the problem?

Some info in case it's useful:

ldd /opt/intel/composerxe-2011.0.084/bin/intel64/mcpcom
linux-vdso.so.1 => (0x00007fff753e4000)
libm.so.6 => /lib64/libm.so.6 (0x0000003ccb600000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003ccbe00000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003cd7200000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003cd1200000)
libc.so.6 => /lib64/libc.so.6 (0x0000003ccb200000)
/lib64/ld-linux-x86-64.so.2 (0x0000003ccae00000)

Thanks,

Brett
0 Kudos
0 Replies
Reply