LAM/MPI logo

XMPI User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |  

From: Dev Anand (danand_at_[hidden])
Date: 2003-09-02 18:53:54


Jeff Squyres wrote:

>There should be a line "#include <sfh.h>" in that file
>(src/xmpi/xmpi_help.c). The "sfh.h" file should be installed by LAM/MPI
>7.0 when you configure it with the --with-trillium switch, which should
>provide the prototype for sfh_argv_break().
>
>I just tried this and it seems to work for me -- are you sure that it's
>getting the "right" <sfh.h> file? Are there any others that it may be
>finding instead (perhaps from an older LAM install)?
>
>
>On Sat, 30 Aug 2003, Dev Anand wrote:
>
>
>
>>oops sorry taht was beacuse I did not have motif installed but now I ahve
>>a new problem. any solutions ?? I tried removing teh function call
>>but then it jsut gave the error - mpiCC: No such file or directory
>>
>>xmpi_help.cc: In function `void xmpi_help()':
>>xmpi_help.cc:69: `sfh_argv_break' undeclared (first use this function)
>>xmpi_help.cc:69: (Each undeclared identifier is reported only once for each
>> function it appears in.)
>>mpiCC: No such file or directory
>>make[3]: *** [xmpi_help.o] Error 1
>>make[3]: Leaving directory `/usr/local/src/xmpi-2.2.3b7/src/xmpi'
>>make[2]: *** [all] Error 2
>>make[2]: Leaving directory `/usr/local/src/xmpi-2.2.3b7/src/xmpi'
>>make[1]: *** [all-recursive] Error 1
>>make[1]: Leaving directory `/usr/local/src/xmpi-2.2.3b7/src'
>>make: *** [all-recursive] Error 1
>>
>>
>
>
>
Thank you yes it worked the changes i had to make were
1) in file
src/libxmpi/xmpi_asc_parse.cc line 300 changed
if (asc_compat(&cmdc, &cmdv, ad)) { to
if (asc_compat(&cmdc, &cmdv)) {
and
2)
mv src/xmpi/sfh.h src/xmpi/sfh.bak.h
and
make

ofcourse have to try it out first.

thanks,
Dev

-- 
http://www4.ncsu.edu/~danand