Hi,
i'm able to compile simple c++ programs with gcc. Does
it mean that i still have to change the LAM to work
with gcc and not Pgcc, to compile the C++ programs of
this particular software?
the command to check if mpiCC uses gcc as background,
does not work
[root_at_master root]# mpiCC -showme
pgCC-Warning-Unknown switch: -showme
pgCC-Warning-No files to process
is there any other alternative command?
Are these problems anyway related to path for gcc?
Please let me know!
Thanks,
NG.
It looks like at least one problem is that LAM was
compiled with the
Portland C++ compiler, not g++. Hence, your build
flags may not be
suitable. If you recompile LAM to use the g++
compiler, you might have
better luck.
It looks like there may be other errors, too (they
step from Defs.hpp,
which look to be part of some local package) -- I
can't really comment
on those because they are part of your local software
setup. But
perhaps they are using g++ extensions for your C++
code...? If so,
switching LAM to use g++ might help here, too.
__________________________________
Discover Yahoo!
Find restaurants, movies, travel and more fun for the weekend. Check it out!
http://discover.yahoo.com/weekend.html
|