On Jun 30, 2006, at 6:10 AM, Jeff Whitaker wrote:
>> Brian: Thanks - I tried compiling 7.1.3a1 on osx and get this error:
>>
>> gcc-3.3 -DHAVE_CONFIG_H -I. -I. -I../../share/include -
>> DLAM_TOTALVIEW_DLL=\"/sw/lammpi-xlf/lib/lam/liblam_totalview.so\" -
>> I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O3 -MT
>> lamreduce.lo -MD -MP -MF .deps/lamreduce.Tpo -c lamreduce.c -o
>> lamreduce.o
>> lamreduce.c:34: warning: use of `long double' type; its size may
>> change in a future release
>> lamreduce.c:34: warning: (Long double usage is reported only once
>> for each file.
>> lamreduce.c:34: warning: To disable this warning, use -Wno-long-
>> double.)
>> lamreduce.c: In function `lam_max':
>> lamreduce.c:315: error: `pfr16in' undeclared (first use in this
>> function)
>> lamreduce.c:315: error: (Each undeclared identifier is reported
>> only once
>> lamreduce.c:315: error: for each function it appears in.)
>> lamreduce.c:316: error: `pfr16out' undeclared (first use in this
>> function)
>> lamreduce.c: In function `lam_min':
>> lamreduce.c:592: error: `pfr16in' undeclared (first use in this
>> function)
>> lamreduce.c:593: error: `pfr16out' undeclared (first use in this
>> function)
>> lamreduce.c: In function `lam_sum':
>> lamreduce.c:869: error: `pfr16in' undeclared (first use in this
>> function)
>> lamreduce.c:870: error: `pfr16out' undeclared (first use in this
>> function)
>> lamreduce.c: In function `lam_prod':
>> lamreduce.c:1155: error: `pfr16in' undeclared (first use in this
>> function)
>> lamreduce.c:1156: error: `pfr16out' undeclared (first use in this
>> function)
>
> Brian: Just wanted to add that this error only occurs when
> compiling with gcc 3 (not gcc 4), and it happens on linux as well
> as MacOS X.
I think I found the issue (it was a stupid #if issue). I've released
7.1.3b1 that should resolve this issue.
Brian
--
Brian Barrett
LAM/MPI developer and all around nice guy
Have a LAM/MPI day: http://www.lam-mpi.org/
|