Re: [OMPI users] help with hybrid openmp and mpi

2011-03-30 Thread Jeff Squyres
If you have OpenMP questions, you might want to direct those to a different list and/or check the relevant compiler documentation; this list is for Open MPI support. Good luck. On Mar 29, 2011, at 5:26 PM, job hunter wrote: > hi all, > mpiCC -openmp test.c -o test . I fixed the error

Re: [OMPI users] help with hybrid openmp and mpi

2011-03-29 Thread job hunter
hi all, mpiCC -openmp test.c -o test . I fixed the error I had before. I bump into new question. I attached my question at http://pastebin.com/63Gy854H thanks On Mon, Mar 28, 2011 at 6:46 AM, Jeff Squyres (jsquyres) wrote: > Your program is invalid for several reasons - try correcting

Re: [OMPI users] help with hybrid openmp and mpi

2011-03-28 Thread Jeff Squyres (jsquyres)
Your program is invalid for several reasons - try correcting all the compiler warnings first. Sent from my phone. No type good. On Mar 27, 2011, at 10:08 PM, "job hunter" wrote: > Hi all, >I explained the problem I'm facing @ http://www.ideone.com/EGMMn > please help > thanks >