On Thu, Jan 13, 2011 at 05:34:48PM -0800, Tena Sakai wrote:
> Hi Gus,
>
> > Did you speak to the Rmpi author about this?
>
> No, I haven't, but here's what the author wrote:
> https://stat.ethz.ch/pipermail/r-sig-hpc/2009-February/000104.html
> in which he states:
>...The way of spawning R sl
thank you Anthony for your reply
i have compiled the code with the mpif90 compiler
you're right I compile the code with the mpich2 it did not work so I installed
the openmpi and I recompile the code with
any suggestion and thanks
--- En date de : Ven 14.1.11, Anthony Chan a écrit :
De: Anthony
Hi lagoun,
The error message looks like from MPICH2. Actually, it seems the code
was linked with mpich2 library but was compiled with mpich-1 header file.
You should use MPI wrappers, i.e mpicc/mpif90..., provided by your chosen
MPI implementation.
A.Chan
- Original Message -
> These d
These don't look like error messages from Open MPI; it's quite possible that
you accidentally mixed multiple MPI implementations when compiling and/or
running your application.
On Jan 14, 2011, at 6:35 AM, lagoun brahim wrote:
> dear user's
> i have compiled the wien2k code with openmpi 1.4 (
dear user's
i have compiled the wien2k code with openmpi 1.4 (ifort11.1+icc2011+icpc+mkl
libraries10.2) in smp machines (quad) with open suse 10.3 64bits
but when i run the parallel version i have the following error message
run_lapw -p -cc 0.01
LAPW0 END
Fatal error in MPI_Comm_size: Invalid co