Hello everyone,
I am trying to install XMPI so I can monitor my MPI programs.
I have installed LAM in: /home/slice4e/cluster/LAM
I am trying to install XMPI in : /home/slice4e/cluster/XMPI
but I get this error:
[slice4e_at_cserver xmpi-2.2-6.3.2]$ ./configure --prefix=/home/slice4e/cluster/XMPI --with-lam
checking host system type... i686-pc-linux-gnu
installing to directory "/home/slice4e/cluster/XMPI"
checking for gcc... hcc
checking whether the C compiler (hcc ) works... yes
checking whether the C compiler (hcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether hcc accepts -g... yes
checking how to run the C preprocessor... hcc -E
checking whether hcc needs -traditional... no
checking whether default compiler flags (-O) are valid... yes
checking whether the C compiler (hcc -O) accepts ANSI prototypes... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for Motif includes directory... /usr/X11R6/include
checking for Motif libraries... /usr/X11R6/lib
checking how to run the C preprocessor... hcc -E
checking for rm... /bin/rm
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for sh... /bin/sh
checking whether byte ordering is bigendian... no
checking for atexit... yes
checking for getcwd... yes
checking if need to include sys/select.h... no
checking for type int4... no
checking for type float8... no
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of float... 4
checking size of double... 8
checking for ANSI C header files... yes
checking for app_mgmt.h... cat: conftest.C: No such file or directory
no
configure: error: cannot continue -- cannot find <app_mgmt.h>
When I look in my xmpi flder I can see the 'app_mgmt.h' file so I do not know why is it complaning.
Please help if you can.
thank you
|