Re: [OMPI users] parallel with parallel of wie2k code

2011-01-14 Thread lagoun brahim
thony Chan Objet: Re: [OMPI users] parallel with parallel of wie2k code À: "Open MPI Users" List-Post: users@lists.open-mpi.org Date: Vendredi 14 janvier 2011, 17h45 Hi lagoun, The error message looks like from MPICH2.  Actually, it seems the code was linked with mpich2 library but wa

Re: [OMPI users] parallel with parallel of wie2k code

2011-01-14 Thread Anthony Chan
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

Re: [OMPI users] parallel with parallel of wie2k code

2011-01-14 Thread Jeff Squyres
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 (

[OMPI users] parallel with parallel of wie2k code

2011-01-14 Thread lagoun brahim
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