That is!
c...@hpcmaster:~/openmpi_ext/src$ make clean
rm *.o *.oct *~
rm: cannot remove `*~': No such file or directory
make: [clean] Error 1 (ignored)
c...@hpcmaster:~/openmpi_ext/src$ make
mkoctfile -s -I/home/csi/openmpi-1.3.3/include -lpthread
-L/home/csi/openmpi-1.3.3/lib -lmpi_cxx -
AHA! Changing the first line of Makefile in svn to
MPICC := mpiCC
seems to have the desired effect. I'll check it in, and could you please see
if it works then, Eduardo?
M.
On Thu, Feb 11, 2010 at 12:06 PM, Riccardo Corradini <
riccardocorrad...@yahoo.it> wrote:
> Please Eduardo,
> have a look
Please Eduardo,
have a look at this:
corra...@corradin-desktop:~$ mpicc -showme
gcc -I/home/corradin/openmpi-1.3.3/include -pthread
-L/home/corradin/openmpi-1.3.3/lib -lmpi -lopen-rte -lopen-pal -ldl
-Wl,--export-dynamic -lnsl -lutil -lm -ldl
corra...@corradin-desktop:~$ mpiCC -showme
g++ -I/hom