|
From: Wadud M. (ITCS) <W....@ue...> - 2012-03-01 11:16:37
|
Hello, I am trying to build valgrind (versions 3.6.1 and 3.7.0) with MPI support. I have provided it with the mpicc command (which is in $PATH): ./configure --prefix=/gpfs/grace/valgrind-3.6.1 --with-mpicc=mpicc this is using Platform MPI 8.1 which is version 2.0 compliant. However, it just gets stuck at the line: checking primary target for usable MPI2-compliant C compiler and mpi.h... I can see some mpicc processes, but nothing proceeds further. Any ideas as to what could be wrong? This is only testing a simple MPI program, so it shouldn't take that long. Thanks in advance. Regards, ---------- Wadud Miah, High Performance Computing Systems Developer Research Computing Services, University of East Anglia Web: http://www.uea.ac.uk/~xca10fju/ Telephone: 01603 593856 Information Services ---------- |
|
From: Dave G. <go...@mc...> - 2012-03-01 16:03:59
|
On Mar 1, 2012, at 5:16 AM CST, Wadud Miah (ITCS) wrote: > this is using Platform MPI 8.1 which is version 2.0 compliant. However, it just gets stuck at the line: > > checking primary target for usable MPI2-compliant C compiler and mpi.h... > > I can see some mpicc processes, but nothing proceeds further. Any ideas as to what could be wrong? This is only testing a simple MPI program, so it shouldn't take that long. Try hitting CTRL-C while configure is hung. Then examine the config.log and try running the exact mpicc command that was hanging to see if you can see any extra output that wasn't captured yet in the config.log. -Dave |